Eve is a programming language created in 2016.
#452on PLDB | 7Years Old | 7.8kUsers |
0Books | 0Papers |
Try now: Web
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 | Token | Example |
---|---|---|---|
Comments | ✓ | // A comment |
|
Line Comments | ✓ | // | // A comment |
Semantic Indentation | X |