Runs immediately
From the moment you unzip it. Code you just wrote runs the instant you write it.
- No setup
- Download, unzip, and start. There is no installation step to work through.
- Instant execution
- Because it is an interpreter, you can run a program the moment you write it and try out what you have just learned.
- Runs even while incomplete
- Even with syntax errors it reports the problem and keeps going where it can — an undefined variable is supplied and execution continues.



