You are here |
josephg.com | ||
| | | |
borretti.me
|
|
| | | | Reflections on using Rust professionally for two years. | |
| | | |
groveronline.com
|
|
| | | | I think Rust is extremely well-suited for low level Linux systems userspace programming -- daemons, services, command-line tools, that sort of thing. Low-level userspace code on Linux is almost universally written in C -- until one gets to a certain point where it's acceptable for Python to be used. Undoubtedly this springs from Linux's GNU... | |
| | | |
erik.doernenburg.com
|
|
| | | | At work I'm seeing more and more embedded software; over the past few years in, among others, coffee machines, forklifts, and cars. Embedded software needs... | |
| | | |
zylinski.se
|
|
| | 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. |