Skip to content

Commit 6a899d9

Browse files
committed
Merge branch 'development' of github.com:gjbex/Python-software-engineering into development
2 parents a7f85db + f6466e7 commit 6a899d9

File tree

2 files changed

+2130
-0
lines changed

2 files changed

+2130
-0
lines changed

source-code/functional-programming/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ Some examples of a functional programming style in Python.
66
programming style in Python with examples.
77
1. `sieve_of_eratosthenes.ipynb`: a lazy implementation of the sieve of
88
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

Comments
 (0)