Ask HN: How did you learn to code?
21–30 of 89 posts
Re: Ask HN: How did you learn to code?
#22The tape-recorder which was used to load programs from cassette-tape did not work, so my sisters ignored the machine and I started reading the manual, which had instructions and an introduction to BASIC.
Got hooked on BASIC, then z80 assembly, later graduated to working in intel assembly and similar low-level stuff.
These days I'm sysadmin/devops/cloud/whatever pointless title and while I program for fun, and to do terraform, etc, I'm not a coder per se.
Re: Ask HN: How did you learn to code?
#23On the 6502, which a relative gifted me when I was around 9. The cool part was that they also gifted me a huge stack of boxes with C64 magazines in them that contained new games and programs the publishers found cool and wrote about. Then you could type in the code of those games and play or modify them, as a lot of them were commented codes. The amazing part was the reader comment section in the end, where people we…
Then I got a PC, and learned structured programming with Borland Pascal and later Turbo C. These were great IDEs for the time.
Re: Ask HN: How did you learn to code?
#24Re: Ask HN: How did you learn to code?
#25Then I had a couple of jobs where I was given access to data and opportunities to go beyond my expected duties by doing things with that data, i.e. automation and reporting.
Re: Ask HN: How did you learn to code?
#26Considering I've spent 40 years coding things I really should be better at it.
Re: Ask HN: How did you learn to code?
#27I think the very first code I wrote was in QBasic, but the first _real_ code I wrote was in Visual Basic 6. I drew a row of dice and then a bunch of buttons and wrote a Yahtzee game (single player). It took me weeks and it was mostly a giant nested if statement. Good times.
Re: Ask HN: How did you learn to code?
#28That was probably about 20 years ago, I'm 32 years old now.
Re: Ask HN: How did you learn to code?
#29On the 6502, which a relative gifted me when I was around 9. The cool part was that they also gifted me a huge stack of boxes with C64 magazines in them that contained new games and programs the publishers found cool and wrote about. Then you could type in the code of those games and play or modify them, as a lot of them were commented codes. The amazing part was the reader comment section in the end, where people we…
Similar story here. C64 was amazing, even to load a game, you had to learn some commands. (Unless the game was in a cartridge.) Then I got a PC, and learned structured programming with Borland Pascal and later Turbo C. These were great IDEs for the time.