Updating the most influential book of the BASIC era
blog.codinghorror.com
Updating the most influential book of the BASIC era
1–10 of 55 posts
Re: Updating the most influential book of the BASIC era
#2Any other parents out there teaching their kids/teens/young adults to code?
Re: Updating the most influential book of the BASIC era
#3For a few years now I’ve been teching my son to code. This feels like a good project to do together. Grab one of these games understand it in basic and then reimplement it using my fav language. Any other parents out there teaching their kids/teens/young adults to code?
Re: Updating the most influential book of the BASIC era
#4For a few years now I’ve been teching my son to code. This feels like a good project to do together. Grab one of these games understand it in basic and then reimplement it using my fav language. Any other parents out there teaching their kids/teens/young adults to code?
Re: Updating the most influential book of the BASIC era
#5I've always wondered if it was one of the most influential books, ever. It certainly influenced me!
Re: Updating the most influential book of the BASIC era
#6For a few years now I’ve been teching my son to code. This feels like a good project to do together. Grab one of these games understand it in basic and then reimplement it using my fav language. Any other parents out there teaching their kids/teens/young adults to code?
Re: Updating the most influential book of the BASIC era
#7Re: Updating the most influential book of the BASIC era
#8For a few years now I’ve been teching my son to code. This feels like a good project to do together. Grab one of these games understand it in basic and then reimplement it using my fav language. Any other parents out there teaching their kids/teens/young adults to code?
I think the key is not to go too fast. Simply writing simple statements and seeing it work and do stuff is enough. So I found it best to start simple and work your way up. These little games look like great examples to work from.
Re: Updating the most influential book of the BASIC era
#9I was introduced to programming by the book that came with The Apple IIGS, "A Touch of Applesoft Basic." http://www.apple2.pl/books/applesoft.pdf I've always wondered if it was one of the most influential books, ever. It certainly influenced me!
The Commodore 64 sold the most systems but so many owners only played games on it that the manual probably wasn't the most influential book on BASIC.
Exempting system manuals, the BASIC Computer Games books were probably it.
Re: Updating the most influential book of the BASIC era
#10I learned to program a few years after these were popular (around 1991 or so), but a friend of my dad’s gifted me a bunch of them after he found out I was into computers. I was 8, and it changed my life.
They were magical to me. I didn’t even have access to a BASIC interpreter yet (I didn’t even know what that meant), but I read the intro to BASIC programming book and the computer games books so many times. I remember running to my parents room to tell them I could use PRINT to output to the screen. I would write programs by hand onto paper.
I remember a few months later going to my dad’s friend and asking, “ok, where do I type these programs in?” He gave me a copy of QBasic, and away I went.
I remember having to learn so much to get the games to work. I learned about different versions of BASIC, and how to convert things to work in my version. Taking bits of one game and combining them with others. Making my own.
My life has never been the same since.