Page 1 of 4

What is your favorite/ least favorite Programming language?

PostPosted: 06 Sep 2012, 06:10
by Jastiv
My favorite programming language is C, followed by Java as a close second. I like C because it is easy to learn and you can do lots of stuff with code already written in C.
I like Java because it runs on Linux, Windows and Mac, but you don't have to worry about trying to make it cross platform since the Java Virtual Machine takes care of that.

My least favorite language is Lua, because it causes programs to have a dependency hunt so you can never get it to work.
I also dislike python because it changes too fast so it leaves a lot of bit rot in its wake.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 06 Sep 2012, 23:56
by Sauer2
OK, but in reality all programming languages suck in one or another way. Some more, some less.

About Lua: Forget about the standalone interpreters, they are more like technical demos. Lua was made to be embedded into other programs and does a pretty decent job here.

About Python: It's not that bad, there are basically Python 2 and 3 and many of the libs are now ported to Python 3.

About Java: The VM is cool for running JRuby and JPython, but now it's a massive security hole and the language is similar to C# - hard to touch without a good IDE.
Also Note that many Java programms use OS-dependent libraries, so cross platform is more a figure of speech in some cases.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 08 Sep 2012, 21:28
by leilei
Most: C
Least: C#

Re: What is your favorite/ least favorite Programming langua

PostPosted: 09 Sep 2012, 03:50
by Jastiv
I don't really like C# because its a proprietary language, and microsoft only as well.
I didn't mention it, because I figured on free gamer no one would really like it or think it appropriate for free (as in freedom) games.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 09 Sep 2012, 04:58
by charlie
It is incorrect to say C# is "microsoft only" given the Mono project and associated software stack.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 09 Sep 2012, 05:19
by DangerOnTheRanger
Favorite: Python.

Least favorite: Java.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 19 Sep 2012, 13:45
by Evropi
Favourite: Ruby all the way baby. You can check it out in the excellent online tutorial by Code School, Try Ruby! I evangelise Ruby wherever I am on the web.

Least favourite: C++; it's a seriously unnecessary extension to C, and it's how not to do object orientation right. The syntax is bloody awful, and I especially dislike its minor incompatibilities with C, which is a great language. It's a shame that C++ is the de facto standard programming language of the game industry, and in turn, open source game libraries too.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 20 Sep 2012, 08:47
by dusted
My favourite programming language is C, it's sometimes a lot of work, but I enjoy it's raw feel.

My least favourite programming language must be Java and C#, I think they tend to go all "CS" on me, and takes me away from working the computer into a way more academic domain where I do not enjoy spending more time than needed.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 21 Sep 2012, 00:58
by Evropi
charlie {l Wrote}:It is incorrect to say C# is "microsoft only" given the Mono project and associated software stack.

It's nice that you're a moderator and all, but that doesn't mean you should go off-topic whenever you feel like it...


Edit by Tranberry:
I think fighting FUD is always on topic, especially when it is so close to the topic of said thread.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 21 Sep 2012, 02:05
by Arthur
Evropi {l Wrote}:It's nice that you're a moderator and all, but that doesn't mean you should go off-topic whenever you feel like it...

And pointing that out isn't off-topic at all?

Ooops, vicious cycle... ;)

Re: What is your favorite/ least favorite Programming langua

PostPosted: 01 Jan 2013, 05:22
by Tuxide
Favorite language: Java. Not because of the JVM though. I like the tools and its cross-compilers, especially GWT.

Least favorite: Python because of its fanboys. They're the kind who think lexical syntax is more important than how their code actually runs. I also don't like its type system; also I don't like PHP for the same reason.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 13 Jan 2013, 21:35
by farcodev
Favorite: Object Pascal

Less Favorite: C++/C#/Java

Re: What is your favorite/ least favorite Programming langua

PostPosted: 16 Jan 2013, 02:08
by theweirdn8
C/C++ ftw!

Re: What is your favorite/ least favorite Programming langua

PostPosted: 16 Jan 2013, 17:51
by Buch
I love C++! And I hate Visual Basic and all .NET stuff...

