logoalt Hacker News

vunderbayesterday at 8:04 PM2 repliesview on HN

You absolutely should!

I’ve already sunk hundreds of hours into building out the fidelity of QuickBASIC (everything down to emulating memory access so you can simulate realistic PEEKing and POKEing), so I don’t have the sanity points left to tackle any other variants myself, but I’d love to see a GW-BASIC version.


Replies

1313ed01today at 11:21 AM

Sounds like pcbasic, that implements GW-BASIC in python, both with a SDL GUI and a TUI, and it contains a partial PC emulator to make it possible to peek and poke some addresses and such. Impressive project, well documented and seems stable and nothing obvious is missing.

https://robhagemans.github.io/pcbasic/download.html

chorizotoday at 5:18 AM

Got grounded for “breaking” the computer by POKE’ing random numbers to 0 to 65535. In my defense, I was 11.

show 1 reply