[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
getting at global bindings...
- To: info-mcl
- Subject: getting at global bindings...
- From: mueller@sumex-aim.Stanford.EDU (Fritz Mueller)
- Date: 15 Oct 92 02:02:09 GMT
- Distribution: comp
- Newsgroups: comp.lang.lisp.mcl
- Organization: Knowledge Systems Lab, Stanford University
- Sender: news@morrow.stanford.edu (News Service)
Is there a way to examine and alter the global binding of a special
variable in MCL 2.0?
LispM: symeval-globally setq-globally
Allegro: mp:global-symbol-value (setf mp:global-symbol-value)
Lucid: lcl:symbol-global-value (setf lcl:symbol-global-value)
MCL: ??? ???
--FritzM.