[Ecls-list] ECL shootout

Marko Kocić marko.kocic at gmail.com
Thu Jun 25 15:59:41 UTC 2009


>> Also, there are some benchmarks that don't compile, Take a look at for
>> example fannkuch.lisp. It doesn't create executable although it doesn't
>> report any error in output.
>
> I'll look into that.

I found out what is the problem with fannkuch.lisp.

Seems like ECL doesn't understand (declare ((simple-stream fixnum (*))
a b c) as in SBCL
but it works as (declare (type (simple-stream fixnum (*)) a b c).


Also, when compiling from outside of ECL REPL error message is not
displayed in output. When compiling from REPL, on compilation error
debugger is started with error message.

I can't remember if it worked correctly before.

Regards,
Marko

BTW: Shootout guys seems to not want to add ECL to benchmarks.
Anyways, my code is still on github.




More information about the ecl-devel mailing list