clj :(类似于Clojure的)Python中的惰性迭代器 源码
j clj是在Python中与延迟迭代器一起使用的函数的集合。 当您做过多的Clojure并回到Python时,这是一个模块,他们想知道这些distinct , drop-while , cycle , first等在哪里。 安装 pip install clj 用法 例 ; ; Clojure ( println ( count ( distinct ( filter even? ( map inc coll))))) # Python from clj import count , distinct , filter , inc , map even = lambda e : ~ e
文件列表
clj-main.zip
(预估有个15文件)
clj-main
MANIFEST.in
89B
.travis.yml
118B
.github
workflows
python.yml
638B
clj
fns.py
2KB
seqs.py
16KB
__init__.py
610B
暂无评论