 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Ian
Joined: 15 Jul 2007 Posts: 1157 Location: Enterprise, Alabama
|
Posted: Mon Jul 07, 2008 11:43 pm Post subject: What Was The First Language You Learned? |
|
|
Not for speaking, for programming.
The first I learned was...ASM, I had to use it in a class at school to make two things:
1). I had to make a robot arm pickup a ball and drop it off in a specified location.
2). I had to carve my name into a block of wax. _________________ ScriptPad/~dieom/dieom/izwian2k7/Trikster/God
 |
|
| Back to top |
|
 |
tidbit
Joined: 10 Mar 2008 Posts: 90
|
Posted: Tue Jul 08, 2008 12:57 am Post subject: |
|
|
GML
i wanted to make a game so badly
but, it sucked. like usual. few years later and i still cant make anything good with it :/
i gave up on it after the mods (yes, all of em) wouldnt let me post my tutorial pack (tutorial heaven, 58 tutorials...from absolute beginner to advanced.). they said "there is to many".....what gay community leaders they are. _________________ rawr. be very affraid |
|
| Back to top |
|
 |
300W
Joined: 12 Jan 2008 Posts: 27
|
Posted: Tue Jul 08, 2008 2:19 am Post subject: |
|
|
| My first programming language is BATCH (is it classed as a programming language?), then I went to C++, then some random stuff, settled down with AHK... |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6772 Location: Pacific Northwest, US
|
Posted: Tue Jul 08, 2008 3:40 am Post subject: |
|
|
BASIC on a commodore 64/128 in the late 80s. We used to borrow books from the library and transcribe code for games by hand from the book. We didn't have the floppy drive unit, so we couldn't save games through a reboot.
Tinkered list:
Basic
68HC11 Assembly
SX assembly
PBasic (parallax)
C (PIC, Atmel, Rabbit, PC)
Java (Blackberry)
Python
VB
VBA
Lisp (really!)
PHP
Most of those languages I can read/modify/learn. I can write in a few. _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 1128
|
Posted: Tue Jul 08, 2008 6:39 am Post subject: |
|
|
TI (texas instruments) basic... on a graphing calculator while I was in middle-school I programmed an attack-dice program for various board games that were missing dice. _________________ My Home Thread
More Common Answers: 1. It's in the FAQ 2. Ternary ( ? : ) guide 3. Post code with [code][/code] tags |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Jul 08, 2008 6:49 am Post subject: |
|
|
| engunneer wrote: | | We used to borrow books from the library and transcribe code for games by hand from the book. We didn't have the floppy drive unit, so we couldn't save games through a reboot. | it's so sad story ROFLMAO |
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2397
|
Posted: Tue Jul 08, 2008 7:10 am Post subject: |
|
|
| BASIC on commodore vic20, 64/128, ... |
|
| Back to top |
|
 |
imapow
Joined: 13 Mar 2008 Posts: 162 Location: Trøndelag, Norway
|
Posted: Tue Jul 08, 2008 7:22 am Post subject: |
|
|
HTML and BATCH were my first. HTML i used to post pornografic games on the internett and BATCH i used to make smal iritating apps to plant on scool computers. god times. i most have ben about 8 wen i lernd html and 12 or so wen i lernd BATCH _________________ -._.-¨¯¨-._.-IM@PΩW-._.-¨¯¨-._.- |
|
| Back to top |
|
 |
Red Hat Boy
Joined: 10 Apr 2008 Posts: 113
|
Posted: Tue Jul 08, 2008 9:00 am Post subject: |
|
|
HTML, Javascript, some very basic css, and a rather pathetic attempt at C++. I've glanced over some lines of Python and edited a few lines, but that hardly constitutes a knowledge of the language. And AHK. Pretty much in that order.
If I were more gifted, I'd shoot for a better understanding of C++ and start learning Java.
What exactly is PHP anyway? _________________ I slit the sheet, the sheet I slit,
and on the slitted sheet I sit. ;~} |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Tue Jul 08, 2008 11:49 am Post subject: |
|
|
BASIC on a Commodore 64, later DOS/Batch on a 286, and I had an Amiga 1000 and later an Atari 1040 ST (no "programming" on those for me, only music and graphics/games). Then several Macs and Windows boxes, again no programming (AppleScript and Batch mainly), then one day I discovered AutoIt, and eventually AutoHotkey.
I glanced over several programming languages, got quite proficient in HTML/JavaScript due to webdesign, but I'm no real programmer, I am a "real" scripter though.
 |
