Quantcast
Channel: Scala REPL in Emacs - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by bbarker for Scala REPL in Emacs

You could try using the ammonite repl, amm. I can confirm tab completion works in the emacs ansi-term. This is true for its default mode (based on stty) or you can use JLine3 with amm. Note that the...

View Article



Answer by Adam Saunders for Scala REPL in Emacs

I find that rlwrap (readline wrapper) plays well with emacs' ansi-term and scala. Just call "rlwrap scala", and you'll have the usual bash line editing, as well as history, working properly. As a...

View Article

Answer by S. Kucherenko for Scala REPL in Emacs

You may install ENSIME and follow instructions. I don't know about your way to invoke REPL, but REPL called from ENSIME works (it allows moving the cursor backward and deleting symbols, I've checked).

View Article

Scala REPL in Emacs

I like to do my Scala development in Emacs, and from time to time, I use the REPL to test out snippets of code or to load and test some code I've just written. I'm using Scala 2.9.1, and I've noticed...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images