Sqeak and Python (was Re: Order! Order in the ...)

Randal L. Schwartz merlyn at stonehenge.com
Wed Feb 7 16:53:58 UTC 2001


>>>>> "C" == C Keith Ray <ckeithray at home.com> writes:

C> Is Squeak still following the original Smalltalk-80 byte-code definitions?
C> If so, then I can look up that information in the book(s) that I've got.

Well, you can get this info from Squeak itself..

  Interpreter class>>initializeBytecodeTable

would be a good place to start, and the loop in

  Interpreter>>interpret

and nearby methods as well.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!





More information about the Squeak-dev mailing list