Rust is the language of choice for those looking for high performance, memory safety and all the tools needed to write error free code with ease. In this tut... (more…)
Read more »
I used to think that macros were just a feature that a language
included or lacked. In practice, there’s a huge design space of how
macro systems can be implemented. (more…)
Read more »
This is a space where I express my thoughts and opinions on mostly technical things - sidkshatriya/me... (more…)
Read more »
In December 2021, we opened an issue to solicit feedback regarding the porting of the YJIT codebase from C99 to Rust. There were some reservations, but this project was given the go ahead by Ruby c... (more…)
Read more »
I've recently been writing a bit of parsing code in Rust, and I've been jumping back and forth between a few different parsing libraries - they all have different advantages and disadvantages, so I wanted to write up some notes here to help folks who are ... (more…)
Read more »