Open
Description
The following should be pretty straightforward:
- Shift+Enter on REPL input should add newline without submitting
- Match REPL styling of /editor
- Make REPL input use syntax highlighting with codemirror
- Make errors appear below their inputed repl line
These ones will require some changes to CPO code:
- Make the REPL stateful (keep track of loaded modules and bound variables)
- Hook up traced values display