Disclaimer: this post isn’t meant to be a part of Programming Languages holywar or to say that either of languages is better. My goal is to outline the good ... (more…)
Read more »
A practical introduction to async programming in Rust A practical introduction to async programming in Rust In this post we will explore a brief … (more…)
Read more »
Over the last few weeks I ported the libebur128 C library to Rust, both with a proper Rust API as well as a 100% compatible C API. (more…)
Read more »
I’ve been using Go for the past few weeks. It’s my first time using Go for a large(-ish), serious project. I’ve previously looked at Go a lot, and I’ve played with examples and toy programs when… (more…)
Read more »
Foreign Function Interfaces (FFI) are a core mechanism for enabling integration of new languages into existing codebases or building on existing libraries. That said, the term “FFI” is often overloaded in ways that may be unclear or ambiguous, and the are... (more…)
Read more »