Go specs implemented as a scripting language in Rust. - GitHub - oxfeeefeee/goscript: Go specs implemented as a scripting language in Rust. (more…)
Read more »
There are times when adopting a standard approach just isn’t good enough. This post is about making minimal changes for maximum effect… (more…)
Read more »
In the last post, I introduced the idea of linear
hashing. This post will describe a Rust implementation of the
algorithm. I won’t go through every last line of code, but hopefully
enough to give you a good understanding of how the whole thing
works. I sh... (more…)
Read more »
Singletons are generally not easy to implement safely in any programming language, especially in a multithreaded environment. However Rust’s emphasis on (possibly guaranteed) on memory and concurrency safety sprinkled with some additional language constr... (more…)
Read more »