LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 09-06-2001, 06:08 PM   #1
inkedmn
LQ Newbie
 
Registered: Sep 2001
Location: Southern California, USA
Distribution: Debian unstable :)
Posts: 22

Rep: Reputation: 15
What was the first language you learned?


i'm thinking of trying C.

some feedback, please!
 
Old 09-06-2001, 06:18 PM   #2
Colonel Panic
Member
 
Registered: Jul 2001
Location: California
Distribution: Red Hat 7.1, Slackware 8.0
Posts: 216

Rep: Reputation: 30
I recommend Python. It's easy, fast, and affordable! (free)

Eric S. Raymond recommends it. If you don't know who he is, go to :

http://www.tuxedo.org

He'll tell you everything.

Here's python's site:

http://www.python.org

Good Luck!

*****Colonel Panic*****
 
Old 09-06-2001, 06:57 PM   #3
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
i agree, start with python, once you know that, c and c++ won't be as difficult to learn.

i started with pascal, it was a required course in college. haven't used it since.
 
Old 09-06-2001, 09:05 PM   #4
trusouthrnplaya
Member
 
Registered: Jun 2001
Location: (Cashville) Nashville, TN
Distribution: CentOS 4.0, Slackware 10.2,
Posts: 223

Rep: Reputation: 30
Well.....I started with C++, and didn't have any problems. So I guess what ever floats ur boat. They say C++ is hard to learn first; but I guess u just have to have the love for it.
 
Old 09-06-2001, 09:32 PM   #5
SensFan
Member
 
Registered: May 2001
Location: Toronto, Canada
Distribution: Slackware
Posts: 67

Rep: Reputation: 15
started with gwbasic interpreter, then in high school took C, and college took it again. I found C to be pretty decent as a real formal into to programming.
 
Old 09-06-2001, 10:55 PM   #6
oulevon
Member
 
Registered: Feb 2001
Location: Boston, USA
Distribution: Slackware
Posts: 438

Rep: Reputation: 30
I started out with Java. I looked at Eric Raymond's site and saw that he recommended Python. I checked out Python, but I didn't feel the demand was as great for Python. Of course it is a very useful language, but I felt that C, C++, and Java just had a greater demand. After narrowing that down, I learned that Java is a bit kinder on the beginner. It's pretty difficult to get a memory leak in Java. I found it much easier to learn other languages later though.
 
Old 09-09-2001, 10:30 PM   #7
sykkn
Member
 
Registered: Apr 2001
Location: Texas
Distribution: Mandrake 8.0, RedHat 7.1
Posts: 48

Rep: Reputation: 15
My first language was Perl. Also free.
 
Old 09-10-2001, 03:12 PM   #8
oUTLAw
LQ Newbie
 
Registered: Sep 2001
Location: Austria
Distribution: SuSE 8.0
Posts: 18

Rep: Reputation: 0
I've not startet with C butI think it's the best programming language.
If you look at the Linux Kernel there are about 93% in C.

So...why do you wait!!!!??? !! START with C !!
 
Old 09-15-2001, 01:55 AM   #9
Graanco
Member
 
Registered: May 2001
Location: US somewhere
Distribution: Mandrake Redhat Debian Usually the last versions
Posts: 45

Rep: Reputation: 15
Apple II BASIC..

If you think Bill's language is worth speaking of!!!
 
Old 09-15-2001, 01:58 AM   #10
Graanco
Member
 
Registered: May 2001
Location: US somewhere
Distribution: Mandrake Redhat Debian Usually the last versions
Posts: 45

Rep: Reputation: 15
Oh yeah

C++ is free too just for your all knowledge.... Project GCPP....
 
Old 09-15-2001, 10:56 PM   #11
Colonel Panic
Member
 
Registered: Jul 2001
Location: California
Distribution: Red Hat 7.1, Slackware 8.0
Posts: 216

Rep: Reputation: 30
oulevon

Yep, that's who told me to take Python. Well, I read his hackerFAQ a while back ago, which is well written, and I did it. I think I have ESR to thank, because if not for him, I'd never even KNOW about Linux!!!!!

You know, I e-mailed him, asking about the Logitanaka (or something), and he said "It's a parody of the translations of Eastern Religious books". That's all, but he's busy, so I understand

I think I should've posted him somewhere, so everyone could've seen it, but oh well...

*****Colonel Panic*****
 
Old 06-05-2002, 04:41 PM   #12
Eits0
Member
 
Registered: May 2002
Location: Finland
Distribution: Mandrake 9.0
Posts: 188

Rep: Reputation: 30
Arrow

MS QBasic!!! It rules!!!
 
Old 06-05-2002, 08:07 PM   #13
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Hmmm ....


Slovene, German, APL, English, Basic, Latin, Pascal, C, C++, Greek,
REXX, SQL :}


I recommend Greek, by the way! It's really neat, well structured
and allows for quite clear thinking :}

Cheers,
Tink
 
Old 06-06-2002, 01:09 AM   #14
sakeeb
Member
 
Registered: Apr 2002
Posts: 270

Rep: Reputation: 31
I suggest C/C++

i started with BASIC during schooldays, then as a part of course FORTRAN AND PASCAL in college. Also I learned C. Now going with C++ and x86assembly(using NASM)
 
Old 06-06-2002, 05:00 AM   #15
udayan
Member
 
Registered: Apr 2002
Location: India
Distribution: Linux Redhat 7.0
Posts: 62

Rep: Reputation: 16
I started off with Basic then switched over to pascal finally over to C. C works but C++ will make things better.
 
  


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
All I Ever Needed To Know About Management I Learned From Linux... sundialsvcs General 0 09-05-2005 03:25 PM
Newbie learned his lesson... doody Linux - Newbie 4 09-02-2004 11:48 PM
Lesson learned... Beware of this software... Nichole_knc Slackware 3 04-15-2004 04:56 AM
I Don't Know What I Learned When i Installed a new Kernel farmerdan Linux - General 2 04-12-2004 05:22 AM
Learned a lot!!!! LinuzRulz Linux - Software 2 03-05-2002 08:39 AM

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

All times are GMT -5. The time now is 09:17 PM.

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