[plt-scheme] [dfelgar: Lisp-style keyword parameters]
On Apr 20, Don Felgar wrote:
> Never mind my earlier post. On second look Swindle keywords are
> easy to use.
FWIW, the documentation for that is under `lambda' in the Swindle
documentation file (doc.txt).
BTW, if you just want that, you should write your modules using the
"base" module,
(module foo (lib "base.ss" "swindle") ...)
this way you get that with only a few other additions, so it'll be
faster to load. "turbo" is another choice to get more stuff but still
without the object system.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!