Clojure evaluation without SLIME

Posted by Denis on Stack Overflow See other posts from Stack Overflow or by Denis
Published on 2010-05-31T21:45:42Z Indexed on 2010/05/31 21:53 UTC
Read the original article Hit count: 244

Filed under:
|

Hi,

I'm a starter with Emacs (but quite experienced Vim user) and trying to play with Emacs+Clojure combination. Maybe my setup will be unusual for Emacs world, as I'm not using SLIME/swank-clojure, but Emacs + eshell with running clojure REPL in it, mostly due simplicity (or probably because SLIME quite scares me off :D).

So, maybe there is a Emacs guru that can help me here: does exists any shortcut (or maybe some elisp sample) to copy/paste code chunks (sexps) from editing buffer to eshell (and possibly execute it)?

Thanks.

© Stack Overflow or respective owner

Related posts about emacs

Related posts about clojure