Contents
Console mode S8 VM for Mac OSX 10.5 (x86_64)
Include 64 bits version of execution machinery for S8.
Decompress zip file and open "ReadMe.txt" file for more details.
Instalation
- Download the S8 VM for OSX (x86 64bits)
- Unzip to a folder and read the code files.
- Run _console.sh 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 learn more visit the swiki page on console mode.