What type of lambda calculus would Lisp loosely be an example of?

Posted by Jason Baker on Stack Overflow See other posts from Stack Overflow or by Jason Baker
Published on 2010-05-01T15:04:42Z Indexed on 2010/05/01 15:07 UTC
Read the original article Hit count: 277

Filed under:
|
|

I'm trying to get a better grip on how types come into play in lambda calculus. Admittedly, a lot of the type theory stuff is over my head. Lisp is a dynamically typed language, would that roughly correspond to untyped lambda calculus? Or is there some kind of "dynamically typed lambda calculus" that I'm unaware of?

© Stack Overflow or respective owner

Related posts about lisp

Related posts about lambda-calculus