I remember seeing a Python library that implemented a lot of Clojure standard library functions for working with generic collections. Does anyone know what it is?
i guess its https://github.com/tobgu/pyrsistent ?
and https://github.com/pytoolz/toolz ?
Ah, pytoolz was the one, thanks!