This language is similar to Lisp at the moment, you have to put the function before the arguments. For example, 1 + 2 + 3 turns into (+ 1 2 3) You also need to put parenthesis around each line of code (although I can probably make something do that too) This uses my keystroke engine, so you don't need to go inside to edit the code (unless you want multiple lines) https://scratch.mit.edu/projects/118985886/ Features to add: - variables - lists - nested lists - custom functions