/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

nullderef.com
| | dehora.net
3.2 parsecs away

Travel
| | Back in 2013, I started a series of posts on programming languages I found interesting. One of the languages I wanted to write about at that time was Rust. As often happens, life got in the way, and it's only now that I'm coming round to a long overdue post. This is one of a series of posts on programming languages and you can read more about thathere.
| | github.com
3.0 parsecs away

Travel
| | Compile-time reflection API for developing robust procedural macros (proof of concept) - 8BitMate/reflect
| | samthursfield.wordpress.com
3.0 parsecs away

Travel
| | This is another month where too many different things happened to stick them all in one post together. So here's a ramble on Rust, and there's more to come in a follow up post. I first started learning Rust in late 2020. It took 3 attempts before I could start to make functional commandline apps,...
| | manishearth.github.io
25.0 parsecs away

Travel
| The Rust community lately has been focusing a lot on "async I/O" through the tokio project. This is pretty great! But for many in the community who ...