prompt: added emacs-like shortcuts

This commit is contained in:
2017-06-03 22:41:19 -04:00
parent 84a0fbe4ec
commit c7777dec03
2 changed files with 11 additions and 5 deletions

View File

@@ -17,8 +17,6 @@ We support all builtin functions, but have no IO (no `print`).
## TODO
- A good readline copy (haskeline is sadly out of the question for this project)
- Add keyboard shortcuts
- Comment parsing
- Closures that can modify the parent environment (but do away with the `local` keyword).
- Better arbitrary precision floats