Instalation
- Download the S8 Console framework
- Unzip to a folder and read the code files.
- Run console.bat to enter console mode S8
- At the prompt type expressions in javascript e.g.
"3 + 4".doIt()
On return the result of evaluation (DoIt) will be shown.
- To incorporate new smalltalk code:
edit file "demo/demo.st" and in command line evaluate fileIn("demo/demo.st")
Note: you can also modify your s8,js file (with notepad) to fileIn all teh files you need in your project.
- After working for a while, upload the files of your project to contribution (use "edit" + file upload as usual).