LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > 2009 LinuxQuestions.org Members Choice Awards
User Name
Password
2009 LinuxQuestions.org Members Choice Awards This forum is for the 2009 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2009. This is your chance to be heard! Voting ends on February 9th.

Notices


View Poll Results: Programming Language of the Year
PHP 80 13.75%
Perl 48 8.25%
Python 160 27.49%
Ruby 26 4.47%
C 79 13.57%
C++ 81 13.92%
Java 52 8.93%
Lisp 5 0.86%
Erlang 4 0.69%
Smalltalk 0 0%
Haskell 1 0.17%
C# 13 2.23%
Lua 7 1.20%
COBOL 4 0.69%
Scheme 2 0.34%
Go 10 1.72%
Groovy 4 0.69%
Fortran 4 0.69%
R 2 0.34%
Voters: 582. You may not vote on this poll

Reply
  Search this Thread
Old 01-12-2010, 03:11 PM   #16
JMJ_coder
Member
 
Registered: Apr 2006
Distribution: Fedora
Posts: 478

Rep: Reputation: 30

You mean there are other languages than C?

Ha-ha!!!

Many languages take the cake in their own niche market (e.g., PHP in server-side scripting) - but for what I work on, C is the language of my choice.
 
Old 01-12-2010, 06:27 PM   #17
CoderMan
Member
 
Registered: Jan 2009
Location: Gemini Capsule 25164
Distribution: Gentoo
Posts: 375
Blog Entries: 24

Rep: Reputation: 43
I wouldn't say Java is the best language absolutely, but I'll give it my vote for 2009. I started looking into Java late in 2009, and I have found that I like the feel and style of it. I really like how it separates "interfaces" from "classes," which really helps conceptually during program design, and I think that would be a really good addition to a few other languages like C++.

I'm finding that Java applets are pretty fun also. For a while I had grown to hate the Internet after being burnt out on Javascript and PHP. Writing Java applets feels a lot more like real applications programming.
 
Old 01-12-2010, 06:46 PM   #18
MBybee
Member
 
Registered: Jan 2009
Location: wherever I can make a living
Distribution: OpenBSD / Debian / Ubuntu / Win7 / OpenVMS
Posts: 440

Rep: Reputation: 57
Quote:
Originally Posted by CoderMan View Post
I wouldn't say Java is the best language absolutely, but I'll give it my vote for 2009. I started looking into Java late in 2009, and I have found that I like the feel and style of it. I really like how it separates "interfaces" from "classes," which really helps conceptually during program design, and I think that would be a really good addition to a few other languages like C++.

I'm finding that Java applets are pretty fun also. For a while I had grown to hate the Internet after being burnt out on Javascript and PHP. Writing Java applets feels a lot more like real applications programming.
How much did Sun pay you?

Honestly though, I think that's probably the first positive endorsement of Java I've seen in 10 years
 
Old 01-12-2010, 07:15 PM   #19
CoderMan
Member
 
Registered: Jan 2009
Location: Gemini Capsule 25164
Distribution: Gentoo
Posts: 375
Blog Entries: 24

Rep: Reputation: 43
Quote:
Originally Posted by MBybee View Post
How much did Sun pay you?

Honestly though, I think that's probably the first positive endorsement of Java I've seen in 10 years
Heh, unfortunately no body cares that much about my opinion at the moment.

Just out of curiosity, what do you (or your friends) think is wrong with it? People around here seem to like it.

I'm pretty new to the language, but so far its seems pleasant to work with. Of course, it forces you to use OOP and good exception handling, but that's part of the philosophy of the language.

The only serious concern I have about Java, at the moment, is all the proprietary aspects of the implementation. Doesn't jive very well with my FOSS convictions.
 
Old 01-13-2010, 06:58 AM   #20
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
I can't call myself a programmer so I probably shouldn't vote here, but I'm going to vote for lisp as that's the language I'd like to know.
 
Old 01-13-2010, 07:31 AM   #21
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Erlang is probably the most spectacular. Python is the best. But if it weren't for C, python wouldn't work. For doing fast and flexible, without a huge learning curve, python!
 
Old 01-13-2010, 09:02 AM   #22
koyi
Member
 
Registered: Jul 2003
Location: Osaka, Japan
Distribution: Arch, Ubuntu
Posts: 421

Rep: Reputation: 31
For fast coding and proof of concept purpose, modern languages like Java, C#, .NET and script based ones like Perl, python, PHP is fine. But when it comes to real implementation, I always find myself ending up in the good old C... esp. for graphics manipulations. I find working directly with bytes of pixels the most intuitive. Not sure about others but at least true for me <- Please translate this last sentence into "Please do not flame me :-)"
 
Old 01-13-2010, 09:46 AM   #23
MBybee
Member
 
