Eli Barzilay scripsit: > * CPP is dealing with raw text > > * `defmacro' adds more information: it's working with AST structures > (s-expressions) > > * hygienic macros add more information still: the lexical scope > > This is orthogonal to what's known in Scheme as low-level vs > high-level.
True. Nevertheless, cpp *is* high-level: you don't write C code to reconstruct the result. -- Winter: MIT, John Cowan Keio, INRIA, [email protected] Issue lots of Drafts. http://www.ccil.org/~cowan So much more to understand! Might simplicity return? (A "tanka", or extended haiku) _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
