Hacker News new | ask | show | jobs
by Koshkin 1598 days ago
Common Lisp, at least, is also (dynamically) typed.
1 comments

Common Lisp, however, has a "top type" T which is a supertype of all types. So one can manipulate lambdas themselves as if they're untyped.

Of course, I personally don't think programming in Lisp has much to do with wielding lambda calculus in any superlatively direct sense.