/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

flameeyes.blog
| | jamesg.blog
14.8 parsecs away

Travel
| | Intended audience: You are likely to enjoy this post the most if you are interested in Linux and/or Linux manual pages, or if you enjoy reading about esoteric programming projects.
| | github.com
10.5 parsecs away

Travel
| | blag is a blog-aware, static site generator -- it uses Markdown and is written in Python. - venthur/blag
| | desmondrivet.com
14.6 parsecs away

Travel
| | As I've mentioned before, I've recently switched to pelican as my blogging engine. Pelican is a static site generator. This means that it generates...
| | coredumped.dev
104.2 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.