diff options
Diffstat (limited to 'languages/c/clojure/README.md')
-rw-r--r-- | languages/c/clojure/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/c/clojure/README.md b/languages/c/clojure/README.md index d84137b..cbeeb34 100644 --- a/languages/c/clojure/README.md +++ b/languages/c/clojure/README.md @@ -7,3 +7,5 @@ Sourced from: https://github.com/srodrigo/lambda-calculus-in-clojure Blog post by source author (Sergio Rodrigo): 1. [Booleans in Clojure](https://srodrigo.me/lambda-calculus-in-clojure-part-1/) 2. [Numerals in Clojure](https://srodrigo.me/lambda-calculus-in-clojure-part-2/) + +Blog post about [Y-Combinator in Clojure](https://blog.klipse.tech/lambda/2016/08/07/pure-y-combinator-clojure.html) by different author (Yehonathan Sharvit). |