Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lambda-calculus

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?

Is it possible to showcase the different strategies of evaluation by modifying this simple reducer?

Can it be proved that call-by-need has the minimal asymptotic time complexity among all reduction strategies?

Simple lambda calculus DSL using GADTs in OCaml

ocaml dsl lambda-calculus gadt

Subtraction operation using only increment, loop, assign, zero

Why do java lambda expressions not introduce a new level of scope?

Practical application of SKI calculus and BCKW