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

Implement a Lisp macro system

Name: Anonymous 2015-05-31 12:09

/prog/, do you know of a tutorial or a paper on implementing a Lisp macro system from scratch? It could be Scheme macros, it could be really simple macros, anything would be helpful.

Name: Anonymous 2015-06-01 10:50

>>19
A macro is a function from s-exp to s-exp that is run during compilation. The only difference is that mutually recursive functions crash at runtime, while macros crash at macroexpansion time.

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