Datalog Typechecker

made by vilterp, submitted by rachel
A datalog interpreter and UI in TypeScript!

Implementing a calculator parser in Rust

made by petermalmgren, submitted by nicholasbs
Building a simple calculator by writing a recursive descent parser in Rust.

Ergodicity, what's it mean

made by leonlinsx, submitted by sengming
My mind gets blown every time someone explains Ergodicity.

Twine App Builder

made by lazerwalker, submitted by rachel
Automatically generate standalone desktop builds for games built with tools like Twine, so you can easily distribute them on Steam or Itch!

Exponential Explorer

made by maryrosecook, submitted by Mai
A cool tool that lets you manipulate the starting amount, growth rate, and number of periods of a graphed exponential to visualize its properties.

Building LLVM in 90 seconds using Amazon Lambda

made by nelhage, submitted by Mai
A blog post about Llama, a tool that lets you offload computational work – including C and C++ builds – onto Amazon Lambda. You can try it out here: https://github.com/nelhage/llama.

Writing Pythonic Rust

made by cmyr, submitted by nicholasbs
A detailed walkthrough of the challenges of writing a Python library in Rust that feels truly Pythonic.

How to look at the stack with gdb

made by bork, submitted by nicholasbs
Exactly what it says on the tin: A clear guide to how you can use GDB to look at and understand a program's stack space.

Sally's Pasta Palace

made by sillyking, submitted by christalee
Parametric equations, pasta, and threejs! Shapes chosen by pairing with fellow Recursers! The best sort of communal whimsy.

Running bash commands with git alias

made by gnclmorais, submitted by nicholasbs
A quick tip for adding some very useful Git aliases!