/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

without.boats
| | blog.typingtheory.com
2.0 parsecs away

Travel
| | I'm excited to announce shredder, a library for Rust that provides a garbage collected smart pointer, Gc. This smart pointer is useful in the same sorts of situations as Rc, but can handle reference cycles. It's available on crates.io and Github. Here's how you could use it: use std:
| | manishearth.github.io
3.1 parsecs away

Travel
| | I've been thinking about garbage collection in Rust for a long time, ever since I started working on Servo's JS layer. I've designed a GC library, ...
| | coredumped.dev
1.9 parsecs away

Travel
| | In my last post I introduced an Emacs Lisp VM I was writing in Rust. My stated goal at the time was to complete a garbage collector. I think Rust has some really interesting properties that will make building garbage collectors easier and safer. Many of the techniques used in my GC are not original and have been developed by other Rustaceans in previous projects. Updated: 2022-09-06 Why use garbage collection?
| | nodogmablog.bryanhogan.net
15.1 parsecs away

Travel
| I have been using Visual Studio Code in Ubuntu Linux for a while, but it was not an easy process to get it working the first time. I just got around to installing .