Well, at least, the NLL borrow checker finally got fully enabled by default - but that’s not as catchy of a title, is it? (more…)
Read more »
Datalog compiler in Rust as a procedural macro. Contribute to ekzhang/crepe development by creating an account on GitHub. (more…)
Read more »
Wolfram Language / Mathematica reimplementation in Rust (Wolfram oxidized) - ad-si/Woxi... (more…)
Read more »
I know it's been a while since I've put out a post and mostly because I'm trying to learn amazing things and get my hands dirty, trying to build solutions that actually make sense. One such pet-project has been Rust, probably the fastest growing systems l... (more…)
Read more »
To write a fast port scanner, a programming language requires:
A Good I/O model, not to eat all the resources of the system. High-level abstractions and a good packaging system to isolate low-level code and reuse it easily. To be type and memory safe, be... (more…)
Read more »