LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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


View Poll Results: Wich language?
C 45 28.13%
C++ 38 23.75%
Perl 12 7.50%
Java 22 13.75%
Python 26 16.25%
Other 17 10.63%
Voters: 160. You may not vote on this poll

Reply
  Search this Thread
Old 08-27-2003, 08:33 AM   #46
vanquisher
Member
 
Registered: Aug 2003
Location: Hyderabad, India
Posts: 126

Rep: Reputation: 15

Quote:
Originally posted by Strike
I don't think any programmer should ever learn perl unless absolutely necessary (read: never)


Yes, because braces are such a natural thing and whitespace formatting is not. Oh wait, whitespace formatting is far more telling from a visual perspective.
So, you write CGI in C or Ruby Even if you can't write programs in Perl, it is good if you can read what other programmer wrote in perl. It will come handy for large text-formatting programs. Perl is by far the best text-formatting language...the regex engine is damn good. perl is worth learning for a lot of practical reasons. And I don't give a damn about python 'cos i never use it...I learned it because I was having way too much free time during my summer hols.
 
Old 08-29-2003, 11:57 AM   #47
SaTaN
Member
 
Registered: Aug 2003
Location: Suprisingly in Heaven
Posts: 223

Rep: Reputation: 33
C is the best language to begin with....coz every other language more or less like C . Once u have a proper grip on C then other languages do become damn easy
 
Old 08-29-2003, 05:00 PM   #48
llama_meme
Member
 
Registered: Nov 2001
Location: London, England
Distribution: Gentoo, FreeBSD
Posts: 590

Rep: Reputation: 30
Quote:
C is the best language to begin with....coz every other language more or less like C . Once u have a proper grip on C then other languages do become damn easy
Hmm, there's a lot of widely used languages that are really nothing like C (e.g. Python, Ruby). Still, knowing C is very useful if you're going to be programming on a *NIX system.

Alex
 
Old 08-29-2003, 05:19 PM   #49
kev82
Senior Member
 
Registered: Apr 2003
Location: Lancaster, England
Distribution: Debian Etch, OS X 10.4
Posts: 1,263

Rep: Reputation: 51
Quote:
C is the best language to begin with....coz every other language more or less like C . Once u have a proper grip on C then other languages do become damn easy
i fail to see the likeness between C and lisp or C and haskell or C and sql
 
Old 08-29-2003, 06:23 PM   #50
Odd_Bloke
Member
 
Registered: Aug 2003
Location: P'boro, UK
Distribution: Fedora Core 1 (Yarrow)
Posts: 87

Rep: Reputation: 15
Most programming languages are alike in the way you have to think about/approach problems. Some are just better at certain things.

I have only ever used Python so that's where I voted. Thus far I have only ever used it for games implementing some libraries the some of the leaders of a programming camp I used to go on had written (www.livewires.org.uk, some really intuitive tutorials for Python there). I'm just beginning to start developing my 'unassisted' Python programming skills, by writing loads of random programs which would probably work better in other languages or are totally useless. Then again, I'm 15 so none of this is career-based.

In summary, go Python.

Dan
 
Old 08-31-2003, 12:17 AM   #51
LinuxTiro
Member
 
Registered: Aug 2003
Posts: 59

Rep: Reputation: 15
i think c++ is good to begin with.
and if u learn c++ u come to know c by default.
 
Old 08-31-2003, 12:22 AM   #52
SaTaN
Member
 
Registered: Aug 2003
Location: Suprisingly in Heaven
Posts: 223

Rep: Reputation: 33
Well hitler it isn't that easy to learn OOP direct ... I would prefer learning C or any other basic language before stepping into the world of classes n constructors n so on....
 
Old 08-31-2003, 12:57 AM   #53
LinuxTiro
Member
 
Registered: Aug 2003
Posts: 59

Rep: Reputation: 15
satan
i mean to say u need not directly to jump to the oop concepts in c++,u can learn the initial concepts of functins(leave overloaded finctions),arrays ,etc etc and then jump to oops and other
concepts .
 
Old 08-31-2003, 01:15 AM   #54
SaTaN
Member
 
Registered: Aug 2003
Location: Suprisingly in Heaven
Posts: 223

Rep: Reputation: 33
Quote:
Originally posted by HiTleR
satan
i mean to say u need not directly to jump to the oop concepts in c++,u can learn the initial concepts of functins(leave overloaded finctions),arrays ,etc etc and then jump to oops and other
concepts .

Then u mean to say learn C first then learn C++ ;;;

coz wat u want people to learn is

( C++ ) - ( OOPS )

which is == C
 
Old 08-31-2003, 01:15 AM   #55
SaTaN
Member
 
Registered: Aug 2003
Location: Suprisingly in Heaven
Posts: 223

Rep: Reputation: 33
Quote:
Originally posted by HiTleR
satan
i mean to say u need not directly to jump to the oop concepts in c++,u can learn the initial concepts of functins(leave overloaded finctions),arrays ,etc etc and then jump to oops and other
concepts .

Then u mean to say learn C first then learn C++ ;;;

coz wat u want people to learn is

( C++ ) - ( OOPS )

which is almost == C
 
Old 08-31-2003, 02:32 AM   #56
LinuxTiro
Member
 
Registered: Aug 2003
Posts: 59

Rep: Reputation: 15
ok u can take it that way but still there r sime differences like
cout ,cin, header files,namespaces............etcetc
 
Old 08-31-2003, 02:32 AM   #57
LinuxTiro
Member
 
Registered: Aug 2003
Posts: 59

Rep: Reputation: 15
ok u can take it that way but still there r sime differences like
cout ,cin, some diff header files,namespaces............etc etc
 
Old 09-01-2003, 06:05 AM   #58
3mp3r0r
LQ Newbie
 
Registered: Sep 2003
Distribution: RedHat 9
Posts: 3

Rep: Reputation: 0
perl is my choice. scripting languages r the easiest to learn 1st.
3mp3r0r
 
Old 09-02-2003, 08:26 PM   #59
neilcpp
Member
 
Registered: Jul 2003
Location: England
Distribution: Debian Jessie, FreeBSD 10.1 anything *nix to get my fix
Posts: 329

Rep: Reputation: Disabled
At college I took a module last semester in basic programming concepts. We learned to program in VB!! ....but i learned that the most important parts of developing useful applications are language independant anyway. Once you have worked out the requirements & designed the different parts of a program to meet the requirements, the coding part is not too bad.

But my favorite language is C++ it seems to have so much more to offer than VB6!!
 
Old 09-02-2003, 09:51 PM   #60
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Rep: Reputation: 45
I'm starting to like shell scripts, somewhat easy, can get more complex, and very powerful.
 
  


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
What's a good Programming language to begin with? PLZ HELP! Jonescity Programming 24 07-30-2005 07:43 AM
Where to begin silverjump Programming 3 01-22-2005 12:36 PM
Before i begin flickflum Linux - Newbie 7 10-27-2003 11:01 AM
Before I Begin... (l.winthorst) Linux - Newbie 3 08-06-2003 03:42 PM
where to begin dude Linux - Newbie 4 05-01-2002 03:00 PM

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

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