]> xn--ix-yja.es Git - alex.git/commitdiff
Link " Technomancy in which there is no such thing as a functional programming langua...
authoralexpdp7 <alex@pdp7.net>
Mon, 23 Sep 2024 23:18:02 +0000 (01:18 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 23:18:02 +0000 (01:18 +0200)
programming/so_you_want_to_play_with_functional_programming.md

index 2f3f4253ba273783a80b5e671a8949e76d8cbf33..ecf2cce3afc6e28cf12e8f473c2d3b5606898f98 100644 (file)
@@ -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.