Closed
Description
Here are some ideas for improving the repl:
- syntax highlighting
- class-based wrapping (PR)
- take advantage of Java 9 features
- improve embeddability of repl in worksheets for fast data platforms
Steal Incorporate the improvements already implemented in the Ammonite REPL:
- improved multi-line editing/history
- magic imports (ivy dependencies etc)
More ideas / requirements:
- reload class path when changing/recompiling project (faster test cycle)
- ctrl-c stops execution of program instead of repl itself
- test in IntelliJ shell window