This post is part of my series comparing C++ to Rust, which I introduced with a discussion of C++ and Rust syntax. In this post, I discuss move semantics. This post is framed around the way moves are implemented in C++, and the fundamental problem with th... (more…)
Read more »
Hydro's low-level dataflow runtime. Contribute to hydro-project/hydroflow development by creating an account on GitHub. (more…)
Read more »
In 2008 I was getting paid to work on my creation, Apache CouchDB. IBM had hired me early that year to put it into the Apache Incubator and by then it was a top level project. I was living in Asheville NC with my wife and kids, in the house 23hrs a day wo... (more…)
Read more »
If you use Gtk in Rust, you probably will need to write custom
widgets. This document will show you how it is possible, and what
tasks you need to go through. (more…)
Read more »