文件名称:Lazy.jl:我本来要维持这个包裹,但是后来我变得很高了
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-17 12:18:48
Julia
懒人 Pkg . add ( " Lazy " ) Lazy.jl为Julia提供了函数式编程的基石-延迟评估的列表以及用于处理它们的大型函数库。 它也是一些整洁的宏的存储库,即使您不需要惰性列表(请参阅下文),也可能对您有用。 首先,Julia中的典型示例: using Lazy # Note : prepends. Don't forget the semicolon! # -- When running interactively, the semi-colon prevents the environment # from trying to display an infinite list. # Fibonacci sequence defined in terms of itself: fibs = @lazy 0 : 1 : (fibs + drop
【文件预览】:
Lazy.jl-master
----.github()
--------workflows()
----src()
--------collections.jl(990B)
--------macros.jl(8KB)
--------liblazy.jl(6KB)
--------tail.jl(3KB)
--------Lazy.jl(3KB)
--------dynamic.jl(2KB)
----Project.toml(275B)
----.travis.yml(426B)
----test()
--------runtests.jl(4KB)
----LICENSE.md(1KB)
----README.md(5KB)