threading

Same Threading Syntax but Less Allocation

4 minute read Published: 2026-05-24

This is a small braindump on why you might want to use ebb/threading as a drop-in replacement for threading-lib. Same familiar ~> shape, but with ebb/forms it can avoid some intermediate list allocation.

Threading and Function Composition

4 minute read Published: 2025-01-15

One of the features I started using extensively this year is a threading macro. Also, I wanted to give an honorable mention to some higher-order functions we have out of the box from Racket.