About Interpreter class

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

About Interpreter class

Mathieu SUEN
Hi,

I am reading the :
http://www.iam.unibe.ch/~ducasse/FreeBooks/CollectiveNBlueBook/oe-tour-sept19.pdf

and they take about Interpreter. I can find it in squeak.

Dose he still existe?

Math
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: About Interpreter class

Klaus D. Witzel
Hi Mathieu,

class Interpreter and friends are in the VMMaker package on Squeak Map,  
open Squeak Map package loader.

/Klaus

On Fri, 28 Jul 2006 16:43:30 +0200, Mathieu SUEN wrote:

> Hi,
>
> I am reading the :
> http://www.iam.unibe.ch/~ducasse/FreeBooks/CollectiveNBlueBook/oe-tour-sept19.pdf
>
> and they take about Interpreter. I can find it in squeak.
>
> Dose he still existe?
>
> Math


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Re: About Interpreter class

Mathieu SUEN
2006/7/28, Klaus D. Witzel <[hidden email]>:
> Hi Mathieu,
>
> class Interpreter and friends are in the VMMaker package on Squeak Map,
> open Squeak Map package loader.

Ok thanks :)

What a big object with a lote of inst var !

>
> /Klaus
>
> On Fri, 28 Jul 2006 16:43:30 +0200, Mathieu SUEN wrote:
>
> > Hi,
> >
> > I am reading the :
> > http://www.iam.unibe.ch/~ducasse/FreeBooks/CollectiveNBlueBook/oe-tour-sept19.pdf
> >
> > and they take about Interpreter. I can find it in squeak.
> >
> > Dose he still existe?
> >
> > Math
>
>
> _______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Re: About Interpreter class

Bert Freudenberg-3

Am 28.07.2006 um 17:40 schrieb Mathieu SUEN:

> 2006/7/28, Klaus D. Witzel <[hidden email]>:
>> Hi Mathieu,
>>
>> class Interpreter and friends are in the VMMaker package on Squeak  
>> Map,
>> open Squeak Map package loader.
>
> Ok thanks :)
>
> What a big object with a lote of inst var !

Indeed. This "class" is actually low-level code in Smalltalk syntax.  
While it can be executed in Smalltalk, it's intended to be translated  
to C to produce the VM.

- Bert -

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners