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

Practical Common Lisp is disorganized shit.

Name: Suomynona 2011-12-21 2:53

So is Common Lisp.

Name: Anonymous 2011-12-21 10:23

>>16
Although define-macro is non-hygienic, it is still restricted by Racket’s phase separation rules. This means that a macro cannot access run-time bindings, because it is executed in the syntax-expansion phase. Translating code that involves define-macro or defmacro from an implementation without this restriction usually implies separating macro related functionality into a begin-for-syntax or a module (that will be imported with require-for-syntax) and properly distinguishing syntactic information from run-time information.

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