PDA

View Full Version : Most recommended High level programming language for Ubuntu



Sliiice
October 3rd, 2009, 11:41 PM
Hello,
I am new to linux, and I am very interested in learning programming. I am wondering what the community recommends.
What are some compilers for ubuntu?
Where to start?

nathang1392
October 3rd, 2009, 11:43 PM
i think java is one of the best. im learning it in APCS. of course im not that great, im only in high school. in my java book it said that the number of employed java programmers is almost 4x greater than the number of c++ programmers.

NoaHall
October 3rd, 2009, 11:45 PM
Bash. This is a built in scripting language in Linux. Start with that, move on to perl, maybe a bit of php, and C. They all have similar syntax.
IDE's - geany, gambas 2, and gedit.

diesch
October 3rd, 2009, 11:47 PM
I depends on what you want to do. Popular languages on Linux are C, C++, Perl and Python

Dalek-Sec
October 3rd, 2009, 11:48 PM
I'm pretty new to Linux as well. I've been using a compiler called Eclipse for C and C++. Eclipse uses the gcc libraries (gcc is a terminal run compiler). I don't have much experience with any other linux IDE's but comparing Eclipse to ones I've used on Windows I'd definitely recommend it.

slavik
October 4th, 2009, 12:13 AM
Please read the stickies regarding this topic.