LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


View Poll Results: Which programming language do you prefer to use?
A 1 5.26%
B 0 0%
C 8 42.11%
C++ 6 31.58%
C# 0 0%
Other 4 21.05%
Voters: 19. You may not vote on this poll

Reply
  Search this Thread
Old 05-27-2017, 02:02 PM   #16
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255

Quote:
Originally Posted by Mill J View Post
C is my favorite. But I prefer to use C++ for Gui. But this poll should have the current most popular languages for better comparison. It would than be very useful for beginners deciding which language to learn.
The idea was to stick to some most famous languages, the most important ones on the programming level.

// A and B were some addons (bit for sumerians paleo fun)
 
Old 06-03-2017, 05:40 AM   #17
fred2014
Member
 
Registered: Mar 2015
Posts: 70

Rep: Reputation: Disabled
: hello ." hello world " ;

The forum seems to think I already voted.
It seems someone is being naughty.
 
Old 06-03-2017, 05:47 AM   #18
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,309
Blog Entries: 3

Rep: Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721
Your 'friend' fooled you. As mentioned, C# does not belong on that list if Java is not present. It is M$ poor imitation of Java after M$ got caught violating its contract with Sun by pretending to distribute Java but really delivering something else.

Of those on the list: C

It's the most approachable, though I am far from proficient in it. The object-oriented paradigm had a lot of promise, such as with C++, but ends up in practice to be really tangled.
 
Old 06-03-2017, 08:16 AM   #19
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,628

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Quote:
Originally Posted by Turbocapitalist View Post
Your 'friend' fooled you. As mentioned, C# does not belong on that list if Java is not present. It is M$ poor imitation of Java after M$ got caught violating its contract with Sun by pretending to distribute Java but really delivering something else.

Of those on the list: C

It's the most approachable, though I am far from proficient in it. The object-oriented paradigm had a lot of promise, such as with C++, but ends up in practice to be really tangled.
Does C# require a runtime interpreter engine like Java does, or does can it compile to native executable the way C can?
Just curious, I do not use C# myself and wondered.
 
Old 06-03-2017, 08:28 PM   #20
Myk267
Member
 
Registered: Apr 2012
Location: California
Posts: 422
Blog Entries: 16

Rep: Reputation: Disabled
I don't know. Sometimes I want to like C because it's kind of small, but other times I like C++ because of type safety. B is long dead. I have a hard time figuring out the best case for C# might be. It's a decent language that kind of sits in a weird space among everything else out there.

Quote:
Originally Posted by fred2014 View Post
: hello ." hello world " ;

The forum seems to think I already voted.
It seems someone is being naughty.
Nice Forth.
 
Old 06-03-2017, 08:52 PM   #21
jbuckley2004
Member
 
Registered: Aug 2004
Distribution: Fedora (KDE spin)
Posts: 224

Rep: Reputation: 70
Great question. But for us oldsters, the true "mamaloshen" (Yiddish for "mother tongue") is Fortran. Once programming got away from solving physical and mathematical equations and more towards graphical display, it went the way of the telephone (less a business tool and more a way for women to gossip).

Bah, humbug! (And get off my lawn, you kids!)
 
Old 06-03-2017, 10:32 PM   #22
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,628

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Quote:
Originally Posted by jbuckley2004 View Post
Great question. But for us oldsters, the true "mamaloshen" (Yiddish for "mother tongue") is Fortran. Once programming got away from solving physical and mathematical equations and more towards graphical display, it went the way of the telephone (less a business tool and more a way for women to gossip).

Bah, humbug! (And get off my lawn, you kids!)
It was the language I started with, it CAN do graphics (since the extensions to Fortran-77 I believe), and it is STILL the tool of choice for serious Matix Mechanics. (MM Solves the same problems as Calculus, but with algorythms that are easily coded. Calc is difficult to code but easier for people)

Used today for massively parallel processing problems related to celestial and orbital problems, weather prediction, etc.
 
Old 06-03-2017, 11:43 PM   #23
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,309
Blog Entries: 3

Rep: Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721
Quote:
Originally Posted by Myk267 View Post
I don't know. Sometimes I want to like C because it's kind of small, but other times I like C++ because of type safety. B is long dead.
I'm puzzled why B is on the list but not D. More confusing is the presence of C# instead of Rust or even Golang.
 
Old 06-04-2017, 07:47 AM   #24
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
I prefer to make an "A" on a test, and I nearly always do.
 
Old 06-04-2017, 07:37 PM   #25
birdy-97
LQ Newbie
 
Registered: Jun 2017
Location: Santa Cruz, California
Distribution: Debian 8.7, OpenIndiana 17.10, Centos 7, Linux Mint
Posts: 18

Rep: Reputation: Disabled
I like to use C++ as that is pretty much the only programing language I know. Also, has any heard of ArnoldC? I found this out about a month ago in the college that I'm attending...
 
Old 06-05-2017, 04:11 AM   #26
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by birdy-97 View Post
I like to use C++ as that is pretty much the only programing language I know. Also, has any heard of ArnoldC? I found this out about a month ago in the college that I'm attending...

It would be interesting to switch from gcc to ArnoldC in order to make the kernel more stable
http://lhartikk.github.io/ArnoldC/
 
Old 06-06-2017, 02:42 AM   #27
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,863
Blog Entries: 1

Rep: Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869
It doesn't make "the kernel more stable" but it does increase its supercalifragilisticexpialidociousness.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Which *NIX you prefer fbsduser Other *NIX 12 03-27-2011 05:53 AM
Why does everyone prefer Slackware? necbrownie Slackware 22 08-27-2004 04:35 PM
IT'S OK! to Prefer your Distro zegos General 12 04-08-2004 10:50 AM
Which OS do you prefer? digiplaya General 24 12-14-2003 06:24 PM
Why we prefer Linux! aiims1777 Linux - General 4 12-10-2003 08:11 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

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