Eval-in-repl

From WikEmacs
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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.

Eval-in-repl
Description Send code to any REPL
Author kaz-yos
Maintainer kaz-yos
Source https://github.com/kaz-yos/eval-in-repl

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.