[plt-scheme] [dfelgar: Lisp-style keyword parameters]

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Apr 22 12:38:52 EDT 2003

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!


Posted on the users mailing list.