Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

What Was The First Language You Learned?


  • Please log in to reply
117 replies to this topic
Menixator
  • Members
  • 744 posts
  • Last active: Sep 01 2015 02:54 PM
  • Joined: 10 Jul 2013

Batch, If that counts. happy.png



gregster
  • Members
  • 283 posts
  • Last active: Nov 09 2015 03:08 AM
  • Joined: 19 Mar 2009

Yeah, probably Logo, with the turtle; at least at school - but perhaps I already knew some basic from a Sinclair ZX81...



BSquared18
  • Members
  • 4 posts
  • Last active: Sep 12 2013 03:51 AM
  • Joined: 08 Sep 2013

BASIC, on a little TI-99/4A. In the days when you saved the programs onto a small cassette tape recorder.

 

I bought the computer to play games with my young boys but then discovered I had more fun creating games instead of just playing them.

 

I never became a professional programmer and still stand in awe of those of you who do that. But at least I had a taste of it.

 

Bill



Alibaba
  • Members
  • 435 posts
  • Last active: Nov 19 2014 04:21 PM
  • Joined: 01 Nov 2012

I don't know if it's really a language, but for me it was Batch. :D

Then PHP, Autohotkey and VisualBasic.

Now i'm learning C++


Find the recent autohotkey version here: ahkscript.org


joedf
  • Administrators
  • 986 posts
  • AutoHotkey Foundation
  • Last active: Nov 02 2019 08:38 PM
  • Joined: 20 May 2012
C. nuff said.
Why ahkscript.org? - autohotkey.com is outdated

DrHow
  • Members
  • 6 posts
  • Last active: Dec 08 2016 06:03 PM
  • Joined: 09 Oct 2013

My first experience was an extreme on the primitive end of the scale: machine language on an IBM 1620.  The program input medium was decimal digits on IBM punched cards.  The machine had just been acquired at Texas Tech in 1962.  I will brag that my first program was non-trivial.  It played a decent game of 3-dimensional tic-tac-toe on a 4x4x4 board.  I was delighted the first time it beat me.

 

Over the years, I have programmed in a multitude of other languages.  I recently started using Python, and I like it better than anything else I ever used.

 



thrab
  • Members
  • 3 posts
  • Last active: Oct 12 2013 04:24 PM
  • Joined: 10 Oct 2013

Javascript around 1995 as a wee lad.



PhuketRoger
  • Members
  • 10 posts
  • Last active: Jun 09 2018 04:22 PM
  • Joined: 04 Sep 2012

The device that got me started was the Hewlett Packard 9815A programmable calculator:

 

HP_9815A02.jpg

 

Then, there was the Olivetti Programma 101 - a very noisy electromechanical thingamabob with flashing lights that stuck on red all too often:

 

310px-Olivettiunderwood_programma101.jpg

 

From then on it was downhill fast with assembler on Motorola 6800's and 6809's, followed many years later by assembler on Digital Equipment Corporation (DEC) PDP 11's. Oh happy days!   B)

 



loudscotsbloke
  • Members
  • 1 posts
  • Last active: Oct 18 2013 10:15 PM
  • Joined: 15 Oct 2013

6502 Assembly was my first language, then Z80 assembly, Basic (various Commodore and Sinclair variations), 68000 assembly, AMOS, Power Basic, Quick Basic, Turbo Basic, Dbase (1 through 4), Foxpro, BATCH, Sybase, SQL, C, C++, VB, VBA, Pascal, Delphi, KIX32, Python, ASP, Powershell and Autohotkey.

 

Im not convinced I have them in the right order, but near enough. AHK is an awesome language. I use it almost everyday these days.

 

char = $0d
out = $ffd2
 .code
 ldx #0
printhello:
 lda text,x
 beq finish
 jsr out
 inx
 bne printhello
finish:
 rts
 .rodata
text:
 .byte "Hello Autohotkey World!", char,0



Greslin
  • Members
  • 2 posts
  • Last active: Jan 23 2014 03:07 AM
  • Joined: 20 Nov 2013

Very first was BASIC on a 24k Atari 400, circa 1982.  Then 6502 assembly on an Atari 800XL, and then Pascal on a TRS-80 in high school.  Since then, everything from DBASE III (1990), to Perl (1999), to PHP (2005) and Inform (2012).



Travis Gibby
  • Members
  • 8 posts
  • Last active: Sep 19 2014 03:22 PM
  • Joined: 21 Aug 2013
Quick Basic and then GW Basic. Later Qbasic. I had fun making simple little games and apps. It was a great learning experience.

Hwulex
  • Members
  • 17 posts
  • Last active: May 10 2016 12:59 AM
  • Joined: 02 Feb 2014

BBC BASIC on an Acorn Electron, sometime mid-eighties as a young child.



RealINandOUT
  • Members
  • 6 posts
  • Last active: Nov 28 2014 11:52 AM
  • Joined: 09 Apr 2014

Batch, HTML, JavaScript and LUA. I learnt them when i was about 10 or 11, I can't quite remember how old i was.



bigdeoz
  • Members
  • 148 posts
  • Last active: Feb 04 2015 03:43 PM
  • Joined: 06 Sep 2013
Mmm I feel like the dumb brother of all of u guys :/
I think I started withVBA/Batch but Ahk was the real turning stone, less than 2 years ago. But just as an hobbyist, I could say, since I mostly do sys/net admin stuffs for living.
Anyway I d love to learn assembly for reverse engineering usage.. I think it s fascinating know how to "speak" that closely to a machine.
I also mid skilled in python and I m starting to dig into Haskell which seems also interesting.

nnnik
  • Members
  • 1625 posts
  • Last active: Jan 24 2019 02:19 PM
  • Joined: 28 Jul 2012

Assembly is not that complicated. If you want to learn it you should simply have a look at it.


Visit the new forum ahkscript.org.

http://ahkscript.org