What is the best programming language?
-
- Posts: 140
- Joined: Sat Jul 29, 2006 9:11 pm
- Location: Klein, TX
What is the best programming language?
i have tried several differernt languages and i just want an opinoin from some other people on which is the best. i have tried java, vj#, c++, c#, python, and vb. so far i like vb best, because it's nice and easy to make a nice, neat little ui and the coding ins't that hard either. so lets hear from y'all(yeah, im texan i say y'all ) and if you want more poll options then tell me
-
- Posts: 140
- Joined: Sat Jul 29, 2006 9:11 pm
- Location: Klein, TX
The answer to your question depends on a few things...mainly performance, how easy it is to create a functional application, and whether or not you need your application to run on multiple platforms.
Obviously anything cross-platform compiles into an intermediate language so it will always be slower than a processor specific such as C or C++. While native languages are on top when it comes to speed, they are also less user friendly and take longer to code big applications.
On the other side, there's java which can be run on virtually any type of cpu and is fairly easy to program in...it's also one of the least efficient languages so if you are doing any type of intense computational work you may want to lean more towards something .NET based like C#.NET which is an intermediate between fast efficient code and compatability between different architectures.
The best of both worlds in my opinion would be C++.net which gives you the option to use inline assembly which is nice where speed can be an issue, such as writing small algorithms that process large amounts of data. You can create applications in a fast efficient manner that's cross platform and has the potential to be optimized if need be
Obviously anything cross-platform compiles into an intermediate language so it will always be slower than a processor specific such as C or C++. While native languages are on top when it comes to speed, they are also less user friendly and take longer to code big applications.
On the other side, there's java which can be run on virtually any type of cpu and is fairly easy to program in...it's also one of the least efficient languages so if you are doing any type of intense computational work you may want to lean more towards something .NET based like C#.NET which is an intermediate between fast efficient code and compatability between different architectures.
The best of both worlds in my opinion would be C++.net which gives you the option to use inline assembly which is nice where speed can be an issue, such as writing small algorithms that process large amounts of data. You can create applications in a fast efficient manner that's cross platform and has the potential to be optimized if need be
-
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
A bit off topic..
Does VB use LESS resources (RAM,CPU, ect) than C++?
You thought you saw me but what you really saw was the bullet I pawned you with.
-
- Posts: 140
- Joined: Sat Jul 29, 2006 9:11 pm
- Location: Klein, TX
i'm not a total noob to pragramming and looking for what to learn first i know a bit of c++, java, and vb. i have even written tutorials on them.
http://www.halomods.com/forums/viewtopic.php?t=43494
http://www.halomods.com/forums/viewtopic.php?t=44650
I'm just wanting your opinions on which language is best for what and stuff.
http://www.halomods.com/forums/viewtopic.php?t=43494
http://www.halomods.com/forums/viewtopic.php?t=44650
I'm just wanting your opinions on which language is best for what and stuff.
-
- Posts: 140
- Joined: Sat Jul 29, 2006 9:11 pm
- Location: Klein, TX
-
- Posts: 140
- Joined: Sat Jul 29, 2006 9:11 pm
- Location: Klein, TX
- jebmodillion
- Readers Club
- Posts: 41
- Joined: Sun Apr 08, 2007 9:43 pm
- StalkingGrunt911
- Posts: 3618
- Joined: Wed May 24, 2006 12:30 pm
- Location: Florida!
- Contact: