Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
View Poll Results: What is your favorite language?
|
|
C
|
  
|
51 |
40.80% |
|
C++
|
  
|
35 |
28.00% |
|
Java
|
  
|
15 |
12.00% |
|
Shell
|
  
|
16 |
12.80% |
|
Python
|
  
|
19 |
15.20% |
|
Other
|
  
|
33 |
26.40% |
 |
|
08-24-2007, 06:04 PM
|
#16
|
|
Member
Registered: May 2007
Posts: 206
Rep:
|
Quote:
Originally Posted by jhwilliams
Forth: Never heard of it.
|
Code:
: IM_COOL ( -- ) CR ." I code in Forth! Woo hoo!" ;

|
|
|
|
08-24-2007, 06:11 PM
|
#17
|
|
Senior Member
Registered: Sep 2003
Posts: 3,171
Rep: 
|
nostalgia...you made me look it up...
http://amr.abime.net/issue_2246
The article titled "Multitasking in Fortran"... A project in Fortran, Assembler, and C. Hacking the startup code provided by the Fortran compiler...writing some self-modifying code in Assembler so that the program would alter some registers in the executable if a specific library was found...
Ah, yes. Those were the days...
|
|
|
|
08-24-2007, 06:21 PM
|
#18
|
|
Senior Member
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038
Rep:
|
Other:
You left out Objective-C, by far the best application programing language for the C family class.
|
|
|
|
08-24-2007, 06:26 PM
|
#19
|
|
Senior Member
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: LFS-Version SVN-20091202, Arch 2009.08
Posts: 1,466
Rep:
|
Quote:
Originally Posted by paulsm4
I thought I heard that they're re-writing the Linux kernel in Ada.
And that the GNU folks are working on an MSIL compiler so the whole thing'll run under .Net.
|
You sir need to be drawn and quartered....
|
|
|
|
08-24-2007, 06:29 PM
|
#20
|
|
Senior Member
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: LFS-Version SVN-20091202, Arch 2009.08
Posts: 1,466
Rep:
|
Quote:
Originally Posted by SciYro
Other:
You left out Objective-C, by far the best application programing language for the C family class.
|
Another for my dungeon of pain....
|
|
|
|
08-25-2007, 02:11 AM
|
#21
|
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,270
|
I was waiting for someone to mention Pascal. And Assembler.
--- rod.
|
|
|
|
08-25-2007, 02:44 AM
|
#22
|
|
Member
Registered: Jul 2003
Location: Lynnwood, WA
Distribution: Kubuntu 10.10
Posts: 912
Rep:
|
Quote:
Originally Posted by theNbomr
I was waiting for someone to mention Pascal. And Assembler.
--- rod.
|
I thought about Assembly Language, too. I wonder how reasonable it is to categorize Assembler as one language? There are different versions for different hardware platforms, and they are vastly different.
|
|
|
|
08-25-2007, 04:31 AM
|
#23
|
|
Senior Member
Registered: Aug 2006
Posts: 2,695
|
this is a useless poll.
|
|
|
|
08-25-2007, 05:19 AM
|
#24
|
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
There's not a "favorite language". It depends on what you want to achieve and then you have to choose which one to take. If I want to do a complex application, I would do it in C++ or Java. For drivers or linux related you have to do it in C. If I need to do some quick parsing, I would do it in shell or perl.
So the question doesn't really make sense.
|
|
|
|
08-25-2007, 05:20 AM
|
#25
|
|
Moderator
Registered: Apr 2002
Location: in a fallen world
Distribution: slackware by choice, others too :} ... android.
Posts: 22,903
|
Quote:
Originally Posted by ghostdog74
this is a useless poll.
|
'cause Python ain't winning? :D
Cheers,
Tink
|
|
|
|
08-25-2007, 09:32 AM
|
#26
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,183
|
Last edited by brianL; 08-25-2007 at 09:33 AM.
|
|
|
|
08-25-2007, 10:05 AM
|
#27
|
|
Senior Member
Registered: Aug 2006
Posts: 2,695
|
Quote:
Originally Posted by Tinkster
'cause Python ain't winning?
Cheers,
Tink
|
nope. i am sure you are intelligent enough to know what i mean. 
|
|
|
|
08-25-2007, 10:52 AM
|
#28
|
|
Senior Member
Registered: Apr 2007
Location: Portland, OR
Distribution: Debian, Android, LFS
Posts: 1,167
Original Poster
|
Quote:
Originally Posted by ghostdog74
this is a useless poll.
|
Frivolous polls add to the richness of life, Ghost Dog.
Quote:
|
I thought about Assembly Language, too.
|
You guys are writing applications in Assembly ?
|
|
|
|
08-25-2007, 11:08 AM
|
#29
|
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
Quote:
Originally Posted by jhwilliams
You guys are writing applications in Assembly ?
|
It's a language and it's called "Assembly Language", so why not? I've done several complete programs in full assembly, it was really funny! useless ! but funny 
It can be very interesting for learning purpose or even for understanding better some parts of C language.
In applications with high speed requirements like games, even OSes .. , it's often used, next to another highlevel language (C/C++,..) which is easier to understand, maintain, and port to other architecture.
Python looks good indeed..
|
|
|
|
08-25-2007, 11:09 AM
|
#30
|
|
Senior Member
Registered: Aug 2006
Posts: 2,695
|
Quote:
Originally Posted by jhwilliams
Frivolous polls add to the richness of life, Ghost Dog.
|
so what have you gained so far from this poll?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:02 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|