- Basic types (integers, reals, strings, lists)
- O(1) time list/array lookup
- Conditionals, recursion, & iteration
- Functions as first-class objects (nested functions)
- Anonymous/lambda functions
- Most of the standard C operators (+, -, /, and so on)
- Any form of garbage collection
- Objects
- Importing from other files
- I/O, network, and other useful typical APIs..
- A reason you should be using this
make
./presto demos/arrays.p
and so on..