LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > 2014 LinuxQuestions.org Members Choice Awards
User Name
Password
2014 LinuxQuestions.org Members Choice Awards This forum is for the 2014 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2014. This is your chance to be heard! Voting ends on February 3rd.


Notices


View Poll Results: Programming Language of the Year
Ada 1 0.24%
Assembly 5 1.22%
AWK 5 1.22%
C 67 16.30%
C# 7 1.70%
C++ 48 11.68%
Clojure 3 0.73%
COBOL 2 0.49%
Common Lisp 2 0.49%
D 3 0.73%
Erlang 0 0%
Fortran 4 0.97%
Free Pascal 14 3.41%
Go 4 0.97%
Haskell 8 1.95%
Java 24 5.84%
Javascript 11 2.68%
Lua 4 0.97%
Objective-C 2 0.49%
Perl 24 5.84%
PHP 31 7.54%
Python 114 27.74%
R 3 0.73%
Ruby 12 2.92%
Rust 2 0.49%
Scala 2 0.49%
Scheme 3 0.73%
Tcl 6 1.46%
Voters: 411. You may not vote on this poll

Reply
  Search this Thread
Old 12-15-2014, 09:23 PM   #1
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
Programming Language of the Year


A newer category that's been extremely close the last few years.

--jeremy
 
Old 12-15-2014, 09:33 PM   #2
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
After a few years mostly focused on web and database projects, I have returned to C++ in 2014.

Although it has its quirks - as do all programming languages - C/C++ remain the most useful and most useable for my money.
 
Old 12-15-2014, 10:22 PM   #3
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
D has really grown to be worth a look now.

It's quite amazingly good, supplanting both C++ and Ruby as my favourite languages.
 
Old 12-16-2014, 12:13 AM   #4
DaneM
Member
 
Registered: Oct 2003
Location: Chico, CA, USA
Distribution: Linux Mint
Posts: 881

Rep: Reputation: 130Reputation: 130
I'm still holding out for LOLCode to end up on this list. :-D
 
Old 12-16-2014, 12:57 AM   #5
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
C++, because of the C++14 standard
 
Old 12-16-2014, 04:32 AM   #6
lsces
LQ Newbie
 
Registered: Nov 2003
Location: Broadway, UK
Posts: 24

Rep: Reputation: 2
Like some of the other categories there is not a single answer I can select. C/C++ is a base for other languages so perhaps there should be a separate grouping for languages programmed using another one.
 
Old 12-16-2014, 07:49 AM   #7
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
I had to cast my vote for the language I'm currently using most. This year, it's Python.
 
Old 12-16-2014, 12:17 PM   #8
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
I voted for JavaScript not because I like it, but for its ubiquity and its enormous growth this year.
 
Old 12-16-2014, 01:59 PM   #9
wolsonjr
Member
 
Registered: Aug 2007
Location: IL/US
Distribution: Deb, Mint, Slack, LFS, Fedora, Ubuntu(LXDE)
Posts: 71

Rep: Reputation: 34
really interested to see how Rust develops
 
Old 12-16-2014, 02:35 PM   #10
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
Quote:
Originally Posted by wolsonjr View Post
really interested to see how Rust develops
Rust will be the programming language 2015, when 1.0 is released.
2016 is still open
2017 next C++ standard, introducing (hopefully) concepts (light)
so there is obviously no need to have this poll every year
 
Old 12-16-2014, 02:43 PM   #11
dumdadum
Member
 
Registered: May 2009
Location: Montreal, Quebec, Canada
Distribution: Slackware 14.1 64 bits
Posts: 238

Rep: Reputation: 15
Smile C++

I voted for C++, but whould of voted for Qt if it was proposed in the list of choices...

Cheeze (=
Dumdadum
 
Old 12-16-2014, 03:04 PM   #12
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
I'm curious, have those who voted C++ had a Good Look at what D is now? http://dlang.org/

Remember Andrei Alexandrescu, the guy who wrote that frighteningly clever "Modern C++ Design" book? Much of the scary clever magic behind Boost was inspired by/ kicked off by that.

Except Andrei seems to be unusual in the class of Genius coders...

He has stepped back from all that cleverness, and said, "It shouldn't have to be so hard" and started designing his own language.

And then he stepped one step further back and instead of writing yet another language, started contributing to Walter Bright's D language.

Result?

All that insane cleverness poured into making things simple, easy, Right.

Instead of brain twisting template meta-programming, Compile Time Function Evaluation.

Instead of STL iterators.... Ranges.

Oh my! Those things are my favourite example of achieving Power AND Simplicity by choosing the Right abstraction.

http://www.drdobbs.com/architecture-...in-d/240008321

Last edited by cyent; 12-16-2014 at 03:10 PM.
 
Old 12-16-2014, 09:44 PM   #13
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
I vote for C

It is the closest language to the way machine works apart from ASM language.
 
Old 12-16-2014, 09:56 PM   #14
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
Quote:
It is the closest language to the way machine works apart from ASM language
That was become a sort of self fulfilling prophecy...

There was for a good few years a trend towards machines working the way C works!

(There was a small side step in the Arm world to "the machine working the way Java works" http://www.arm.com/products/processo...es/jazelle.php )

Except C is getting further and further away from how machines work these days....

These days things are dominated by....

* A very very steep cache heirachy.
* An ever growing number of cores.
 
Old 12-17-2014, 01:16 AM   #15
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
Quote:
Originally Posted by cyent View Post
I'm curious, have those who voted C++ had a Good Look at what D is now? http://dlang.org/
yes, I followed D already from the very beginning.
it is an interesting language, but the code generation it has makes it more easy to write unmaintainable code than C++ and therefore only for generic freak like Alexandrescu acceptable ( I am just kidding, but not just)

one of the greatest mistake it made was to compare itself with C++ and marketing itself as a system language.
it should have come up as a better pyhton or so, would have made more sense somehow. (GC is still a problem, look at the D talks from the DLang conference, not even the D devs deny that in high performance parts you can not use the GC and there is also a project that trys to imporve GC , but therefor duppples memory consumption ...(

and an other thing is, bringing a language without tools support like ide support and debugger in nowadays only for a very view people interesting.
 
  


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 2012 LinuxQuestions.org Members Choice Awards 48 02-27-2013 02:45 PM
Programming Language of the Year jeremy 2011 LinuxQuestions.org Members Choice Awards 72 03-08-2012 07:30 AM
Programming Language of the Year jeremy 2010 LinuxQuestions.org Members Choice Awards 85 05-29-2011 02:58 PM
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 > 2014 LinuxQuestions.org Members Choice Awards

All times are GMT -5. The time now is 04:00 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