by globalrev on 10/24/08, 4:41 AM with 4 comments
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?
by collint on 10/24/08, 6:00 AM
There is a lot of useful information in this post for a non-emacs user.
I am not being sarcastic.
by weavejester on 10/24/08, 12:13 PM
Hacking Vim to send text to a REPL isn't that hard, though it does require some setup.
by SwellJoe on 10/24/08, 6:40 AM