Name:
Anonymous
2008-12-26 22:00
>>> import lisp
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import lisp
ImportError: No module named lisp
>>>
Okay, now I'm pissed.
Name:
Anonymous
2008-12-26 22:08
>>> import lisp
>>> dir(lisp)
['__builtins__', '__doc__', '__file__', '__name__', 'apply', 'car', 'cdr', 'define', 'eval']
Name:
Anonymous
2008-12-27 0:33
>>3
How's that working out for you?
Name:
Anonymous
2008-12-27 0:52
* Use clisp as a substitute
* Use sbcl as a substitute
Name:
Anonymous
2008-12-27 5:07
Did anyone ever wonder why scheme uses some weird versioning system? R6RS? Wtf is this, Star Wars?
Name:
Anonymous
2008-12-27 6:10
>>8
Toy language.Use another Lisp.
Name:
Anonymous
2008-12-27 6:53
>>8
At least the new releases aren't names after
Toy Story characters.
Name:
Anonymous
2008-12-27 7:34
Name:
Anonymous
2008-12-27 9:51
Revised Revised Revised Revised Revised Revised Report on the Algorithmic Language Scheme
Name:
Anonymous
2008-12-27 11:17
>>11
Common Lisp is the second filthiest Lisp in existence. Clojure is the first.