leppie scripsit:

> All the examples I have (ever?) seen, simply use an identifier.

In practice, people simply bind top-level variables to parameter objects
and use them to emulate Common Lisp dynamic variables.  But parameters
have a great deal more flexibility, being in fact first-class (like most
things in the Lambda Order): they can be passed or returned by procedures,
stored in data structures, bound to local variables, etc.

--
Do what you will,                       John Cowan
   this Life's a Fiction                [email protected]
And is made up of                       http://www.ccil.org/~cowan
   Contradiction.  --William Blake

_______________________________________________
Scheme-reports mailing list
[email protected]
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports

Reply via email to