![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
The Best Programming Language
What's your favorite programming langauge? The post why. As well as why it's better than other languages.
My favorite is C/C++. Because it can make stand alone programs (some other languages can't) and it's close to assembly so it's easy to go low level. (Forgive me if this is in the wrong place, I am new here) |
|
|
|
#2 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 773
Rep Power: 3
![]() |
There are plenty of threads on this topic already. Most users will probably agree that the "best" language depends on the project.
|
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
Sorry, I am new. I didn't know.
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() |
try using the search tool next time.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#5 |
|
Professional Programmer
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 380
Rep Power: 3
![]() |
It is in the right place, but there are many threads like this in existence, search the forum b4 making a new topic.
It depends on what I am programming, some are better for different things. I prefer C++ for most general application programming, but sometimes it is just quicker and easier to do programs in another language such as C#.
__________________
I am Addicted to Linux! |
|
|
|
|
|
#6 |
|
Guest
Posts: n/a
|
I guess then the topic has become why is C++ so popular?
|
|
|
|
#7 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Obviously it depends on the job required, but I'm particularly partial to Python. When I program in my spare time, I want a programming language that enables me to easily produce fast, modular, interesting code that I will be able to decipher in six months time. Python adequately fulfills those requirements in a way other languages do not.
To me, Python's main advantage is that it has a lot of language constructs that other more popular languages do not have. What might be repetitive work in C++ or Java, becomes so much more efficient, and interestingly difficult, with higher level functions, mutable objects and metaclasses. The idea of designing classes and functions to construct other classes and functions is a concept that rather fascinates me. Also, I'm not sure this particular question has been asked before. Infinite Recursion asked, "Which language do you think is the best to know / learn?" a while ago, but that's not quite the same thing that Zap is asking. Of course, I may just not be searching hard enough ![]() |
|
|
|
|
|
#8 |
|
Hobbyist Programmer
Join Date: Jun 2006
Location: at my computer desk
Posts: 138
Rep Power: 3
![]() |
i like c++ even though i just started learning it, i think it is bettr because it is low level if you master it then higher level will be easy to understand
and c++ is good for video games ![]() |
|
|
|
|
|
#9 |
|
Professional Programmer
Join Date: May 2005
Location: Woo - Boot Sector!
Posts: 294
Rep Power: 4
![]() |
@Arevos: Sure the key to deciphering the code in 6 months time is writing clean, efficient code with clear variable and function names. And then you probably wouldn't even need comments!
__________________
www.heldtogether.co.uk |
|
|
|
|
|
#10 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I have to say this: had you, as a new member, read the FAQ/rules (rude, not to), you would have noticed right away that you were enjoined to "search FIRST".
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|