Contents
Start up development kit to build frameworks (and automate building) in console mode under windows.
Includes 32 and 64 bits version of execution machinery for S8.
Decompress zip file and open "ReadMe.txt" file for more details.
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).