How can you use an interpreted language and not Emacs?
This just puzzled me. I recently found out that you can't run a REPL in VIM.
OK, so how do you use interpreted languages if you use VIM?
C-c C-l, C-c C-e, etc is kind of the whole point no?
Don't you miss a lot of practicality there?
With Python the editor/interpreter that comes with Python is pretty good so I can see how.
Or do you use Eclipse or Netbeans? Do you think it is ok to run a repl in them?
4 comments
[ 2.7 ms ] story [ 15.3 ms ] threadThere is a lot of useful information in this post for a non-emacs user.
I am not being sarcastic.
Hacking Vim to send text to a REPL isn't that hard, though it does require some setup.