Tagline
Simple language is created to find out what the bottlenecks are when optimizing code.
Purpose
SimpleLanguage is not intended to be easy to write by humans but is easily enough read by humans. It can be used as an target for other languages.
Problems
- No exceptions
- Syntax validation check for dividing for 0.
- No events
- No filesystem (only inputs and outputs)
PS: right now none of this is achieved. This is what it should be once it is version 1.0.
Tagline
Simple language is created to find out what the bottlenecks are when optimizing code.
Purpose
SimpleLanguage is not intended to be easy to write by humans but is easily enough read by humans. It can be used as an target for other languages.
Problems
PS: right now none of this is achieved. This is what it should be once it is version 1.0.