User:Iddi01/Execode proposal

From Esolang
Jump to navigation Jump to search

Leaving this here in case anyone ever wants to propose Execode for featuring (Just copy the source except for this line and put it to the list), i think the article is somewhat ready now.

  • Execode is an esoteric programming language created in 2024 by User:iddi01 carefully designed to be easy to program in, easy to implement, easy to read, and to have ability in code golfing. Those are, of course, only relative, since maximizing one of them means losing the others. Execode is stack-based, although it can be considered as deque-based due to the reversing command. Unlike most other languages, Execode focuses on functions for control flow, for the purpose of reusable code, such that, Execode programs will become shorter and shorter compared to other languages of similar complexity as the programs gets more complex. The character of Execode is controlled minimization: It does not include any unnecessary commands and commands that don't give it more advantage over languages of similar complexity. For example, instead of having a push and pop command for both sides of the stack/deque, it uses a reversing command to reduce it to three commands. And, it has a gt but no lt, for < is basically > in reverse! (more…)