Bert, it may also help if you get WHEN a person first learned. i.e. someone who's been programming for 30 years will have a different answer than someone who is in school today learning.
Bert Bates
author
Sheriff
Joined: Oct 14, 2002
Posts: 8712
posted
0
My bad...
What do you guess / think / surmise the most popular first computer languages are NOW, in late 2008?
Originally posted by Bert Bates: I meant the first programming language a programmer learned
Commodore BASIC v2, on the Commodore 64, when I was 13.
After that 6502 assembly language (also on the C64), C, Pascal, C++. The first year at university we had a course in Scheme. The first programming language I used on my job was C, later C++, and Java since about 1999.
Java didn't exist when I started programming, and when I was in school.
The answer depends greatly on the age of the developer, and when he or she was in school.
laborc hu
Greenhorn
Joined: Dec 23, 2008
Posts: 2
posted
0
c was my first language for me,but now I love java
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
recent times observation, the first language is netbeans :-)
I started programming just a few years ago for my diploma with little bit of JAVA and VB. In university most subjects were based on Java examples and some were C and C++. But now I couldn't get away from JAVA
LOL - well, I'll try to get everyone back on target for you Bert. In terms of what are the most common first languages today in 2008... of the co-ops we interview, C++ and Java are the two most common languages by far. It depends mostly on which college/university they went to. I think Java is starting to win out in terms of popularity. It's hard to say if those are the first languages the students were ever exposed to. I think for some, PHP may be the first computer programming some of them did, given its rise in usage for everyday web sites.
For non comp sci majors (i.e. MIS, IT, etc), it's not uncommon to see VB - *shudder*.
I learned LOGO and then BASIC back in the year 1994. And after around 11 years in the year 2005 I learned Java in my graduation degree. For the students here in India,Java is now taught in their 9th year of schooling which is just one year before the student passes her first boundary of schooling i.e Board exams. Schools are now teaching Object Oriented Programming as the base programming language. So I think back here in India Java is becoming the first language for students,very rapidly.
HEY WHY IS EVERYONE TALKING ABOUT BASIC AND JAVA. IS'NT C LANGUAGE THE FIRST LANGUAGE ANYONE LEARNS. I CANT SEE ANYONE TRYING TO LEARN ANY OTHER LANGUAGE WITHOUT KNOWING "C".
Please Keep It Down. No need for all the capital letters.
And no, C is definitely not the first language everybody learns. Some people may start with C, but definitely not everybody. And I agree with those who don't. C, with its pointers and all, is not the easiest place to start. In fact, it's one of the hardest languages I've worked with, and that list is not small.
Beginners do well to start with an easier language, and Basic and PHP are quite easy. Others like Java and C# remove the necessity of taking care of your own memory management, so that's also nice for beginners.
After a while I would encourage programmers to at least be able to read C in its full complexity, but only after the basics are already well-known.
The first language I learned was Fortran. The first language I was paid to program in was also Fortran, in 1968. I have written programs in many other languages since then but never in C or C++.
Amir Alagic
Ranch Hand
Joined: Mar 21, 2006
Posts: 65
posted
0
At home it was old BASIC then Pascal but at school it was JAVA.
Manuel Leiria
Ranch Hand
Joined: Jul 13, 2007
Posts: 171
posted
0
Fortran and C
Manuel Leiria<br /> <br />--------------<br />Peace cannot be kept by force; it can only be achieved by understanding. <br /> Albert Einstein
"Gopivista" please read the important administrative private message I just sent you.
Jesus Angeles
Ranch Hand
Joined: Feb 26, 2005
Posts: 2036
posted
0
Answering this question might imply our age. =)
For me, it is BASIC on Apple computer.
I think it could still be BASIC on most introductory school courses, like those for kids. [ December 31, 2008: Message edited by: Jesus Angeles ]
Jacob Steingart
Ranch Hand
Joined: Mar 28, 2008
Posts: 63
posted
0
Being a mere teenager, I haven't had all that much time to learn languages, but my first language was BASIC. Got bored after that and picked up Java. After about a year of that I went on and learned (and am still learning due to my tendency to constantly drift back to my beloved Java, even though I'm still learning Java ) C++, RGSS/Ruby, Python, C, C#, and Lua. I figure the more I know, the more likely it is I'll get a job some day. I consider Java to be my first language, but I think other likely candidates for common first languages would be BASIC, Python, and C.
If it is programming language, then it is C!, but thats only for one semester. Then I chose Java as my programming language. Infact, C made learning Java easy
The greater danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it
A way back in 2003 , a first year of my engineering, We had C in our semester course , so C is my first programming language. But I used to get binary marks in all Unit Tests , like 0 and 1..
Then In second year, our worst teacher taught us the best language , Java, which I used professionally, now..
I respect C and suggest to start programming with it, but I love Java.
So the answer is C, my first programming language..
Well the best way to start posting is introduce myself and thanks for the forum starter (Bert).
Back in my school , i got to know about C and that helped me to unleash my "programming skills" .
The perfect high level language to start for any beginner.
Harvinder Thakur
Ranch Hand
Joined: Jun 10, 2008
Posts: 231
posted
0
Though the programming language's i learnt were BASIC, C and C++ in that order. But i guess in 2008 it has got to be Java and C#.
thanks
Harvinder
Chitta Ranjan Mahato
Ranch Hand
Joined: Jun 20, 2009
Posts: 38
posted
0
MY ROOT WAS C, C++,JAVA
Tyler Eastman
Greenhorn
Joined: Jan 02, 2010
Posts: 7
posted
0
I started programming in mid 2009 as a diversion from my college studies (music major at the time, switched to liberal arts).
1st: Python
2nd: C
3rd: C++
4th: Java
Java is by far my favorite due to it's simplicity and flexibility. Plus in Oregon it seems to be very in demand. Now if I can just hone my skills and actually find a job doing it!
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Informal poll: What are the most popular 1st languages?