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

Re: new function or modify read

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



> Agreed. Only thing missing so far: a SRFI for parameterize ...

I haven't done a comprehensive survey but many implementations of
Scheme already implement "make-parameter", "parameterize", etc.  (but
at least Chez, PLT/MzScheme, Larceny, Gambit-C, Chicken, Gauche, and
SISC have it and others have similar functionality under a different
name).

So it should be easy enough to submit a new SRFI for parameter objects
by taking the relevant documentation from one of the Scheme
implementations...  I'll even volunteer to do it!

Marc