I Opfinderklubben er vi begyndt at programmere i sproget Basic-256. James M. Reneau har skrevet bogen So You Want To Learn To Program der er en god introduktion til tekst-baseret programmering. Bogen er Open Source og kan downloades gratis fra bogens hjemmeside. For at sørge for at bogen altid vil være tilgængelig, har jeg valgt også at gøre bogen tilgængelig på opfinderklubben.dk. Her følger en liste over bogens kapitler med tilhørende links.
- Front Material
- Chapter 1: Meeting BASIC-256 – Say Hello
- Chapter 2: Drawing Basic Shapes
- Chapter 3: Sound and Music
- Chapter 4: Thinking Like a Programmer
- Chapter 5: Your Program Asks for Advice
- Chapter 6: Decisions, Decisions, Decisions
- Chapter 7: Looping and Counting – Do it Again and Again
- Chapter 8: Custom Graphics – Creating Your Own Shapes
- Chapter 9: Functions and Subroutines – Reusing Code
- Chapter 10: Mouse Control – Moving Things Around
- Chapter 11: Keyboard Control – Using the Keyboard
- Chapter 12: Images, WAVs, and Sprites
- Chapter 13: Printing
- Chapter 14: Arrays – Collections of Information
- Chapter 15: Mathematics – More Fun With Numbers
- Chapter 16: Working with Strings
- Chapter 17: Files – Storing Information For Later
- Chapter 18: Stacks, Queues, Lists, and Sorting
- Chapter 19 – Runtime Error Trapping
- Chapter 20: Database Programming
- Chapter 21: Connecting with a Network
- Appendices