Email list hosting service & mailing list manager


Update to SRFI-72 draft Andre van Tonder 16 Sep 2005 19:43 UTC

An updated version of the draft is available for comment.

Changes since the previous version are minor and mostly amount to
cleaning up and simplifying the specification and interface:

 * REFLECTIVE TOWER: Expanded explanation.

 * EXPANSION ORDER : Added specification of this, which matters
                     in a procedural macro system.

 * EMBEDDED-SYNTAX : Removed. Unnecessary (can be written as a macro).
 * SYNTAX-DEBUG    : Removed. Unnecessary.
 * SYNTACTIC-WIND  : Removed. Replaced by:
 * AROUND-SYNTAX   : Added. This is a simplified version of SYNTACTIC-WIND.

 * RENAMED MAKE-FLUID-IDENTIFIER -> MAKE-CAPTURING-IDENTIFIER:
   (the former made it sound more complicated than necessary).

Regards
Andre