Who decided to call it Lambda Calculus instead of Separation of Church and the State?
#clojure
This profile might be incomplete.
Open on mastodon.online Rahul Dé 🏳️🌈 😎GitHub:
Twitter:
Pronouns:
Yes
Personal infoAbout:
Wall 2 posts
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! 🤣