Usborne 1980s Computer Books
usborne.com
Usborne 1980s Computer Books
1–10 of 62 posts
Re: Usborne 1980s Computer Books
#2Still think my comment applies: they need to be updated for a modern platform (not Python).
Re: Usborne 1980s Computer Books
#3Re: Usborne 1980s Computer Books
#4Man, I just posted this in a recent thread :-) Still think my comment applies: they need to be updated for a modern platform (not Python).
Re: Usborne 1980s Computer Books
#5I ended up also finding a No Starch Press book on JavaScript, and porting the BASIC listings to ye olde pre-Node JavaScript as my first foray into programming.
Then I also got a Commodore 64 on eBay some time later.
Re: Usborne 1980s Computer Books
#6These are actually how I first learned to program, but around 2001-2002, when I was about ten years old. I found a couple of them at the library, and that's when I realized it was something you could just learn...but lacked a BASIC interpreter. I ended up also finding a No Starch Press book on JavaScript, and porting the BASIC listings to ye olde pre-Node JavaScript as my first foray into programming. Then I also got…
I definitely remember Creepy, Battle and Space.
Re: Usborne 1980s Computer Books
#7Man, I just posted this in a recent thread :-) Still think my comment applies: they need to be updated for a modern platform (not Python).
Re: Usborne 1980s Computer Books
#8These are actually how I first learned to program, but around 2001-2002, when I was about ten years old. I found a couple of them at the library, and that's when I realized it was something you could just learn...but lacked a BASIC interpreter. I ended up also finding a No Starch Press book on JavaScript, and porting the BASIC listings to ye olde pre-Node JavaScript as my first foray into programming. Then I also got…
But of course, your solution to that was twice as good for your education than if you’d learned only BASIC so that’s good.
My experience was kind of similar except I was learning in the mid 90s and only had access to various flavors of BASIC, because all the computers my school had were from 1980-1987 or so. When I saw modern GUI computers though, I couldn’t understand how what I’d learned in the character-based world could be applied to the GUI paradigm, so I gave up on programming until the Web and PHP gave me a usable mental model to get back into it.
Re: Usborne 1980s Computer Books
#9Re: Usborne 1980s Computer Books
#10Man, I just posted this in a recent thread :-) Still think my comment applies: they need to be updated for a modern platform (not Python).
What “modern platform” would you suggest?
I can't really think of a suitable one TBH; Python's completely out of the running, Java and C# have a lot of unnecessary (for this goal) boilerplate, Pascal is not a bad choice.
Maybe Javascript? The books can then instruct "type this into an HTML file".
In my mind, a more modern platform would be a simulated one that has its own machine language (byte-code compiled, perhaps) so that these books, which take you all the way into machine language, would make sense.