setting "current" namespace
Is there a way to set current name space in the interpreter such that
all further sourcing and variable resolution be done relative to
"current" namespace? There is a "namespace current" that reports
current namespace , but I could not find anything that would allow
namespace setting
.
Relevant Pages
- Re: Personal project, extending Scheme to OOP
... You don't know enough Common Lisp then! ... you must use the namespace operator: ... performance advantages (at least for an interpreter). ... with interpreted code it'll be much slower than with compiled code. ... (comp.lang.scheme) - Re: persisting data within a module
... The question boils down to which namespace to variable in the module (in this ... to execute a module within the interpreter and then have values that are ... interpreter instance. ... (comp.lang.python) - Re: Why does interpreter flub
... > I have shown a trace of the Interpreter Session in which I import the ... See Trace ... This establishes a binding of the value 10 tot he name x within module ... the x from the __main__ module namespace. ... (comp.lang.python) - Re: setting "current" namespace
... all further sourcing and variable resolution be done relative to ... "current" namespace? ... You can do this in an interactive tkcon session. ... (comp.lang.tcl) - Personal project, extending Scheme to OOP
... programming languages where we had to develop a LISP interpreter. ... And since I like Scheme more than LISP, it's evolved to be more like ... It occurred to me that it might be nice to CLEAN UP the namespace. ... You can dynamically generate code and then just execute it. ... (comp.lang.scheme) |
|