Bruijn is a programming language created in 2022 by Marvin Borner.
#1813on PLDB | 2Years Old |
git clone https://github.com/marvinborner/bruijn
Functional programming language based on pure de Bruijn indexed lambda calculus. Lambdas all the way down. No primitive functions.
pow [index (iterate (mul 0) (+1))]
…**… pow
:test ((+2) ** (+3) =? (+8)) (true)
Feature | Supported | Example | Token |
---|---|---|---|
Standard Library | ✓ |