Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies. Stable 0.2 release in early December 2019. https://vlang.io - vlang/v... (more…)
Read more »
One of my colleagues was experimenting with Rust. He started by writing a sudoku solver which he has already written in C before. Once he was completed writing it in Rust, he was very disappointed because Rust version was twice as fast than the C version ... (more…)
Read more »
I have been playing with Rust on a pet project and when I wanted to namespace my code I got stuck for a while trying to figure out how to… (more…)
Read more »
Higher kinded types is something which has been discussed a lot related to Rust in the past year,
both as a feature people want, but also as a feature people do not really know what to do with.
I am going to focus on the Monad trait in this post, since th... (more…)
Read more »
Mini lisp a like scheme in Rust. Contribute to hidekuno/rust-elisp development by creating an account on GitHub. (more…)
Read more »