[plt-scheme] Macro troubles

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Jun 24 07:36:08 EDT 2008

At Tue, 24 Jun 2008 10:51:09 +0200, "Killian McCutcheon" wrote:
> I had a feeling the problem with procedure-arity was the disparity between
> runtime and 'compile' time environments. Can anyone point to a document that
> clearly describes what is available at macro expansion time?

The "Macros" chapter of the new guide may help: 

  http://docs.plt-scheme.org/guide/macros.html

Section 16.2.4 discusses compile-time versus run-time phases.


Matthew



Posted on the users mailing list.