From: alexpdp7 Date: Mon, 23 Sep 2024 23:18:02 +0000 (+0200) Subject: Link " Technomancy in which there is no such thing as a functional programming langua... X-Git-Tag: 20241020-emacs~58 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=9d67a7deb87b75b796939755cf882651d16919d5;p=alex.git Link " Technomancy in which there is no such thing as a functional programming language" (#148) --- diff --git a/programming/so_you_want_to_play_with_functional_programming.md b/programming/so_you_want_to_play_with_functional_programming.md index 2f3f425..ecf2cce 100644 --- a/programming/so_you_want_to_play_with_functional_programming.md +++ b/programming/so_you_want_to_play_with_functional_programming.md @@ -15,6 +15,13 @@ Particularly, I am not an expert in this topic: * I have applied some functional programming techniques while being paid to write in non-functional programming languages. * However, I have never been paid to write in any of those languages. +Shortly after writing this, I was shown: + +https://technomancy.us/194 + +I agree with most of that the article explains. +I might extend this article with some similar ideas, but for the moment, I recommend reading that carefully before reading the rest of this article. + ## The basics of functional programming [The Wikipedia article on functional programming](https://en.wikipedia.org/wiki/Functional_programming) is a great place to get started.