Guys, Which one is the best programming language (not scripting) language in terms of efficiency and performance?
feedback
|
closed as not constructive by theotherreceive, Kyle Brandt♦, Evan Anderson, Dave Drager, ConcernedOfTunbridgeWells Nov 5 '09 at 13:29
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Assembly. Might take you a month to get a task completed if it's a big project and you'll have fun with bugs and porting to make it more efficient on other chipsets, but it'll be fast a blazes. If done right. With the perfect compiler. Hand tuned by the guy who designed the chip in the first place. Otherwise...whatever language you're most familiar and comfortable with and proficient with, since that's what will get the project done the quickest with the fewest bugs. | |||||||||
feedback
|
|
Whatever language you are familiar with. Any language can be efficient if you know what you are doing and are familiar with it. There might be limitations but that all depends on what you are doing. I can write very good and effective Java code as opposed to C++, that doesn't mean though that java is better, it just means I'm more familiar with it. | |||
|
feedback
|