Search found 17 matches

by hajovonta
Mon Apr 15, 2013 12:26 am
Forum: Other Tools
Topic: Geany as a Common Lisp IDE
Replies: 2
Views: 28290

Re: Geany as a Common Lisp IDE

Unfortunately I don't use Geany, but I'm interested in your live CD distribution, if that's public. Care to share?
by hajovonta
Fri Apr 12, 2013 1:04 am
Forum: Common Lisp
Topic: newbie question: compilation warning
Replies: 2
Views: 6614

Re: newbie question: compilation warning

Thanks, Kompottkin. I like Quicklisp, however, when you load it into AllegroCL Express, it almost fills the entire heap granted in this edition. And I have a very small and simple project, so a simple require is enough. The code you provided works.
by hajovonta
Thu Apr 11, 2013 7:40 am
Forum: Common Lisp
Topic: newbie question: compilation warning
Replies: 2
Views: 6614

newbie question: compilation warning

I have the following warning when compiling a project in Allegro CL 9.0: ; While FILE-COMPILING #'(:TOP-LEVEL-FORM "main.cl" 0) in #P"C:\\allegro-projects\\web\\main.cl" ; starting at file character position 0: Warning: compile-file found "REQUIRE" at the top-level -- s...
by hajovonta
Thu Mar 07, 2013 2:13 pm
Forum: Common Lisp
Topic: newbie question: floating point addition operation
Replies: 8
Views: 16496

Re: newbie question: floating point addition operation

ok, but then I want to display the result in floating point format...
by hajovonta
Wed Mar 06, 2013 11:58 am
Forum: Common Lisp
Topic: newbie question: floating point addition operation
Replies: 8
Views: 16496

Re: newbie question: floating point addition operation

Maybe it was my high expectations :)
by hajovonta
Tue Mar 05, 2013 3:35 am
Forum: Common Lisp
Topic: newbie question: floating point addition operation
Replies: 8
Views: 16496

Re: newbie question: floating point addition operation

Thanks, that suits for me.
by hajovonta
Tue Mar 05, 2013 12:35 am
Forum: Common Lisp
Topic: newbie question: floating point addition operation
Replies: 8
Views: 16496

newbie question: floating point addition operation

Can someone explain this:

Code: Select all

CG-USER(9): (+ 2.32 0.001)
2.3209999
I have Allegro Common Lisp, 9.0, Windows 7 machine.

What is the proper way to correctly display 2.321 ?