A functional scripting language, intended for string manipulation and general scripting on the command line
- Structs
- HashMaps
- Imports
- Assign-operate
- REPL
- Plugins (Rust interop)
- Higher-order functions (map, filter, reduce, each, fold, scan, enumerate, zip, memoize)
- map
- filter
- each
- reduce
- scan
- mapi (map indexed)
- zip
- drop
- take
- memoize
- Iterators
- Ranges
- Better error handling