Who decided to call it Lambda Calculus instead of Separation of Church and the State?
#clojure
2 posts total
Who decided to call it Lambda Calculus instead of Separation of Church and the State? A functioning #clojure REPL in a toot: (defmacro _loop [& body] `(while true ~@body)) (-> (read) (eval) (println) (_loop)) |
@lispyclouds brilliant! 🤣