[plt-scheme] Any plans for supporting DSSSL style param lists?
On Dec 11, Harry Reed wrote:
> Hi,
> Are there any plans for supporting the DSSSL-style parameter
> lists (param lists w/ optional arguments and/or default arguments)
> in PLT Scheme ala Bigloo?
Swindle has Lisp-like keyword parameters, and if you use just the
base.ss module (as the initial import / language module) for your
modules, you get (almost) just that.
http://www.cs.cornell.edu/eli/Swindle/base-doc.html
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!