October 17th, 2002, 5:38 am
I am not sure if this message come in a little late, but I still felt like putting in my 2 cents. There are 2 things that I think that every programmer using UNIX should do:-Write Makefiles and use vi (pico is for losers ) the real power of UNIX is the stability and the simple and accessible programming environment, get used to using the fast keys and commands in pico, although it is teadious and confusing at first, you will be lighting fast after a couple of weeks. You will be pushing (esc-:wq in windows before you know it) .Although I do use UNIX for most of my programming. I have been dabling in windows environment apps these days and there is alot of functionality to tap into there, there is no way to make a GUI as well as you can in windows visual studio (c++, VB ...) in UNIX, unless you like pain.Good luck