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-05-31 19:10

>>12
But you'll have to report a compile error for

(defmacro foo () (bar))
(defmacro bar () (foo))


anyways. You may as well force the programmer to order them.

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