Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lambda-calculus

Haskell Interpreter for System T Combinator Language

How to write an empty list using S, K and I combinators?

Java 8 and lambda calculus equivalent

How to implement a recursive function in lambda calculus using a subset of Clojure language?

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?