top | item 25161969

(no title)

jops | 5 years ago

I learnt to program on the ZXSpectrum with "Write Your Own Adventure Programs for Your Microcomputer" [0]

The RPi400 with Pico-8 seems to tick the same boxes, so I got one for my 10yr old. He's loving it. Perfect use case.

[0] https://colorcomputerarchive.com/repo/Documents/Books/Write%...

discuss

order

abraxas|5 years ago

I wish there was a bare metal option that boots RPI 400 into a BASIC or Python interpreter the way the 8 bit machines used to

drcode|5 years ago

Pick up a pocket chip for $40 on eBay- you have to click a single button after boot and then can start coding a game with pico-8 in lua.

mlyle|5 years ago

It's not bare metal, but Python on Pi400 is great for kids.

Especially with side-by-side with a Minecraft window and the Minecraft Pi Edition python integration.

Also, there's a whole lot of little boards that support Micropython, and boot straight to it, including ESP32 etc. I use them in the classes I teach.

lixtra|5 years ago

What do you mean by bare metal? Booting into python (or basic) would probably take less than 1h for someone who knows what they are doing.

zozbot234|5 years ago

RISC OS for RPi can do this. Not sure if RPi400 is supported just yet.

antod|5 years ago

I got my start with a Spectrum and that book too. Far less luck interesting my kids in computers though.

fmakunbound|5 years ago

These Usborne (and other) books were fantastic!

butlersean|5 years ago

one of my colleagues uses that as an assignment for his students, they have to port one of the listings to c++