Missing ideas in programming language design
- by meyka
I wanted to try something new and so I designed some programming languages and wrote interpreters for them:
A rather low-level, not very expressive language. (I didn't want to parse complex expressions right at the beginning)
It featured:
Variables (yay)
Subroutines, with a call stack
Basic arithmetic functions, basic string manipulation,…