sfermigier / awesome-functional-python

A curated list of awesome things related to functional programming in Python.
2.31k stars 136 forks source link

Update README.md to include slist #33

Closed thejaminator closed 1 year ago

thejaminator commented 1 year ago

Hi @sfermigier Could i add in my library https://github.com/thejaminator/slist? It is a library that I have been developing for over a year. Where we implemented a large number of typesafe methods to the standard python list. So that my colleagues can have their mutable lists that they are comfortable with, but we all have better typesafety :)