In Rust in 2023, @nrc floated an idea of a Rust compiler rewrite.
As my hobby is writing Rust compiler frontends (1, 2), I have some (but not very many) thoughts here!
The post consists of two parts, covering organizational and technical aspects. (more…)
Read more »
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. (more…)
Read more »
In Python there is a thing called a context manager. It looks like this: with open('file.txt') as f: # setup code runs here print f.read() # teardown code runs here do_other_thing(f) # error: f is not bound here Inside the indented block t... (more…)
Read more »
Pure rust implementation of OpenPGP. Contribute to rpgp/rpgp development by creating an account on GitHub. (more…)
Read more »
ScyllaDB engineers developed a shard-aware Rust driver during our internal hackathon. Find out its features and how fast it really is! (more…)
Read more »