[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Global but not special
- To: info-mcl
- Subject: Global but not special
- From: gat@robotics.jpl.nasa.gov (Erann Gat)
- Date: 30 Oct 92 18:25:55 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: Jet Propulsion Laboratory
- Sender: news@elroy.jpl.nasa.gov (Usenet)
Is there any way to declare a variable global without declaring it
special? I would likt to suppress "undeclared free variable" warnings
for certain variables while maintaining lexical binding for those
variables. In MACL 1.3 you could hack this by declaring them to be
object-variables, but now that CLOS has taken over the world this is
no longer an option. Is there any way to accomplish this?
Erann Gat
gat@aig.jpl.nasa.gov <-- Note temporary email address. Don't reply to
this posting; it won't work.