On Mon, 2004-06-21 at 13:58 -0500, Cecil wrote:
Ok. I just have never gone without an ide. I'm a student and have never done much programming. I haven't even gotten into programs that require more than one file to build.
If you dont mind which language you use, python would be an excellent choice as you can use any editor you need, and you dont have to deal with a build system as you just run 'python file.py' to run your code. It also has a very good core feature set and libraries making it possible to do anything you need with very little code.
Tom
As is perl and about 50 others that would require compiling.
Under Unix, everything is written in plaintext so you can use any editor you want, even ed. Compiling may be required depending upon the language.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]