- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Ensime with ECB Extension
A couple of months ago I extended ensime to use a tree based "inspectors" with ecb. Haven't revisited it in awhile but thinking of elaborating it out. Interesting windows are on the right.
Guess I'm trying to gauge the emacs+ensime audience size and those interested in a sort of an "eclipsee" extension to ensime+emacs. Am kind of ambiguous about it myself, but I do find myself using it when I work with larger code bases. Currently it seamlessly overlays on top of ensime.
http://www.youtube.com/watch?v=QOO8YEdUkw0
--
The object of life is not to be on the side of the majority, but to escape finding oneself in the ranks of the insane. - Marcus Aurelius
Guess I'm trying to gauge the emacs+ensime audience size and those interested in a sort of an "eclipsee" extension to ensime+emacs. Am kind of ambiguous about it myself, but I do find myself using it when I work with larger code bases. Currently it seamlessly overlays on top of ensime.
http://www.youtube.com/watch?v=QOO8YEdUkw0
--
The object of life is not to be on the side of the majority, but to escape finding oneself in the ranks of the insane. - Marcus Aurelius










Re: Ensime with ECB Extension
On Wed, Dec 15, 2010 at 01:45, Ray Racine <ray [dot] racine [at] gmail [dot] com> wrote:
--
Daniel C. Sobral
I travel to the future all the time.
Re: Ensime with ECB Extension
On Wed, Dec 15, 2010 at 01:45, Ray Racine <ray [dot] racine [at] gmail [dot] com> wrote:
--
Daniel C. Sobral
I travel to the future all the time.
Re: Ensime with ECB Extension
Ensime, meaning here the server part, that is independent from Emacs editor, which interacts with the compiler. You can think of it as another layer on top of presentation compiler.
Then there is an emacs part (client) that interacts with it. That one is obviously written in lisp and communicates through socket.
hubert
Re: Ensime with ECB Extension
So, sort of on a tangent (please, please lets not restart the age-old emacs vs vi flamewar, both are great), but what I'd love to see is something equivalent for vim. Or is there something like this for vim already that I don't know about?
Ishaaq
On 15 December 2010 14:45, Ray Racine <ray [dot] racine [at] gmail [dot] com> wrote:
Re: Ensime with ECB Extension
The more editors use presentation compiler the better the presentation compiler infrastructure becomes (and IDEs like Eclipse also profit from that).
hubert
On 12/15/2010 06:06 AM, Ishaaq Chandy wrote:
Re: Ensime with ECB Extension
Keep it up!
On Wed, Dec 15, 2010 at 10:59 AM, Hubert Plociniczak <hubert [dot] plociniczak [at] epfl [dot] ch> wrote: