Development
Contributions are welcome!
- Source code for Pointless
- Experimental Pointless implementations and development references
- Repo for this site
- Installation instructions
Future features:
- Update online Pointless environment to support all language features
- Add readline support for the repl
- Write a self-hosting parser
- Provide pre-compiled binaries for different platforms
Add support for user input, imports
Remaining technical issues:
- Interpreter is slow
- IO interface is limited
- Repl lacks readline support
How can Pointless be more efficiently implemented without losing high-level features?
Currently can only read from / write to stdin / stdout
(although using rlwrap works well for now)