How did you guys learn how to code?
11–20 of 29 posts
Re: How did you guys learn how to code?
#12Re: How did you guys learn how to code?
#13https://archive.org/details/schneider-cpc-464-bedienungs-han...
Especially chapter 5 with all the nice graphics commands.
Re: How did you guys learn how to code?
#14Re: How did you guys learn how to code?
#15If I had to teach someone from scratch now, I'd teach the basics of text editing, files, etc... then Python, something immediate mode, like BASIC was.
Re: How did you guys learn how to code?
#16Re: How did you guys learn how to code?
#17So most of it was learned through hobby projects and on the job. I am especially grateful for a teammate who was a very thorough and strict code reviewer. He helped make me into a better programmer by meticulously considering and questioning every line of code I wrote.
Re: How did you guys learn how to code?
#18At one point used this puny machine to compute the digits of one of the largest Mersenne primes then-known to science (mid or late 80s). Not find that number of course, just produce a decimal representation of it.
On its successor, the ZX Spectrum, I got into cracking copy protections, POKEs for infinite lives etc.
MSX machines got me into hardware mods (RAM expansions, floppy drive replacements, repairs & much more).
Didn't turn coding into a profession though. But the hacker mindset never went away.
Re: How did you guys learn how to code?
#19That was the best thing I ever got. All I had was the BASIC cartridge, Asteroids cartridge, and the intro to basic that came with it. I had no storage--that was the compromise for the step upgrade. It was a great lesson to spend literal days writing, refining, and perfecting a program. Only to eventually get bored "I wanna play Asteroids, poof." Eventually I hung around the right places, met folks, read magazines, learned machine-then-assembly language. Everything since then has been pretty easy building on all the low-level stuff. C, oh like assembly but more convenient. It was also fun to disassemble the games I got to see how they worked. Some of the worst games had the best copy protection--they must have thought highly of their creation.
Every computer since then has pretty much been a 'business machine', not nearly as much fun. Even the Atari ST with its M68k seemed very work-like. Lucky for me, I liked worky things too, learning the early Windows, OS/2, NT SDKs etc. The NeXTSTEP OS and Interface Builder blew my mind.
Re: How did you guys learn how to code?
#20High school in the 80s, I wanted to get the $50 Timex Sinclair self-assembly kit. After a back-and-forth with my parents, finally convinced them to get an Atari 400, though they really hated the membrane keyboard making it seem like a toy than a serious machine. That was the best thing I ever got. All I had was the BASIC cartridge, Asteroids cartridge, and the intro to basic that came with it. I had no storage--that…