Eve is an open source programming language created in 2016.
#233on PLDB | 8Years Old |
git clone https://github.com/witheve/Eve
Better tools for thought
// People older than 30
[#person age > 30]
// The same as above
[#person age]
age > 30
// Also the same as above
people = [#person]
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | // A comment | |
Line Comments | ✓ | // A comment | // |
Semantic Indentation | X |