popr is an open source programming language created in 2012.
#747on PLDB | 12Years Old |
git clone https://github.com/HackerFoo/poprc
Popr applies concatenative programming to types as well as values, striving for purity and correctness, and efficient execution.
1 2 | 3 +
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | __ A comment | |
Line Comments | ✓ | __ A comment | __ |
Lazy Evaluation | ✓ | ||
Semantic Indentation | X | ||
Garbage Collection | X |