On Tue, May 13, 2008 at 7:21 AM, Leonardo Varuzza <varuzza@gmail.com> wrote:
I just discovered how to compile clpython in SBCL 1.0.16. If you remove the declaration of py-dict to outside of the eval-when  SBCL won't go crazy about the STREAM-ELEMENT-TYPE thing.

Okay, thanks! The eval-when is probably required for Allegro (and to be strictly portable) though, so I'll introduce some read-time conditionals in the code.

Apparently everything is ok. The commands suggested in the final of the compilation process works without trouble.

That's good news! How about the test suite, does that succeed (with just the 5 or so expected failures)?

- Willem