πλλλννν Documentation
Last updated: September 2025
Getting Started
πλλλννν is a high-performance λ-calculus engine for the modern web. Start by installing the package via your package manager:
npm install @pllnnd/lambda
Next, import and run your first λ-expression!
Installation
We support multiple installation methods:
Package Manager
npm install --save-dev @pllnnd/engine
CDN
<script src="https://pllnnd.org/lambda.min.js"></script>
API Reference
λ()
Creates a new λ-expression
λ(expression, variables)
.reduce()
Performs β-reduction
expression.reduce(steps)