We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4726558 commit f6466e7Copy full SHA for f6466e7
source-code/functional-programming/README.md
@@ -6,3 +6,5 @@ Some examples of a functional programming style in Python.
6
programming style in Python with examples.
7
1. `sieve_of_eratosthenes.ipynb`: a lazy implementation of the sieve of
8
Eratosthenes using generators.
9
+1. `persistent_lists.ipynb`: example of an implementation of a persistent
10
+ list, i.e., a purely functional data structure.
0 commit comments