A Scheme interpreter for Squeak

Bergel Alexandre bergel at iam.unibe.ch
Fri Feb 1 19:29:05 UTC 2002


> Hmm. Right now I'm having trouble using it in a 3.3a-4689+ image. I used
> the Repository code snippet, but when I try Scheme class>>openInterpreter,
> I get a walkback on SchemeEnvironment new (in Scheme>>initialize). It
> seems like the code doesn't see the SchemeEnvironment class, but think it
> refers to nil. If I "do it" that specific line (i.e., SchemeEnviroment
> new) it gives me a *new* walkback on SchemeNil new. Which, when doneited,
> works fine.
> 
> I think I must be having some module trouble.

I was just looking the same think. Try to store the module #(People ab Scheme) on the local disk, then to unload it, and finally to reload it from the repository. It works for me...

Alexandre



More information about the Squeak-dev mailing list