other-languages

Joe 2022-01-07T15:18:14.001900Z

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?

lispyclouds 2022-01-07T15:19:31.002Z

i guess its https://github.com/tobgu/pyrsistent ?

lispyclouds 2022-01-07T15:20:50.002300Z

and https://github.com/pytoolz/toolz ?

Joe 2022-01-07T15:21:42.003Z

Ah, pytoolz was the one, thanks!