hvesalai / emacs-scala-mode

The definitive scala-mode for emacs
http://ensime.org
GNU General Public License v3.0
361 stars 68 forks source link

What is the state of REPL integration? #51

Closed Ericson2314 closed 10 years ago

Ericson2314 commented 11 years ago

33, closed three mouths ago, says integrating the scala REPL into scala-mode2 is a priority. But I see no other mention of this feature. Is it still in the works?

hvesalai commented 11 years ago

Unfortunately it is not even under work. I.e. nothing has been done. It also means that all input is welcome.

Ericson2314 commented 11 years ago

Ok. Well i guess I can always start eshell or something. I have never implemented these things in emacs, but I here there is a standard emacs read-line equivalent most projects like this use. If you are familiar with the haskell-mode, All I use is C-c C-l there, but that seems good enough. It just starts REPL if it isn’t started, and :loads the file.

Ericson2314 commented 11 years ago

https://github.com/haskell/haskell-mode/blob/master/haskell-ghci.el

hvesalai commented 10 years ago

REPL integration is now available as https://github.com/hvesalai/sbt-mode (set the repl as the sbt program name if you don't want to run repl through sbt)

Ericson2314 commented 10 years ago

Cool!