Re: What is your favorite/ least favorite Programming langua

PostPosted: 17 Jan 2013, 16:21
by Carver413
Love Pascal hate C++

Re: What is your favorite/ least favorite Programming langua

PostPosted: 18 Jan 2013, 23:47
by Evropi
Carver413 {l Wrote}:Love Pascal hate C++

Is that ISO Pascal or Object Pascal (also known as Delphi or FreePascal/Lazarus)?

All due respect, but, aside from PascalStrings and compiling down to bytecode, Pascal offers no benefits whatsoever today. It also lacks lots of libraries. It has all the problems of Lisp basically, but without any cool innovations like everything being nested (the nested statements of Lisp certainly teach some concepts well). Just putting it out there. Still better than Shit++ though, which is also my least favourite. :)

PS: did you come here from Hedgewars? Lol. Apart from FreePascal and DoomRL, it's the only open source project I know of that is primarily written in Pascal, haha.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 28 Jan 2013, 15:22
by theweirdn8
Woah, Pascal...

Re: What is your favorite/ least favorite Programming langua

PostPosted: 28 Jan 2013, 15:31
by Flipflop
Love Java in all Aspects (as Business Language to "earn" some Money ^^ and as Game-Enabler in my sparetime) . If you know what you are doing it is pretty fast. Trust me. :)

Dont like Visual Basic

Re: What is your favorite/ least favorite Programming langua

PostPosted: 28 Jan 2013, 15:58
by riidom
Evropi {l Wrote}: Apart from FreePascal and DoomRL, it's the only open source project I know of that is primarily written in Pascal, haha.


There is http://castle-engine.sourceforge.net/news.php , but dont ask me for details, I just like to read their news :)

Re: What is your favorite/ least favorite Programming langua

PostPosted: 11 Feb 2013, 05:08
by Carver413
Evropi {l Wrote}:
Carver413 {l Wrote}:Love Pascal hate C++

Is that ISO Pascal or Object Pascal (also known as Delphi or FreePascal/Lazarus)?

All due respect, but, aside from PascalStrings and compiling down to bytecode, Pascal offers no benefits whatsoever today. It also lacks lots of libraries. It has all the problems of Lisp basically, but without any cool innovations like everything being nested (the nested statements of Lisp certainly teach some concepts well). Just putting it out there. Still better than Shit++ though, which is also my least favourite. :)

PS: did you come here from Hedgewars? Lol. Apart from FreePascal and DoomRL, it's the only open source project I know of that is primarily written in Pascal, haha.

Thats Free pascal and I don't know what is lacking in it. there is a lot of opensource stuff out there if you dig around. opengl is alittle behind these days but I'm working on some more currert stuff. I haven't found anything I like better at the moment so guess I'll just stick with this.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 13 Feb 2013, 03:27
by farcodev
FAR Colony is made in Object Pascal.
Don't you confond the old Pascal language with its more modern derivative Object Pascal that you find in Delphi and Freepascal/Lazarus Evropi?

Re: What is your favorite/ least favorite Programming langua

PostPosted: 03 Mar 2013, 11:24
by Peter
My favourite is C++ because it is not owned by a single company, and there exist many good implementations, which I think is very important when making free, open source, games. I also like C++ because it is very powerful and feels more like a real language, the opposite of living in a sandbox.

Least favourite languages are proprietary languages.

Re: What is your favorite/ least favorite Programming langua

PostPosted: 13 May 2013, 22:23
by Anemotion
Well, I just love C#, Python. I love the way the program flow works. I love the simplicity too. Currently studying C# after which It's gonna be Python. My dream is to be a game dev with 3D modeling and coding. Maybe even creating my very own 3D suit one day similar to Blender ;)

Re: What is your favorite/ least favorite Programming langua

PostPosted: 23 May 2013, 07:53
by rubberduck
i love to program with bge/python, but at the moment i am learning it

Re: What is your favorite/ least favorite Programming langua

PostPosted: 23 May 2013, 17:49
by qubodup
My favorite ones are #1 python, #2 lua, and #3 javascript because I managed to get a few things done with them, rather than just glaring at them from a distance. :)