On Sun, Apr 26, 2009 at 3:42 AM, Michele Simionato <[email protected]> wrote: > This is the attitude I want to keep even for future episodes: explain > the *conceptual* differences in the world the of possible design choices > for a module system (with phases, without phases, with single > instantiation, with multiple instantiation, etc); moreover, to show how the > different choices are realized in concrete implementations.
This sounds like a very different article than writing only about how to write portable, R6RS conformant macros. > Everybody who wants > to write portable code involving macros has to be aware > that the way his implementation of choice works is not the > only possible way. By definition, if you want to write portable macros, you only need to understand how to write portable macros :).
