Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

REPL on console emacs

I'm using the console version of emacs (that is, I'm SSH'ed into a remote machine and using emacs there) and I was wondering how (assuming it's possible) to start up the REPL from there. I'm pretty new to Lisp and emacs.

like image 329
Jason Swett Avatar asked Nov 22 '10 22:11

Jason Swett


2 Answers

How about M-x ielm?

ielm: Inferior Emacs Lisp Mode

like image 166
clstrfsck Avatar answered Oct 17 '22 02:10

clstrfsck


You can run a terminal emulator with M-x term in Emacs and use any REPL you like in there. I prefer it to inferior modes, but I think it's just a matter of taste.

like image 44
Marek Sapota Avatar answered Oct 17 '22 01:10

Marek Sapota