Search found 1 match
- Sun Aug 03, 2025 12:48 pm
- Forum: Logic and Philosophy of Mathematics
- Topic: Who knows lambda calculus?
- Replies: 42
- Views: 8866
Re: Who knows lambda calculus?
I am trying to validate the simplest possibly notion of a formal system as relations between finite strings. I know that Lambda Calculus has the expressive power of a Turing Machine: <λexp> ::= < var > | λ . <λexp> | ( <λexp> <λexp> ) I was thinking that it might be possible so somehow convert the ...