# TODO list
## Operations
### Objects
- **Object pattern matching**
### String
- **RegExp support**
## REPL possibilities
- **Navigation left right arrows by chars**
- **Previous command (arrow_up)**
- **Multiline support**
## Misc
- **Shebang support**
- Multiple statements per line with `,`
- `if.can` function [lambda value]: call lambda only if predicate is trueish.
- _Threading_