Explore >> Select a destination


You are here

hasenjudy.wordpress.com
| | zylinski.se
3.0 parsecs away

Travel
| | In my book Understanding the Odin Programming Language I wrote that "Odin incorporates some of my favorite C best practices, straight into the language". But I didn't really elaborate on the details. Let's do that here! This brings me to talking a bit about a previous job I had. Back in 2021 I worked at a place called Our Machinery. We were creating a whole game engine in plain C. We used a very comfortable and powerful way to program C.
| | ceronman.com
4.0 parsecs away

Travel
| | Last year I finally decided to learn some Rust. The official book by Steve Klabnik and Carol Nichols is excellent, but even after reading it and working on some small code exercises, I felt that I needed more to really understand the language. I wanted to work on a small project to get some hands-on...
| | blog.lohr.dev
2.8 parsecs away

Travel
| | A review by a Rust enthusiast
| | hashblog.thepolyglotprogrammer.com
16.1 parsecs away

Travel
| On this post I intend to walk down memory lane a bit to understand what exactly are Smart Pointers? Where do they come from? And of course, how do they work