|
| Back to top |
|
 |
Bauta Guest
|
|
| Back to top |
|
 |
neXt
Joined: 19 Mar 2007 Posts: 463
|
Posted: Wed Jul 09, 2008 3:10 am Post subject: |
|
|
Hmmmm, i wrote my first code(if you can call it a code ) when i was about 7, changed few screen colors, did some very basic calculations on if anyone remembers "SINTEZ-M", i though that programming is a very cool thing to know !
My list:
1) AHK (duh)
2) some basic C++ and Java
3) VBA
4) XHTML
5) CSS
6) some Javascript
7) PHP and SQL <- currently studying _________________ simplified csv - easy way to handle csv files. |
|
| Back to top |
|
 |
Wouther
Joined: 01 May 2007 Posts: 78 Location: The Netherlands
|
Posted: Thu Jul 10, 2008 11:10 am Post subject: |
|
|
| neXt wrote: | if you can call it a code  | That certainly is a code. I don't think my very first 'script' is, however... | Code: | | @ echo '22-02-2003' | As you can see, Batch was my first language. I was 10 at the time. After that I experimented with Batch for a long time. I tried doing all kinds of things, like Tamagotchi using file's names to remember values, and other useless but fun stuff. After that I tried perl, but - maybe it was because I was young - I wanted more than just letters in a black box, so I quit with perl soon. I learned HTML and shortly after Javascript. I kept messing around with those for literaly years and had great fun (always writing scripts in a very, very cumbersome way ). After a friend of mine kept insisting (for over a year, actually, before I finally gave in) to start using PHP, I tried it and I liked it, especially things like making relatively secure password protected sites, which I couldn't have done with Javascript (well, I tried, but you get the point ). Then I learned using MySQL, which was cool, but then, after all those years, I finally discovered AHK and was hooked! I have been using it for for a wide variety of things since then, almost instantly abandoning PHP. I tried to combine them, though.
That's my story...
So my programming languages are: Batch, HTML, JS, PHP, MySQL and AHK.
Oh! I almost forgot: I can program really fast (with all the bloody menus) on a Graphical Calculator, the Casio CFX-9850GC Plus. Some kids in my classes have one or two useful programmes, but not me! I have a list of - let me count them, please wait... - 47! Most are just crap / me being bored, but some are really useful. I even programmed an algorithm to simplify square roots on it (a good algorithm really is nescesary, because the calculator is really slow ) of which I think no-one else has thought of (nothing fancy, though), at least no-one posted it on the interblag. And of course, some games, programmed entirely by me (not like many others in my class, downloading them) like space-invaders.
Sorry this got do long...  _________________ Printing css/html-formatted text |
|
| Back to top |
|
 |
Slanter
Joined: 28 May 2008 Posts: 267 Location: Minnesota, USA
|
Posted: Thu Jul 10, 2008 11:01 pm Post subject: |
|
|
hmm lets see, I'm pretty sure I learned stuff in this order over the last 5 or so years:
1) HTML
2) lots of Javascript (actually used to write IPB mods in javascript at FMods)
3) a fair amount of PHP/MySQL
4) a bit of LOGO (hell yeah!)
5) some RGSS (Ruby Game Scripting System - used in RPG Maker )
6) AHK
7) AU3
I know I'm forgetting something, but w/e  |
|
| Back to top |
|
 |
wtg
Joined: 04 Oct 2006 Posts: 63 Location: Louisville, KY
|
Posted: Fri Jul 11, 2008 4:30 am Post subject: |
|
|
Basic on a TRS-80 Model II, in 7th grade (12 years old) in 1981. It had 48k of memory and I saved programs to a cassette tape. Anyone remember the fun of trying to load a program from the middle of a cassette tape with other stuff on it? If I was lucky I got to work on the Model III with 64k of memory!
Like engunneer, I too transcribed some programs from a magazine into a vic 20 and commodore 64, but boy was that tedious.
Didn't program again until I took Pascal just for fun in college. Almost instantly changed my major to computer engineering and 16 years out of college still love programming. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|