Starting with a Lexer - in Rust March 21, 2021 • pl rust monkey-rust Building a lexer in Rust, following the book 'Writing an Interpreter'
Merge Sort in Rust November 2, 2020 • algorithms-part-1 merge-sort rust algorithm Implementing merge sort in Rust
Venturing into Rust Land 🤺 March 10, 2020 • rust learning programming-language Rust is a compiled, type-strict, performant language that is aimed to build fail-safe applications. After my failed attempt at learning C++, I decided to try Rust this weekend