Re: Reasons to choose CLISP over other free implementations



On 29 nov, 13:46, Juho Snellman <jsn...@xxxxxx> wrote:

Of course, SBCL is much faster for fixnum and float operations.

And here you are grossly misrepresenting the results, by implying that
SBCL is only faster than clisp for benchmarks that test fixnum/float
performance.

I never said is ONLY faster htan clisp.

Consider CLISP for web, string manipulation, and CLOS. It is a very
capable Lisp distribution for these areas.

I wouldn't advise people to make decisions on what implementation to
use

I don't. I said "consider".


I expect that people interested
in CLOS performance would care a lot more about method call
performance than the speed of defining classes...

Basically, this depends on the kind of CLOS program you are doing. For
example, my program is doing millions of instantiations, and much less
method calls. I wouldn't advise people to make decisions on what
implementation to not use, without understanding what the program of
everyone are actually doing. ;)
.