Skip to content(if available)orjump to list(if available)

Many Factorials in Lambda Calculus

Many Factorials in Lambda Calculus

2 comments

·October 15, 2025

mpoteat

I like to refer to code that has been overly injected with syntactic sugar as "caramelized". We need more culinary metaphors for programming jargon!

mpoteat

@marvinborner

Is there any hope for a "hashlife" style cache for a TC language? My understanding is that hashlife exploits spatial locality / "causation speed" in GoL, which isn't available in LC because of beta reduction. Thoughts?