[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Updated version

This page is part of the web mail archives of SRFI 72 from before July 7th, 2015. The new archives for SRFI 72 contain all messages, not just those from before July 7th, 2015.



An update has been posted to the SRFI document - unfortunately it
is already a little out of date and the latest version can be 
read at 

 http://www.het.brown.edu/people/andre/macros/srfi-72.html
 
until the editor has had a chance to update the official page again.  

Updates are:


  - SYNTAX-CASE is now included in the base specification. 
  - The macro transformer calling convention has been changed for 
    compatibility with SYNTAX-CASE. 
  - The mechanism for avoiding variable capture in procedural macros 
    has been much improved and integrated with the QUASISYNTAX and 
    SYNTAX-CASE forms.   
  - QUASISYNTAX is fully integrated with SYNTAX-CASE.
  - I have changed the wording defining syntax objects to include
    (possibly cyclic) graphs in an attemp to address Per Bothner's
    concern raised in this list.  The reference implementation does
    not handle cyclic syntac objects yet, though.  
    
Andre