Explore >> Select a destination


You are here

ciesie.com
| | arne.me
7.8 parsecs away

Travel
| | Part 1 of writing an SDK for Axiom using the Zig programming language.
| | zylinski.se
9.6 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.
| | blog.orhun.dev
5.7 parsecs away

Travel
| | FOSS ? Linux ? Programming
| | blog.asleson.org
57.9 parsecs away

Travel
| The ability to write a C shared library in rust has been around for some time and there is quite a bit of information about the subject available. Some examples: Exposing C and Rust APIs: some thoughts from librsvg Creating C/C++ APIs in Rust (site removed?) Rust Out Your C by Carol (Nichols || Goulding) (youtube video) Exporting a GObject C API from Rust code and using it from C, Python, JavaScript and others Rust Once, Run Everywhere All this information is great, but what I was looking for was a simpl...