Poll: Programming Languages

Recommended Videos

perfectimo

New member
Sep 17, 2008
692
0
0
What do you like / dislike about the different programming languages? What is your favourite?
 

goodman528

New member
Jul 30, 2008
763
0
0
C++, because all the low level languages are really retarded, VB is too slow, and I don't know Java. Actually Matlab's really good with vectors and stuff and more intuitive, but that's not an option on your poll.
 

searanox

New member
Sep 22, 2008
864
0
0
All I know is a bit of Visual Basic and even less Java that I learned in high school. I want to be a game designer, but I'm just not a math person.
 

perfectimo

New member
Sep 17, 2008
692
0
0
goodman528 post=18.73368.793675 said:
C++, because all the low level languages are really retarded, VB is too slow, and I don't know Java. Actually Matlab's really good with vectors and stuff and more intuitive, but that's not an option on your poll.
Yeah, I'm a fan of c++, agreed with for VB and also I just don't like the language, not enough room to move.

Last option on the list is for all others.
 

zen5887

New member
Jan 31, 2008
2,923
0
0
I know very little about programming..

I think I did a year of VB at highschool
 

Ancalagon

New member
May 14, 2008
403
0
0
The only modern programming language I have any level of proficiency in is Java, since the computing degree I'm taking only uses Java. I've just started teaching myself C++, as I'm working towards becoming a games programmer. My first impressions of C++ are that it seems less intuitive than Java, and there's a lot of operators to learn, but that allows control of memory and system resources on a more basic level. I suppose it seems a bit like the difference between Windows and Linux. I'll vote for Java since it's what I know, but I'd be interested to hear someone who has significant experience of both give their views of the comparison between the two.
 

bkd69

New member
Nov 23, 2007
507
0
0
Python.

Because it takes at least nine months for me to look at my code a second time.
 

nekolux

New member
Apr 7, 2008
327
0
0
Pascal, because its the first language i ever learned and its just as powerful as C or C++ or java for that matter.
 

Syntax Error

New member
Sep 7, 2008
2,323
0
0
C++. Because it's the only language I got used to. I could add Assembly here, but I'm not really good with it.
 

ElephantGuts

New member
Jul 9, 2008
3,520
0
0
I'd have to say visual basic since I'm learning that in school now. And when I say now, I mean that literally. I'm in computer programming class right now. When i saw this thread I had to log in so I could post this now.
 

Alex_P

All I really do is threadcrap
Mar 27, 2008
2,712
0
0
Different tools for different tasks. Pretty much every language in widespread use is both very useful and beautiful and very ugly and clunky at the same time, depending on what you're trying to do.

If I really had to pick one it would be Python. Python's probably my favorite for its flexibility -- I like how it lets you mix the imperative, object-oriented, and functional paradigms. I <3 lambda. Being able to fire up an interpreter and actually test a small chunk of code as you write it is absolutely wonderful, too.

Most of my current work is in C++ with Qt. C++ with Qt feels very different from just plain old C++, just like C++ with Boost feels very different from just plain old C++, or C++ with a modern compiler that actually supports most of the language feels very different from old-old C++, for that matter (Qt is mostly a cross-platform GUI toolkit but it also adds a nice structure for dealing with events using "signals" and "slot"). C++ is flexible but in a way that's horribly abused. There's just something perverse yet wonderful about a language that supports metaprogramming (with templates) and yet still lets you dick with naked pointers. Most programmers don't use it, right, I think. C++ is a total mess without some clear idea of just which features of the language you really want to use. If you've got a smart project engineer who can figure out just which style fits a project best and focused team that's capable of following its own standards, you can get somewhere with C++. For more naive development or do-it-yourself learning, though, the language is a pain to work with and produces messy, horrible code. It's no wonder that the languages that have followed in its footsteps (Java, C#) are much more restrictive about just what you can do.

-- Alex
 

dusparr

New member
Jun 18, 2008
39
0
0
Video game programmer here, C++ and Up only. Occasionally assembly for optimization, or for handhelds.
 

implodingMan

New member
Apr 9, 2008
719
0
0
I know how to code with the actionscript in Flash, but I don't know any of the "real" programming languages.
 

Xaryn Mar

New member
Sep 17, 2008
697
0
0
Fortran 90 and IDL. Mostly because I use them at the university but also because they are quite powerful and easy to use. Have had a little experience with Pascal and good old basic.