/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.erikschierboom.com
| | golangbot.com
3.9 parsecs away

Travel
| | A tutorial about WebAssembly and how to cross compile and run Go programs in the browser using WebAssembly.
| | blog.scottlogic.com
3.0 parsecs away

Travel
| | Have you ever wanted to write your own compiler? ... yes? ... of course you have! I've always wanted to have a go at writing a compiler, and with the recent release of WebAssembly, I had the perfect excuse to have a go.
| | wasmgroundup.com
2.2 parsecs away

Travel
| | Starting with a 192-byte one-liner that implements a Reverse Polish Notation arithmetic compiler, we'll work backward to transform it into readable JavaScript by removing one code golf trick at a time
| | mrcat.au
22.4 parsecs away

Travel
| I've started learning Zig, a new programming language in the same problem space as C, and it has some features I really like. While it's not memory-safe in the Rust way, it has a lot of compile time and runtime checks to prevent common footguns. It has packed structs and variable-width integers to allow for easy parsing of bitpacked binary formats. Its comptime metaprogramming capabilities are spectacular. And it even interoperates seamlessly with C!