Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lambdapi/README.md

Deno TypeScript implementation of LambdaPi interpreter from "A Tutorial Implementation of a Dependently Typed Lambda Calculus" https://www.andres-loeh.de/LambdaPi/
Latest
File

lambdapi

Deno TypeScript implementation of LambdaPi interpreter from “A Tutorial Implementation of a Dependently Typed Lambda Calculus” https://www.andres-loeh.de/LambdaPi/

Run simply typed lambda calculus interpreter with:

deno run src/lambda/main.ts

Run LambdaPi interpreter with:

denu run src/lambdapi/main.ts