You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/readings.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ Python clearly wants to be an impure-FP language. A decorator with arguments *is
245
245
-[pyrsistent: Persistent/Immutable/Functional data structures for Python](https://github.com/tobgu/pyrsistent)
246
246
247
247
-[pampy: Pattern matching for Python](https://github.com/santinic/pampy) (pure Python, no AST transforms!)
248
-
- Note that Python got [native support for pattern matching in 3.10](https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching) using the `match`/`case`statement.
248
+
- Note that Python got [native support for pattern matching in 3.10](https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching) using the `match`/`case`construct.
249
249
250
250
-[List of languages that compile to Python](https://github.com/vindarel/languages-that-compile-to-python) including Hy, a Lisp (in the [Lisp-2](https://en.wikipedia.org/wiki/Lisp-1_vs._Lisp-2) family) that can use Python libraries.
0 commit comments