Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Interpreter
Last updated at 12:46 am UTC on 8 October 2006
recycleMe
This page has been superceeded by Simulating the Interpreter

An interpreter is a computer program whose job is to run other computer programs. Squeak includes an interpreter for itself written in Slang.

To run Squeak's interpreter inside itself, type the following:

(InterpreterSimulator new openOn: 'imageFileName') test


where 'imageFileName' is the name of a file holding the snapshot you want to run in the interpreter.