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

Re: Reference implementation's use of datum->syntax is not portable

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



Derick Eddington wrote:
> The syntax object #'define-record-type-helper in the
> below makes the list not be a datum value.  This prevents
> the reference implementation from working in PLT Scheme
> and Ikarus.

Sorry about that.  A corrected reference implementation,
with the naming convention proposed by the current draft
SRFI 97, is online at

    http://www.ccs.neu.edu/home/will/R6RS/srfi-99.sps

That implementation has been tested in PLT Scheme and in
Larceny.

Will