(eq Lisp frustrating)

chaoticset on 2005-08-17T23:03:25

Most of my frustration from trying to read the SICP and work through the examples stems from my strange inability to read long documents these days, but it's certainly not helped by the differences between Scheme and CLISP.

DAMN YOU WILDLY VARYING IMPLEMENTATIONS!


clisp, common lisp and scheme

spur on 2005-08-18T05:31:37

Just to set things straight: Scheme and Common Lisp are different languages, or rather different dialects of the same language. They are not "implementation". CLISP is an implementation (of Common Lisp) - a free and good one...

Scheme has its own free implementations, like PLTScheme.

Just read through SICP using scheme, and forget about the other things for a while. Once you finish it an feel that what you really want is Common Lisp, it's trivial to switch. The most important thing is to really enjoy the brilliancy of SICP.

Re:clisp, common lisp and scheme

chaoticset on 2005-08-18T12:22:51

It was late. I was angry. :\