CalcLang is a simple but niche language built in Java that allows for basic arithmetic operations, looping, and conditional statements. It is not designed to be easy use, but to explore a different approach to programming. It has limited capability, but can preform loops and conditional statements.
This is a java-based esoteric language where mathematical statements are used instead of traditional code. There are arthimatic operators and keywords for controling code flow. There is only one real datatype which are rational numbers. These numbers can be printed as characters, however.
- Mathematical Statements as Code: Instead of traditional code, mathematical statements are used.
- Innovative Syntax: The language syntax uses several operations, such as (+,-,*,/,%,=) and has some keywords (FOR, IF, INDEX).
See testProgram.txt
None. But it can be fun to play around with.