Name: Anonymous 2010-07-23 12:55
It's worse than GCC 4.5 in terms of speed, and that says A LOT
read parses a line of input into an s-expression. It does not return a string.eval evaluates an already-parsed s-expression. It does not operate on strings.print outputs an s-expression. It does not process strings. (That is, (print "hello") will output "hello" with the quotation marks intact.)