https://github.com/oschulz/functionchains.jl
Function chains in Julia
https://github.com/oschulz/functionchains.jl
Last synced: 6 months ago
JSON representation
Function chains in Julia
- Host: GitHub
- URL: https://github.com/oschulz/functionchains.jl
- Owner: oschulz
- License: other
- Created: 2022-06-22T21:49:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T21:47:34.000Z (over 1 year ago)
- Last Synced: 2025-03-10T22:43:37.943Z (over 1 year ago)
- Language: Julia
- Homepage:
- Size: 406 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FunctionChains.jl
[](https://oschulz.github.io/FunctionChains.jl/stable)
[](https://oschulz.github.io/FunctionChains.jl/dev)
[](LICENSE.md)
[](https://github.com/oschulz/FunctionChains.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/oschulz/FunctionChains.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
## Documentation
* [Documentation for stable version](https://oschulz.github.io/FunctionChains.jl/stable)
* [Documentation for development version](https://oschulz.github.io/FunctionChains.jl/dev)
FunctionChains.jl is a Julia package that implements chained/composed
functions with functionality beyond `Base.ComposedFunction`. The package also
provides other ways of combining functions, like Cartesian products of
functions. See the documentation for details.