vote up 1 vote down star
7

When you first started to write program, what was the first programming language you learned?

Please don't post repeats. If someone already posted it, just vote for it.

flag
2  
I could swear this same "poll" has been run 2-3 times before. And subsequently deleted for being utterly pointless. – Shog9 Oct 6 '08 at 23:19
2  
Ok, it's not just me. This is a "bad penny" post -- keeps coming back. – harpo Oct 6 '08 at 23:21
1  
Tagging it offtopic, just so it can at least be filtered out from serious programming questions. That's all that needs to be done, really. – Chris Charabaruk Oct 6 '08 at 23:27
2  
Ultimately if you don't like these kinds of questions, then don't comment/answer or vote them. Otherwise you are supporting them. And, as long as there is support for them, people will keep posting them. period. – Chris Pietschmann Oct 7 '08 at 1:05
2  
The problem is overzealously closing such questions. As you type in the title of your question, SO helpfully pumps out a handful of "related" questions. So, guess what happens if your "First programming language" doesn't immediately show a previous "First programming language" question? – pookleblinky Oct 7 '08 at 1:30
show 9 more comments

153 Answers

vote up 0 vote down

I first started programming using Mallard basic - on an Amstrad PCW... which was basically a word processor.

The books which encouraged me were the 'Teach yourself programming' range, which I think were published by Osborne(?) They were designed for kids and included an overview of key concepts, followed by pages and pages of source code which you were expected to copy. Originally published during the days of the ZX Spectrum, VIC20, Acorn Electron and C64.

link|flag
vote up 0 vote down

VZ200-Basic back in 1988(?)

link|flag
vote up 0 vote down

TI-58 calculator. No permanent storage. It remembered the program until you turned it off - then you had to retype the program to run it again.

link|flag
vote up 0 vote down

CESIL back in about 1974-ish.

You filled in a coding sheet by hand, it was run for us by the local government offices on an ICL mainframe (if memory serves), and you got your results about three days later. Bit of a bummer if you made a syntax error on line 1.

link|flag
vote up 1 vote down

1802 machine code (1's and 0's) ;-p

link|flag
show 1 more comment
vote up 7 vote down

C

This sentence is here because of minimum character requirements in posts.

link|flag
show 1 more comment
vote up 0 vote down

C and later C++ and VB 6.0 (If you call that a language)

link|flag
vote up 2 vote down

JavaScript :(, It was my introductory language and I decided to abandon it because I lost interest in Web development.

link|flag
vote up 0 vote down

Commodore Basic, but the first language I was taught was Karel the Robot in High School CS class.

link|flag
vote up 0 vote down

machine code for ussr-made programmable calculator B3-21

link|flag
vote up 0 vote down

Another vote here for CESIL in about 1974. Followed by: 1977 BASIC on a PDP-11 1980 FORTRAN-IV on a DEC-20. 1982 Pascal then C on a Harris H400 1983 COBOL, SCREENWRITE and assembler on a Honeywell DPS-6. 1992 C++ 2005 C#

link|flag
vote up 1 vote down

6800 Assembler on a SWTP SS-50 bus micro-computer kit. 30+ years ago

link|flag
vote up 5 vote down

My first language was Logo, in elementary school (in the early 80s). By the time I was next exposed to programming, in middle school (late 80s) I'd forgotten it. My second exposure was with AppleSoft BASIC.

I didn't really grok programming until high school, when I taught myself HyperTalk at home while learning GW-BASIC in class.

link|flag
show 1 more comment
vote up 0 vote down

Java - The nice API certainly helped out

link|flag
vote up 0 vote down

HTML, followed by a little PHP and more seriously, Java.

link|flag
vote up 0 vote down

Basic on a Sord M5, then Z80 assembler, then Turbo Pascal under CPM.

link|flag
vote up 1 vote down

First ZX Spectrum Basic,

Then Commodore 64 Basic, (and LOGO)

Then a long gap when my first Windows machine didn't boot into a Basic prompt :-(

(although IIRC it had something called QBasic?)

Then Java -- which put me off programming for a long time.

Then Python, which got me interested again -- hooked, in fact.

And now learning C++ and Java again thanks to Python healing my programmer soul!! :-)

link|flag
show 2 more comments
vote up 0 vote down

Basic on a Nascom 2 in 1980.

link|flag
vote up 0 vote down

BASIC on a Dragon32

link|flag
vote up 0 vote down

some flavor of Basic that ran on MSX (don't quite remember its exact name, maybe QBASIC?)

link|flag
vote up 2 vote down

QBASIC. Ah, old days...

link|flag
vote up 0 vote down

Locomotive BASIC on an Amstrad CPC 464. Line numbers rock!

link|flag
vote up 0 vote down

Basic and then Modula-2!

link|flag
vote up 0 vote down

I went to one of those bad colleges who taught Java as a first language... of course, the next class they turned around and dumped us into C data structures and another in Assembly, so I guess they didn't corrupt us too badly.

link|flag
vote up 1 vote down

TI-BASIC for the TI-83... wrote a quadratic formula shortcut app for Algebra

link|flag
vote up 0 vote down

AMOS on the Commodore Amiga.

I remember typing in some crazy Amiga Format code to get Pong to work!

link|flag
vote up 1 vote down

PHP 4. blush

link|flag
vote up 0 vote down

Basic on a Commodore 64 Long break... GW Basic Long Break... QBasic Long Break... Visual Basic 3

link|flag
vote up 0 vote down
  • MSX basic
  • Z80 assembly
link|flag
vote up 1 vote down

BASIC on an Amiga 500

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.