Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Common Lisp

Name: Anonymous 2011-03-02 8:20

* (nth 1 '(1 2 3 4))

2
* (elt "1234" 1)

#\2


Explain this bullshit. argument order

Name: Anonymous 2011-03-03 2:21

>>31
If you use an old version then it is likely that those functions are still called SYNTAX-OBJECT->DATUM and DATUM->SYNTAX-OBJECT as they were in the original (92?) paper. It works fine in a modern version of racket.
It still wont work. Because Scheme/Racket doesnt have packages, expanded macros would reference local copies of symbols, not the symbols from macro's package. Scheme is fucked-up beyond repair.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List