Please sign in to access this page
An eso-lang trying to achieve true perfection by writing programs the way nature intended - using only bracket nestings
HEJOK254
Check their project out: Discord Reminders
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Added print statements and a few example codes
+ a lot of wasted time for a failed attempt at fixing a stack overflow problem, webassembly has a very small stack size (~1MB) and I can't find a solution around it ;(
basic functions done now onto error handling,
here is the code for 13 times 17 :D
added increment and decrement operator and implemented variables
functions almost done