fractal
10-26-2006, 08:22 AM
What language did you write your first program in?
![]() | View Full Version : Your first program language fractal 10-26-2006, 08:22 AM What language did you write your first program in? RoLLex 10-26-2006, 08:23 AM I did it with basic dspillettt 10-26-2006, 08:48 AM BBC Basic. Revision 3 IIRC. Them were the days.... Compared to a lot of the 8-bit systems implementation's of BASIC, Acorn's (the makers of the Beeb) was surprisingly useable. You could use proper variable names (I can't remeber if it was the comador or spectrum BASICs (or both) that had a limit of two characters for names), decent procedure/function call & return semantics (so you very rarely needed to resort to GOTO/GOSUB), and a powerful little multi-pass assembler built in for good measure for those of us who liked to dabble in the black arts. juangake 10-26-2006, 09:00 AM If this thread is for curiosity, I would add the computer you began in too... My case is Basic in a Commodore-64. Later, GWBasic from Microsoft in a PC XT ;) Slidey 10-26-2006, 10:54 AM C funnily enough - needed to use it to fulfill some tasks, so learnt as i went along.. thunder-ltu 10-26-2006, 11:01 AM My first programming language was Pascal, after that was Assembler, and only then C and others... :) There was a time, when I wanted to create my own operating system, so learned asembler. Several years after, I had a working OS with GUI with VESA mode in 1024x768px resolution, mouse, multitasking etc... Won a contest in KTU university (Lithuania) with this OS when I was 12 grade schoolar. And now...now PHP is my beloved scripting language :) jerett 10-26-2006, 11:13 AM I used some of the first apples - back when they were all one piece - keyboard and monitor and drive. HA! Black screen - green letters that would cast a serious green glow in a dark room. Programmed on them when I was in Jr. High. nnormal 10-26-2006, 11:50 AM basic on the atari 800 :cool: jerett 10-26-2006, 11:59 AM nnormal - aging yourself a bit there as well aren't you? :D Renard Fin 10-26-2006, 12:25 PM oh my, long time since i've first programed :p i'd say qbasic 2 on the old 386 pc of my mother ... :P Lightwave 10-26-2006, 12:36 PM :P nnormal beats me by a couple years. Microsoft MBASIC and Digital Research CBASIC running on the CP/M OS. Good ole 4.0MHz 8bit fun. linux-tech 10-26-2006, 01:05 PM Basic all the way, with one of these (http://oldcomputers.net/ts1000.html) bad boys (Timex Sinclair 1000). <Old person voice> Back in my day, sonny, we didn't HAVE programs, we had to write our OWN. With NO manuals, and NO debuggers!! </Old person voice> xxkylexx 10-26-2006, 01:09 PM Java here. zoid 10-26-2006, 01:58 PM My first language was Basic too. sasha 10-26-2006, 02:09 PM Basic on ZX Spectrum 48K gqwu 10-26-2006, 03:11 PM They made us use Hypercard @ school for the intro programming class T_T. Renard Fin 10-26-2006, 03:28 PM I'd be curious to really know who selected assembler as the 1st programing language he learnt :P Googled 10-26-2006, 03:34 PM My first language was mirc's scripting :) G ACW 10-26-2006, 03:38 PM Basic - I think it was the Atari 2100. I spent a summer making a game but stopped when I couldn't reliably do collision detection. There were no hard rives back then so you had to switch 5 1/4 floppies after the intro. Boy how things have changed! ACW 10-26-2006, 03:51 PM After looking at oldcomputers.net I remember using the Atari 800 (http://oldcomputers.net/atari800.html). I think that one had - get ready- a cassette drive! I remember playing Frogger in the equivalent of an audio cassette. But I know I had a later Atari model and I think that is the one I programmed in. <edit> I just scrolled down on the link above and saw the one I had, an Atari 800XL. liandra 10-26-2006, 03:53 PM hey, I started with assembler, for intel 8088 (IBM PC XT) I was 15 yrs old that time, and I wrote my first virus using just DOS debug program, it was a simple com virus, that append it's code to .com program and added jump in the first 3 bytes of the file. You gotta love Real Mode OS like DOS. thunder4k 10-27-2006, 05:35 PM If you consider PHP scripts programs then I guess it's php. Otherwise it would be C++. Anyone who votes for assembly is hardcore :P spasticus 10-27-2006, 07:18 PM Visual Basic 6 - had to use it in a college project. it's gotta be the easyest (how the hell do you spell easiest? << i think thats right) programming language arround. tolgaorhon 10-27-2006, 07:33 PM Basic on a C64. It was mostly about typing my name thousands of times :) Few peeks and pokes. Premier 10-29-2006, 12:20 AM Basic on the Commodore 64. Those were the days. I still have some floppies and cassette tapes with my original programs on them. They're useless now, but I can't just throw out months of work. :laugh: One of my first programs was an alarm clock. I left my computer on all night just to wake up in the morning to my own alarm clock. :o hitmeback 10-29-2006, 12:23 AM i did c++ . drhowarddrfine 10-29-2006, 01:02 AM My first language was assembler, too. And I still prefer it to everything else. I was a hardware guy back in the day and had no need for anything else. I started on a 8088 my boss gave me but then built a Z80 wire wrap board from scratch. Premier 10-29-2006, 01:19 AM I was a hardware guy back in the day and had no need for anything else. I started on a 8088 my boss gave me but then built a Z80 wire wrap board from scratch. Those were the days. I built my own Z80 system too, just a very basic one, then in the Apple II days I was going to build another one myself, but at that time it was getting to be cheaper to buy the final product. I still have Z80, 8080, 8088, and 6800 CPU's if anyone needs one. ;) Even have some whopping 256 Byte memory chips still in my cabinets. :laugh: Xeentech 10-29-2006, 07:36 AM Assembler on various m6800 machines, Commodores, AppleIIs, Amigas etc. PHP is a scripting language, for people answering PHP :P Poor show that only 4 people answered Assembler :( drhowarddrfine 10-30-2006, 10:55 PM Either your cool or you're not. gplhost 10-31-2006, 10:03 AM I did some "logo" programming using Thomson TO7 first when I was 8. Then I learn A BIT of basic, and started to learn assembly in 68000 on the atari computers. I did about 7 years of that, up to hight level interface programming (the famous GEM with AES and VDI). Then I did a bit of C. Now I do mostly sh and php scripting... The older I get, the slower is running the language ! :) Thomas extras 11-03-2006, 05:06 AM My first programming was on TI's calculator, and logic ICs. Then, a tiny bit of tiny basic. After that, I learned 8080 (Z-80) assembly (hand compiling, writing to memory with binary switches....). clefren 11-03-2006, 06:53 PM I learned to program when my college gave a short non-credit course in programming their one digital computer which was an IBM 650 and farily obsolete at the time. They started us off in machine language and right now I can't remember if I ever ran any machine language programs. Next we learned assembler and I did do a fair amount of programing in that. The main machine was one relay rack and the floating point proscessor was another one next to that. It had a whole 2k of drum memory and of course the input was by punched cards. Running fortran was a big hassle since it took 3 card decks to get it up and running. I did do a lot of fortran programming on an IBM 360. Since then I've used more languages than I want to list. Guess that I'm just a really old fart. ZibingsCoder 11-04-2006, 11:32 AM Some strange form of Basic on a lil Tandy. God I miss that...even got it to show colors. Coolraul 11-04-2006, 12:01 PM Ah my first loves first the Commodore PET then the first computer I owned a Commodore Vic-20 both with good old basic. husainsfabbas 11-05-2006, 09:29 AM QBASIC. After that, I learnt C++. Now I am allergic to it ;) *sigh* those days... dkitchen 11-05-2006, 09:32 AM PASCAL :) It's rubbish ... HackNo-Alex 11-05-2006, 10:45 AM I did Basic first. dspillettt 11-05-2006, 11:30 AM I did some "logo" programming Ahh, remebered memories. I take back my "vote" of BASIC as I now remeber doing a little logo - well, the sub-set there-of that is "turtle graphics". At primary school there was a little remote controlled thingy with a pen, that was controlled by little logo programs intepreted by a BBC Micro and sent to the unit which was attached to one of the I/O ports. We write simple scripts to get it from A->B avoiding obsticles, or draw patterns. beejay 11-06-2006, 05:08 PM Cobol. ack woutersteven 11-07-2006, 08:51 AM Started with Basic on a commodore 64, moved on to GW-Basic, Q-basic, C++, Assembly, Pascal, a lot in between and now most mayor scripting / programming languages. NameServer 11-07-2006, 09:09 AM I was starting with Pascal AnyDemo 11-07-2006, 10:00 AM Hi, My first computer languages were BASIC and Fortran (IV) in 1976 when studied Engineering in University. BASIC by that time was completely from the modern Basic. shift4sms 11-07-2006, 08:53 PM TRS Basic on a TRS-80. Woohoo, the power! It also had a state of the art cassette recorder for saving and loading programs and data -- of course, you had to save a program 3 times in a row to have a decent chance that 1 of the 3 were still readable when you reloaded it. I'm pretty sure my car remote has more processing power and memory than my first PC. Premier 11-07-2006, 09:16 PM TRS Basic on a TRS-80. Woohoo, the power! It also had a state of the art cassette recorder for saving and loading programs and data -- of course, you had to save a program 3 times in a row to have a decent chance that 1 of the 3 were still readable when you reloaded it. I never had trouble saving my programs on a cassette tape with my TRS-80 or my Vic-20, but I did use good quality tapes and never reused them. ;) I wonder if those old tapes of mine are still any good? :eek: I'm pretty sure my car remote has more processing power and memory than my first PC. I bet it does. :D shift4sms 11-07-2006, 09:42 PM This is fun. Let's see how good my memory is... TRS Basic --> APL --> Apple Basic --> CP/M Basic --> 6502 Assembly --> UCSD Pascal --> Microsoft Business Basic --> PASCAL --> a smidge of COBAL (very little) --> C --> 8086 Assembly --> C++ --> 80286 Assembly --> Delphi --> HTML --> JavaScript --> ColdFusion --> a sprinkle of ASP --> a dash of PHP --> a good size dallup of Micros SIM (although, to me this is is stretch to call a programming language) Wow, I think I'll cut & paste this into my resume. Biju 11-08-2006, 10:55 AM c/c++ was my first Bravotwo 11-08-2006, 11:14 AM My first real computer language I learned was Pascal (at school). After that many others followed... Moogabytes 11-08-2006, 06:44 PM HTML for me :) 01globalnet 11-08-2006, 06:49 PM I started with GW-Basic in the early 90s, years later I learned a bit of Pascal and C/C++, Fortran, Cobol, Visual Basic... ASP ... HTML ... Javascript ... some ActionScript ... - now I love PHP !! Red Jersey 11-09-2006, 02:56 PM Quick Basic/Pascal Bryc3 11-09-2006, 10:47 PM HTML --> PHP --> VisualBasic 6.0 --> Turing --> Working on learning C/C++ linux-tech 11-09-2006, 10:51 PM HTML --> PHP --> VisualBasic 6.0 --> Turing --> Working on learning C/C++ HTML isn't a programming language boonchuan 11-09-2006, 10:56 PM Mine is GW Basic -> Cobol -> Pascal then C. I guess I am getting old :) Bryc3 11-09-2006, 11:01 PM HTML isn't a programming language First language they teach in Computer Science, so I included it. portalplanet 11-09-2006, 11:23 PM I started off with basic on a http://oldcomputers.net/ti994.html waaay back in the 4-5th grade. 8 bit sprites!! Ones and zeros. Justin clefren 11-10-2006, 08:00 AM First language they teach in Computer Science, so I included it. When I was in college Computer Science didn't exist. CaroNet-Hesham 11-10-2006, 08:48 PM Basic on Sinclair Spectrum BurakUeda 11-14-2006, 12:22 PM Commodore64 Basic :cool: acidhoss 11-16-2006, 03:26 AM Pascal. Ish. More like Delphi, because I was too impatient to start with COM programs :-D ajs5mz2 11-16-2006, 08:01 AM Any body heard of COBOL? At one time - a long time ago, that was the only game in town. And yes, it shows my age. karlkatzke 11-17-2006, 02:06 AM First useful program? BASH shell scripts. Although, before that, LOGO. karlkatzke 11-17-2006, 02:09 AM Any body heard of COBOL? At one time - a long time ago, that was the only game in town. And yes, it shows my age. That's almost as bad as the program I converted from FORTRAN77 to C# a few months back. It was a custom engineering program. Talk about a 'fun' conversion... but I put everything in .ini files for them so that they could tweak formulas and constants themselves. |