jamie-blogs

the word “amateur” descends from Latin “amare,” meaning to love

alt. title: Forcefully Haskell-fying Rust, for Fun and Profit

Read more...

In the first part, we learned about the allocator api and how to use it. This will assume you've read that part, and build off of knowledge from it.

Read more...

For a language that touts its low level capabilities, rust has a very rich and complete standard library. In fact, you effectively never directly interact with the allocator, and its actually very discouraged.

Read more...