New version: https://scratch.mit.edu/projects/656513485 StackLisp is an s-expression based programming language that compiles to a simple type of assembly. ⌁ [space] to enter an expression [p] to load a preset [c] to toggle viewing the compiled code The (clear) function clears the console. ⌁ Documentation and more: https://scratch.mit.edu/discuss/topic/586969/ ⌁ Things that would be cool to implement, and might be implemented in the future: - functions - scope - more builtins - (break) statements
Huge inspiration from @Greg8128 for the assembly format! ⌁ I hope you enjoy StackLisp, as it took a while to make!