LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > 2021 LinuxQuestions.org Members Choice Awards
User Name
Password
2021 LinuxQuestions.org Members Choice Awards This forum is for the 2021 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite projects/products of 2021. This is your chance to be heard! Voting ends on February 15th.


Notices


View Poll Results: Programming Language of the Year
Ada 1 0.54%
Assembly 4 2.17%
AWK 6 3.26%
C 34 18.48%
C# 1 0.54%
C++ 14 7.61%
Clojure 2 1.09%
COBOL 1 0.54%
Common Lisp 4 2.17%
D 2 1.09%
Erlang 2 1.09%
Fortran 5 2.72%
Go 3 1.63%
Haskell 1 0.54%
Java 6 3.26%
Javascript 3 1.63%
Julia 2 1.09%
Lua 0 0%
Objective-C 0 0%
Perl 11 5.98%
PHP 7 3.80%
Python 58 31.52%
R 3 1.63%
Raku 1 0.54%
Ruby 2 1.09%
Rust 10 5.43%
Scala 0 0%
Scheme 0 0%
Swift 0 0%
Tcl 1 0.54%
Voters: 184. You may not vote on this poll

Reply
  Search this Thread
Old 01-08-2022, 10:13 PM   #16
shastenm76
LQ Newbie
 
Registered: Feb 2018
Posts: 11

Rep: Reputation: Disabled

I think Rust is the way foreward for a lot of applications that are currently written in C. Python still has a warm place in my heart because you can get things up and running really quickly. The best scripting language has to be Perl. Java and Javascript are becoming a little obsolete, but there are big markets for them in development for the forseeable future.
 
Old 01-09-2022, 09:56 AM   #17
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,679

Rep: Reputation: 2713Reputation: 2713Reputation: 2713Reputation: 2713Reputation: 2713Reputation: 2713Reputation: 2713Reputation: 2713Reputation: 2713Reputation: 2713Reputation: 2713
I am liking Rust, NIM, V-lang, and interpreted PERL and Bash.
 
Old 01-09-2022, 03:12 PM   #18
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
Ruby has advanced a lot in speed and capability this year
 
Old 01-10-2022, 03:18 AM   #19
hatersgottahate
LQ Newbie
 
Registered: Oct 2021
Location: The UK
Distribution: arch btw
Posts: 26
Blog Entries: 8

Rep: Reputation: Disabled
My pick is Assembly.
 
2 members found this post helpful.
Old 01-10-2022, 01:22 PM   #20
M0M0
Member
 
Registered: Sep 2020
Location: Germany
Distribution: Slackware
Posts: 230

Rep: Reputation: 20
It's 2022, and I have to learn FORTRAN But I like it, so I go with this one
 
Old 01-10-2022, 01:34 PM   #21
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
I learnt FORTRAN IV 52 years ago - is this a record?

It's got a lot more sophisticated since then.

Last edited by JeremyBoden; 01-10-2022 at 01:52 PM.
 
Old 01-10-2022, 01:57 PM   #22
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
Quote:
Originally Posted by hatersgottahate View Post
My pick is Assembly.

You certainly can do nifty CPU specific things with gcc's inline assembly. Not to mention looking at disassembly listing results in a few WTF, Wow! and Aha! moments.
 
Old 01-10-2022, 02:07 PM   #23
YesItsMe
Member
 
Registered: Oct 2014
Posts: 916

Rep: Reputation: 313Reputation: 313Reputation: 313Reputation: 313
Quote:
Originally Posted by cyent View Post
You certainly can do nifty CPU specific things with gcc's inline assembly.
Or just skip the GCC part completely.
 
Old 01-10-2022, 03:09 PM   #24
//////
Member
 
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Arch Linux && OpenBSD 7.4 && Pop!_OS && Kali && Qubes-Os
Posts: 824

Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
i voted for Perl - its the only "real" language i am able to write - usually xD
 
Old 01-10-2022, 03:19 PM   #25
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
Quote:
Originally Posted by ////// View Post
i voted for Perl - its the only "real" language i am able to write - usually xD
Sure you can, we all can. The only question is can you read it once you have written it? ;-) (Just a friendly leg pull.)
 
1 members found this post helpful.
Old 01-12-2022, 11:04 AM   #26
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,242

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
Let me just say that my absolute least favorite language is Make. As soon as you get past the subset that can be easily replaced with a markup language, it's just, uh....
 
Old 01-12-2022, 01:46 PM   #27
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
Quote:
Originally Posted by dugan View Post
Let me just say that my absolute least favorite language is Make. As soon as you get past the subset that can be easily replaced with a markup language, it's just, uh....
You haven't met CMake have you? It takes all the dark patterns of Make and adds (darker) magic.
 
Old 01-12-2022, 02:30 PM   #28
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,242

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
Quote:
Originally Posted by cyent View Post
You haven't met CMake have you? It takes all the dark patterns of Make and adds (darker) magic.
CMake is fine. It just has bad documentation.
 
1 members found this post helpful.
Old 01-13-2022, 04:08 PM   #29
YesItsMe
Member
 
Registered: Oct 2014
Posts: 916

Rep: Reputation: 313Reputation: 313Reputation: 313Reputation: 313
CMake actually is documented?
 
Old 01-13-2022, 11:08 PM   #30
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,803

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by JeremyBoden View Post
If AWK is in, then is BASH also a programming language?
I'd count it as one. I once worked with a group that was using a batch execution environment that included bells and whistles like being able to restart jobs at failure points... all written in bash.

It would get my vote for LotY, though. I guess I'd have to go with Python despite its warts.
 
  


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 2009 LinuxQuestions.org Members Choice Awards 117 03-03-2010 05:54 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 > 2021 LinuxQuestions.org Members Choice Awards

All times are GMT -5. The time now is 05:40 AM.

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