Comment by antonvs
1 month ago
> This particular case is unique to Clojure, I believe.
It also works in pure lambda calculus (assuming you define a vector type). But in lambda calculus, literally every value is a function.
1 month ago
> This particular case is unique to Clojure, I believe.
It also works in pure lambda calculus (assuming you define a vector type). But in lambda calculus, literally every value is a function.
is pure lambda calculus something i can install and use to host a web server?
No reason why not, in principle. Using Church-encoded numerals and so on might be a little inefficient. Probably not as bad as Python though.