Live data from Hacker News

Emacs IPython Notebook

tkf.github.com

21–25 of 25 posts

Re: Emacs IPython Notebook

#21

Earlier quoted context omitted.

Display graphics in Vim? A REPL within Vim? This is precisely the main advantage of Emacs over Vim: Connecting to external processes and doing more than just text editing. (Don't get me wrong. I am not saying that Vim is bad. But this kind of thing just does not fit its mission statement)

I have access to CL REPL inside vim without any problem. Slimv work pretty fine for that, even with Clojure...

True, REPLs are possible in Vim. Terminals are possible, too. It's not that anything is impossible (it's software, right? So anything is possible), but how easy it is.

Emacs was built for that. Vim was not. Which by the way does not say anything good or bad about either of them. But I would dare say that Vim is most commonly used alongside a terminal, whereas Emacs users tend to run terminals inside Emacs. Hence your normal workflow would be to run iPython alongside Vim or within Emacs.

Re: Emacs IPython Notebook

#22
post #19

Earlier quoted context omitted.

Display graphics in Vim? A REPL within Vim? This is precisely the main advantage of Emacs over Vim: Connecting to external processes and doing more than just text editing. (Don't get me wrong. I am not saying that Vim is bad. But this kind of thing just does not fit its mission statement)

Indeed, the Emacs buffer is amazing, it supports not only text, but graphics, which means anything, perhaps even 3D someday!

3D text editing? Why?

Re: Emacs IPython Notebook

#25
post #2

Hoping someone ports this to Vim

Display graphics in Vim? A REPL within Vim? This is precisely the main advantage of Emacs over Vim: Connecting to external processes and doing more than just text editing. (Don't get me wrong. I am not saying that Vim is bad. But this kind of thing just does not fit its mission statement)

Good point, and a reminder that not everything needs to be ported to Vim (just because it can be).
Post reply on HN