Hi, On Wednesday, November 2, 2016 at 2:51:54 PM UTC+1, Tamas Papp wrote: > > Hi Julia & Emacs users, > > I wrote a minor mode for starting and interacting with a Julia REPL from > Emacs. It basically uses term, and defers to the Julia REPL for almost > everything. The main reason for using this instead of ESS is that some > packages, in particular Gallium and ASTinterpreter, require a more > capable terminal. You get completion and other extras of the Julia REPL > for free. > > Thanks, I'd be interested to know what the supposed workflow for $interpretor-in-$editor is. (This may be more general than emacs julia-repl)
I've tried Julia, R in Atom, Emacs, and I don't seem to be able to work with it. In the Julia / R / bash / ipython / ... the up-arrow is my friend. That is how I quickly find and repeat/edit/... a previous command. It appears to me that the first thing that an interpretor-in-editor does is hijack the up-arrow, and make this move the cursor around in the buffer. (I suppose I cannot really blame the editor, that is what it normally does with up-arrow and friends). So I figure there must be a different workflow than I am used to (edit file--switch to repl--include("file")--run function). What is that workflow? Cheers, ---david > You can find it at > > https://github.com/tpapp/julia-repl > > If there is interest, I would be happy to submit it to MELPA, just file > an issue. > > Best, > > Tamas Papp >