Instalation
- Download the S8 Console framework
- Unzip to a folder and copy the file s8.image.js in the folder s8
- Run demo.bat
- At the prompt type expressions in javascript e.g.
"3 + 4".doIt().
On return the result of evaluating it (DoIt) will be shown.
- To incorporate new smalltalk code:
edit file "demo/demo.st" and in command line evaluate filein("demo/demo.st")