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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

