On Fri, 5 Aug 2011, Alex Shinn wrote: > We do provide a way for the user to write their own REPL > with precise bindings using (environment ...), which is > probably the best way to handle that situation.
Well, not really. I assume you mean using EVAL. EVAL is not guaranteed to work with definitions and the environments returned by ENVIRONMENT are not guaranteed to be extensible by EVAL-ing definitions in them. _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
