Click to See Complete Forum and Search --> : Where to go from here?


Loomster
12-18-2002, 09:49 PM
I really enjoy programming, and i've just completed a qbasic class for school. I'd like to move to something more advanced and powerful, and im looking for advice on what i should try next. I'd prefer something in linux, since i now use it alot. Where is a good site for linux programming, IDEs, etc.

Thanks!
Jeff K.

Stuka
12-19-2002, 11:37 AM
Personally, I like C++, C, and Java. Others would recommend Python (http://www.python.org) as an introductory object oriented language. All work well on Linux - Python comes with an interactive interpreter, but no IDE that I'm aware of. For C or C++, there's Anjuta (http://anjuta.sourceforge.net) , which I've heard is good, but there are others. Java also offers several IDE's the best of which I'm told is Borland's JBuilder. Personally, for small personal projects, I don't think you can beat Vim (http://www.vim.org) and a good Makefile. There's my $0.02.

while(1)
12-19-2002, 11:50 AM
there are (almost) endless linux programming resources out there! you can keep hanging out here go to a site dedicated to programmin under linux.

i would recommend java for learning OOP, C for learning functional programming (C is a must to know if you plan to dig deep into linux) or python/perl if you want to do scripting.

mnsharif
12-23-2002, 12:06 AM
well,

Loomster, you already had good info about PLs and will have more too, and about resources, well the rule of thumb is that go to G:):)GLE (http://www.google.com) and try a search

HTH !!!