Eval-in-repl

From WikEmacs
Revision as of 09:52, 17 July 2017 by Elvince (talk | contribs) (eval in repl, many languages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Eval-in-repl
Description Send code to any REPL
Author kaz-yos
Maintainer kaz-yos
Source https://github.com/kaz-yos/eval-in-repl


eval-in-repl (in MELPA) sends a line or a selected region to the corresponding shell visibly, as the function provided by Emacs Speaks Statistics. It also starts up a shell if there is none.

The languages currently supported are: Emacs Lisp, Clojure, Common Lisp, Racket, Scheme, Hy, Python, Ruby, Standard ML, OCaml, Prolog, Javascript and shell script.

It uses C-RET by default.