Turtles on Wasm

- Jan-Erik Rediger

Marshall Pierce recently added WebAssembly support to the Turtle application. Turtle is a programming environment allowing to create animated drawings with a handful of simple commands. It's the perfect tool to teach programming and foster creativity. Bringing it to the web makes it even more accessible. He wrote down his approach for adding Wasm support:

Rust and WebAssembly With Turtle

With a bit more effort it might be possible to provide a Playground-like environment to run and code in the browser.