DEV Community

Discussion on: Show me your best Open Source project

Collapse
 
jmmv profile image
Julio Merino

GitHub logo jmmv / endbasic

BASIC environment with a REPL, a web interface, and RPi support written in Rust

This is a side project I started about a year ago to build a retro-looking BASIC interpreter with which to teach the basics of programming. I'm not sure the latter has happened yet but it has been quite a bit of fun to build this with Rust, target the browser with WASM, and play with things like GPIO on a Raspberry Pi. A cloud backend is coming soon!