This post is a case study of writing a Rust application using only minimal, artificially constrained API (eg, no dynamic memory allocation). It assumes a fair bit of familiarity with the language.| matklad.github.io
This article describes how to transpile Objective-C to C++, and use that approach to gain understanding of the Objective-C runtime| Juan Cruz Viotti
A deep dive into Clojure's sequence API and what it takes for a native Clojure dialect to compete, in performance, with the JVM.| jank-lang.org