I want to know what is the programming language that people learn programming through? To make the aim of the question clear, please mention the name of the language only. I just want to make a quick survey.
Basic (Commodore 64, 1991), but that is not relevant answer for your question. You shold ask poeple what is the best choice for you, if you are planning to start with programming.
In my case I start with Basic, then use Visual Basic, then start to work with web applications on php&mysql platform...
Reading the answers, some nice memories come through! I do remember my HP 65 scientific (795 US$)!!! It was in 1975! In 1982, my school bought the very first PC Commodore PC10! Basic and Fortran were used in programming course!
Fortran, Pascal, and Cobol in 1984,1985 and from 1986 C language on Ultrix OS from Vax Dec machine and in 87 lisp on VMS OS from Vax machine , later prolog on Pc computer
Basic. on zx spectrum. i was 8 and wanted to play hangman with my 6y old brother. took us 2h to copy example from the book for about 10 mins of play time :D
Malgol was in 1969, later did follow machine code of Razdan-3, assembler for Minsk-32 and IBM, then macroassembler for OS/370, Forth and C. And asm for Intel.
Wow ! Sergio, I am curious as to which Assembly language you learned first ?
Typically, this is the best way to start learning programming. The most restrictive languages will force you to learn the most ... I learned Z80 (8 bit) microprocessor language right after BASIC (which was the norm for poor-man's personal computers that couldn't afford an IBM PC in the 80's). When BASIC was the standard for cheap-Z80-powered personal computers (1982-83), IBM introduced the 8086-powered personal computers. So, anybody that was programming in the mid- to late-80's was an x86 (or DOS) person. Of course, there was the APPLE crowd, which were Motorola people, with the 68000 processors. Z80 was gone by early 90's ! Zilog (the maker of Z80) was history, and x86 was in its third generation !
Just as a note for the young folks that are listening to this, if Zilog hadn't screwed up their marketing, we could have a Z80'compatible slew of computers today, may be, instead of x86 !!! They actually did make an attempt to introduce Z8000 (the 16 bit version), but, it wasn't backwards compatible ! The market didn't forgive that and Z8000 ended up being a specialty processor with barely any market share.
Just to show you the infinite impact Z80 had, it is STILL used in microcontrollers in the industry ! If you were an 80's kid (like me), you grew up seeing INTEL's rise from a specialty-IC producer to planet-wide chip monster :) Of course, the programming languages emerged with the progress of the processor architectures ...
Dears, thank you for your responses. Any one knows about a good indexed conference in image processing or computer science....Also, I want to be a reviewer if a journal needs this service, I will be glad to do it....
QBASIC (in 1999) got me into programming. But after a few month I left BASIC for C++. I really learned programming in C++. Many other languages have followed, but C++ is still my favorite.