Hacker News new | ask | show | jobs
by tromp 1418 days ago
> lambda all the way down (except of course for lists and atoms)

List and atoms can be defined in terms of lambdas as well (see e.g. [1]).

You don't need any special forms at all. Perhaps we should talk about Lambda Enlightenment?

[1] https://www.ioccc.org/2012/tromp/hint.html

1 comments

Loved reading this. Thank you.