Registered: Jan 2009
Location: wherever I can make a living
Distribution: OpenBSD / Debian / Ubuntu / Win7 / OpenVMS
Posts: 440

Rep: Reputation: 57
Quote:
Originally Posted by CoderMan View Post
Heh, unfortunately no body cares that much about my opinion at the moment.

Just out of curiosity, what do you (or your friends) think is wrong with it? People around here seem to like it.

I'm pretty new to the language, but so far its seems pleasant to work with. Of course, it forces you to use OOP and good exception handling, but that's part of the philosophy of the language.

The only serious concern I have about Java, at the moment, is all the proprietary aspects of the implementation. Doesn't jive very well with my FOSS convictions.
Well, to be brief:
1) Too much typing, especially if you have namespaces that involve methods with overlap of some kind.

2) Extremely bad version support - this even applies to massive companies like SAP, who requires very precise versions of Java to function (1.4.* for many portions of the server, 1.6 for other portions)

3) Frequently abused error/exception handling. Trust me - forcing people to use it only seems like a good idea. Lazy people find a way.
A bad try/catch uses up a lot of memory when someone decides to get sloppy with it.

4) Severe memory leakage/excessive garbage collection

5) Can be unfriendly with virtualization. I know I'll catch flak for this, but running a Java server instance in a VM (without doing some sysctl tweaks for clocks/timing) will result in the host processor running at nearly 100% while all the VMs think they're nearly idle. It can get so bad that it's almost impossible to even type at the CLI. I can find specific tuning messages and official tickets if people wish to get snippy

6) Widely variable end-user experience. The frontend experience the developer chooses doesn't mean much - the end user might get something that works very differently. Speed/Look/responsiveness varies widely. Especially bad with some of the notorious toolkits like Swing.

7) Complex language spec. Sun's spec is contradictory and often confusing, though it is possible to work around this with good libs and knowledgeable people.

8) Write Once Run Everywhere isn't. It's more like Write Once Runs Sometimes If You're Lucky. Deploying Java apps in the enterprise has made me wish it was never born. I'm always amazed at the ways it can go wrong when you try to get 15,000 people to use the same Java frontend.

Now, all of these are examples of things that *can* be bad, but obviously there are tons of well done Java apps out there too. It's just like C or Perl, or PHP. Excellent programmers produce excellent programs regardless of language... the converse is also true.

Last edited by MBybee; 01-13-2010 at 09:49 AM. Reason: typo
 
Old 01-13-2010, 09:52 AM   #24
portamenteff
Member
 
Registered: Feb 2006
Location: Colorado
Distribution: lubuntu, fedora, lightning Linux.
Posts: 180
Blog Entries: 1

Rep: Reputation: 36
jeremy i think i voted twice on this

i voted on this topic, then it gave me the poll again. i think i voted twice.i'll just keep voting till they don't give me the poll. (just kidding, that's cheating!)
 
Old 01-13-2010, 09:55 AM   #25
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,600

Original Poster
Rep: Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083
portamenteff, the system will only allow you to vote once (and I've confirmed this poll doesn't have any duplicate votes).

--jeremy
 
Old 01-13-2010, 03:21 PM   #26
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Anything not Java :}


While I admit that it has come a long way in terms of performance,
and has gotten rid of some of its stupidities since 1.3 it's still
a hog, and in my system guy mind-set my natural enemy.
 
Old 01-13-2010, 08:38 PM   #27
raju.mopidevi
Senior Member
 
Registered: Jan 2009
Location: vijayawada, India
Distribution: openSUSE 11.2, Ubuntu 9.0.4
Posts: 1,155
Blog Entries: 12

Rep: Reputation: 92
java
 
Old 01-14-2010, 02:37 PM   #28
scmbg
Member
 
Registered: Oct 2008
Location: Mexico City
Distribution: Fedora
Posts: 65

Rep: Reputation: 15
C++

The one and only.

Every system that i develop with this lenguage, i love it more.

Last edited by scmbg; 01-14-2010 at 02:40 PM.
 
Old 01-15-2010, 12:29 AM   #29
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,356

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
I'll vote for Perl and agree with Tinkster ....
 
Old 01-15-2010, 08:54 AM   #30
Web31337
Member
 
Registered: Sep 2009
Location: Russia
Distribution: Gentoo, LFS
Posts: 399
Blog Entries: 71

Rep: Reputation: 65
Unhappy

Heeeey, where is Assembler?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Programming Language of the Year jeremy 2008 LinuxQuestions.org Members Choice Awards 107 05-03-2009 08:32 PM
Programming Language of the Year jeremy 2007 LinuxQuestions.org Members Choice Awards 107 02-29-2008 10:40 PM

LinuxQuestions.org > Forums > 2009 LinuxQuestions.org Members Choice Awards

All times are GMT -5. The time now is 08:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration