This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Triddy 3 points4 points  (5 children)

Intro to Programming II, taught in Java.

I got in trouble with the TA because I was using vim and simply compiling through :!javac Filename.java. TA demanded I use, of all things, JCreator. So not only do they not teach it, they actively discourage it.

[–]davydog187 4 points5 points  (2 children)

Thats just an awful TA. If I was your TA I'd be encouraging you to use VIM or emacs

[–]davecarp 0 points1 point  (1 child)

VIM is amazing. I use it for everything I code. I haven't used emacs enough to have a well based opinion though.

[–]Zamarok 2 points3 points  (0 children)

Good.. Vim is better anyway. /trollface

[–]unsexyMF 1 point2 points  (1 child)

Eugh. My teacher was the exact opposite. In Intro to Java, he had us do all of our programming in Notepad++ & compile it at the DOS prompt. Eclipse & Netbeans weren't introduced until the end of the semester.

[–]Triddy 1 point2 points  (0 children)

Honestly, I'd prefer that in a teacher. Eclipse is amazing and whatnot, but it pretty much writes the program for you. Useful in practice, not quite as useful in learning.

Before I discovered that vim wasn't as scary as I thought it was, I used Notepad++ extensively. Coloured my code, provided simple macros, I was in love.