LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
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


Reply
  Search this Thread
Old 02-06-2006, 05:13 PM   #1
Envision5000
Member
 
Registered: Jan 2006
Location: Chicago
Distribution: Suse 10 + CentOs servers
Posts: 49

Rep: Reputation: 15
Question Future programming language in USA, most jobs


What do you all think will be the programming language of the future in the USA. A lot of programming jobs are going oversees. Like web development in India. C++ in China. What programming language is worth learning if you live in USA?
 
Old 02-06-2006, 05:47 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Well since these tend to be developed by people in more than one country, what does it matter?
 
Old 02-06-2006, 06:45 PM   #3
dmail
Member
 
Registered: Oct 2005
Posts: 970

Rep: Reputation: Disabled
If think C+=2 or some other imaginative language name lmao.
 
Old 02-06-2006, 07:48 PM   #4
Rufus330Ci
Member
 
Registered: Aug 2002
Location: PA
Distribution: Mandrake Linux v10.2, RHEL3u8, RHEL4u4 & RHEL5 Client Beta2 for desktop
Posts: 59

Rep: Reputation: 15
Learn Java and how to perform synchronization & threading, also take a look at concurrent programming like Baci. If you have these types of tasks under your belt it will look real good on a resume.
 
Old 02-07-2006, 09:15 AM   #5
graemef
Senior Member
 
Registered: Nov 2005
Location: Hanoi
Distribution: Fedora 13, Ubuntu 10.04
Posts: 2,379

Rep: Reputation: 148Reputation: 148
It will probably have to be a programming language with a recursive acronym.

But seriously get comfortable with a few languages and you will be able to quickly pick up the next one. It is more important to be able to design a good algorithm than use flash tools.
 
Old 02-07-2006, 10:30 AM   #6
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
i think i read .net programmers are in the most demand in programming jobs in US
 
Old 02-07-2006, 11:24 AM   #7
Rufus330Ci
Member
 
Registered: Aug 2002
Location: PA
Distribution: Mandrake Linux v10.2, RHEL3u8, RHEL4u4 & RHEL5 Client Beta2 for desktop
Posts: 59

Rep: Reputation: 15
Recursion I love that one "Look outside the box" -- "If you look inside the black box you will not get it" as my COMP411 prof put it. You always first look for your base class your inner most duty that will be repeated as you unroll your recursion, after you have this correct your set. Here is an example.

if (n = 0)
accum
iterate ((n - 1) accum * n) //recursive call
if (n > 0)
iterate (n - 1)
 
Old 02-07-2006, 06:14 PM   #8
KimVette
Senior Member
 
Registered: Dec 2004
Location: Lee, NH
Distribution: OpenSUSE, CentOS, RHEL
Posts: 1,794

Rep: Reputation: 46
The IT profession of the future in America is IP Lawyer.

I know, it's a sick joke, but I'm afraid my oh-so-witty remark just might be true.
 
Old 02-07-2006, 07:07 PM   #9
xhi
Senior Member
 
Registered: Mar 2005
Location: USA::Pennsylvania
Distribution: Slackware
Posts: 1,065

Rep: Reputation: 45
following up on what graeme had mentioned.. imo, it is not important to focus on learning a paticular language.. rather it is about knowing how to program in general. i dont know what to suggest to really learn how to program except for spend alot of time trying/failing, hopefully finding somthing you can understand and then start building on it and do not stop..

google has taught me everything i know but it has taken some time..
 
Old 02-07-2006, 07:27 PM   #10
Lazy Foo'
Member
 
Registered: Dec 2005
Location: LA
Distribution: SuSE 9.3 Pro
Posts: 32

Rep: Reputation: 15
Learn C++.

If you know C++, you can learn C, Java, PHP, C# and most other languages in a day.
 
Old 02-07-2006, 10:29 PM   #11
hawkmauk
LQ Newbie
 
Registered: Mar 2005
Location: Lincolnshire
Distribution: Ubuntu
Posts: 14

Rep: Reputation: 0
I would have to agree with Lazy Foo', languages like c,c++ are pretty much what every other language is based on anyway - know a base language like that and the others will come naturally.

I started off coding flash actionscript before anything else (except a little pascal at college!) and have since been able to relate that to other languages, but c would give you a good ground to start off on and be prepared for the next latest and greatest language on the street.

Its more about getting the hours in front of the monitor and the mindset for using the right tools for the job as different languages suit different tasks.
 
Old 02-08-2006, 12:33 AM   #12
admsitio
LQ Newbie
 
Registered: Feb 2006
Location: Buenos Aires
Distribution: Ubuntu
Posts: 1

Rep: Reputation: 0
I like perl so much

I dont know what language would be the best option in the future, but by now i love my perl... is the best scripting language i've ever see.
I love linux a lot, please visit my site , just clicking on the link of my signature, it will like you.Tell me what you think.
Thanks a lot!!!
 
Old 02-08-2006, 02:29 AM   #13
kshkid
Member
 
Registered: Dec 2005
Distribution: RHEL3, FC3
Posts: 383

Rep: Reputation: 30
how about one's thought of future for the existence in the programming world ...

with programming knowledge in C and C++ to the extent of System Programming in Unix with Shell Scripting, Perl Scripting and ORACLE RDBMS knowledge in-tact.

Definitely not me (100 % ) ... but partially.
 
Old 02-08-2006, 02:49 AM   #14
inaki
Member
 
Registered: Mar 2005
Posts: 94

Rep: Reputation: 15
For now i'm focusing on system programming in unix with shell and perl scripting. I found that it is very usefull as a system administrator and security. At least u will not losing you programming skills
 
  


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
Choosing a Language for the Future? flamesrock Programming 25 08-06-2005 01:38 AM
Programming in the future ElementNine Programming 26 04-02-2004 12:48 PM
Programming Jobs nny0000 Programming 8 02-24-2004 08:55 PM
C programming and Jobs ElementNine Programming 6 02-24-2004 11:17 AM

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

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