Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

My very first introduction to programming was in grade school, when I would purchase books full of BASIC code listings from the Scholastic school catalogue.

Lately I have been searching teh Internetz for information on these books, but without any success. Does anyone know or remember anything about these books? All I can recall is that they were large paperbacks full of various BASIC code listings, some of which were game like. They all included instructions on how to modify the code listings for the different systems of the day, and I distinctly remember that they would always ask for a number in order to seed the RANDOMIZE command (since I figured out on my own that RANDOMIZE TIMER eliminated the need for the question and answer).

share|improve this question

2 Answers

I've probably just re-traced your steps, but thought I'd share what I found just in case I haven't

The publisher web site (Scholastic.com) does not appear to have anything for past editions.

All I found on eBay was a reference to "Problem Solving with BASIC", published in 1983, so it's probably contemporary to the books you are looking for:

There is also a link here: http://openlibrary.org/works/OL4311858W/Problem_solving_with_BASIC . That same site holds some links to some promising leads for Scholastic books (http://openlibrary.org/search?q=basic&publisher_facet=Scholastic), including ISBN numbers:

This might be enough to get you going enough to get ahold of some used bookstores and trace back the ISBNs.

Good luck!

share|improve this answer

http://en.wikipedia.org/wiki/Micro_Adventure I think these ones are the one you're looking for :)

share|improve this answer
I've been trying to remember the name of that series for a long time. – JasonTrue Nov 14 '11 at 23:39
They can found on Amazon for a pittance. – World Engineer Nov 15 '11 at 1:20
Unfortunately those aren't the books I remember - the ones I had didn't have a story / plot - just a bunch of code listings. Now, it wouldn't surprise me if the code listings were the same, since the Micro Adventure books are from the correct era. – Jason Berkan Nov 15 '11 at 14:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.