Mark H Weaver <m...@netris.org> writes: > Ideally, I think that `eval' should set (current-module) during > expansion, but _not_ during evaluation. Then it can be properly tail > recursive. However, some code out there might depend on the existing > behavior, so I guess we can't change this, at least not in 2.0. > Bummer.
It just occured to me that the _only_ way of getting and setting variables under a computed name (apart from using macros) is using (module-set! (current-module) (compute a symbol)) since symbol-set! apparently has been deprecated. Not sure what the implications of that are. -- David Kastrup