Where is the Interpreter class now? I presume it is in a separate package -- if yes, how do I load it into Pharo 2.0?
Thanks, Francisco On 8 May 2012 08:43, Marcus Denker <[email protected]> wrote: > > On May 8, 2012, at 5:00 AM, Santiago Bragagnolo wrote: > > > Hi all, yes. me again. > > > > I'm searching for a primitive-definition, something like > > code : what.it.do : relatedType if apply. > > > > Is there something like that? > > > > No, sadly not. > > We need a table that has infos on input, side-effects, if the primitive is > there > just for speed (fall back code implements it, too)... things like that. > > And, of course, we should really clean up primitives and remove the ones > not needed. (same for Plugins). > > Marcus > > > -- > Marcus Denker -- http://marcusdenker.de > > >
