Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lambda-calculus

Checking understanding of: "Variable" v.s. "Value", and "function" vs "abstraction"

Is it possible to write a data structure or data structures that represent only closed terms in Haskell or any other language?

Y-combinator in D?

Pure Lambda Calculus - and function

Defining a stack data structure and its main operations in lambda calculus

Church Numerals: how to encode zero in lambda calculus?

How to compile Haskell into the untyped lambda calculus (or GHC core)?

interpret Parigot's lambda-mu calculus in Haskell

Haskell for Lambda Calculus, Type Inferencing

Is there any efficient way to convert an unary number to a binary number?

Church Numerals in haskell

haskell lambda-calculus

Is it possible to define Omega combinator (λx.xx) in modern Haskell?

haskell lambda-calculus

Lambda Calculus operators precedence

Can any function be reduced to a point-free form?

How would the Lambda Calculus add numbers?

What is the bottom type?

Strategy for desugaring Haskell

Looking for a Church-encoding (lambda calculus) to define < , > , !=

How to correctly curry a function in JavaScript?