This website requires JavaScript.
Explore
Help
Sign In
github
/
melpa
Watch
1
Star
0
Fork
You've already forked melpa
0
mirror of
https://github.com/correl/melpa.git
synced
2024-11-14 19:19:32 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
cdc1926c5d
melpa
/
recipes
/
eval-in-repl
4 lines
116 B
Text
Raw
Normal View
History
Unescape
Escape
Add eval-in-repl Consistent eval interface for various REPLs This package does what ESS does for R for various REPLs, including ielm. Emacs Speaks Statistics (ESS) package has a nice function called ess-eval-region-or-line-and-step, which is assigned to C-RET. This function sends a line or a selected region to the corresponding shell (R, Julia, Stata, etc) visibly. It also start up a shell if there is none. This package implements similar work flow for various read-eval-print-loops (REPLs) shown below. https://github.com/kaz-yos/eval-in-repl/
2014-06-29 20:18:26 +00:00
(eval-in-repl :fetcher github
:repo "kaz-yos/eval-in-repl"
Use default :files spec for eval-in-repl recipe /cc @kaz-yos
2014-12-29 16:33:11 +00:00
:commit "origin/master")
Reference in a new issue
Copy permalink