no more *client-vars* or *accep-table*
commitc8fa97d443bc452fc5c7fdd620d8fe3a75e1206b
authorAlex Klinkhamer <grencez@gmail.com>
Thu, 5 Jun 2008 06:00:37 +0000 (5 02:00 -0400)
committerAlex Klinkhamer <grencez@gmail.com>
Thu, 5 Jun 2008 06:00:37 +0000 (5 02:00 -0400)
tree773191017c989448a0bec6af7cdc867c2f79bf1d
parent9362972e8f2e9c45671119e5e902af876dc15009
no more *client-vars* or *accep-table*

A client's variables are now stored using dynamically scoped symbols in
the :lineal.client-vars package. Acceptable function names are stored
the same way. No real advantage to this right now, but it's neat. Also,
future stuff may be much more convenient like set notation, which goes
hand in hand with user defined functions.
src/devvars.lisp
src/globals.lisp
src/overload/client-fns.lisp [new file with mode: 0644]
src/overload/overload.lisp
src/parser.lisp
src/save-restore.lisp
src/webui/matrixui.lisp