Difference between revisions of "Eval-in-repl"

From WikEmacs
Jump to navigation Jump to search
(eval in repl, many languages)
 
(No difference)

Latest revision as of 09:52, 17 July 2017

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.