Explore >> Select a destination


You are here

ceronman.com
| | matklad.github.io
3.8 parsecs away

Travel
| | This post is a case study of writing a Rust application using only minimal, artificially constrained API (eg, no dynamic memory allocation).It assumes a fair bit of familiarity with the language.
| | hashblog.thepolyglotprogrammer.com
4.1 parsecs away

Travel
| | On this post I intend to walk down memory lane a bit to understand what exactly are Smart Pointers? Where do they come from? And of course, how do they work
| | coredumped.dev
2.4 parsecs away

Travel
| | Updated: 2023-01-06 About a year ago I was bitten by the PL bug. It started with reading Crafting Interpreters and discovering the wonders hidden under the hood of a compiler. I am also been a big fan of Emacs, and this started to get me interested in how its interpreter works. At the same time, I was reading the Rust book and trying to understand the concepts there. This all came to a head, and I decided to write an Emacs Lisp interpreter called rune in Rust.
| | www.oilshell.org
12.7 parsecs away

Travel
| [AI summary] The blog post discusses Pratt parsing algorithms, their evolution, and related tutorials across various programming languages, highlighting their applications and implementations.