An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# FunctionChains.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/FunctionChains.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/FunctionChains.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/oschulz/FunctionChains.jl/workflows/CI/badge.svg?branch=main)](https://github.com/oschulz/FunctionChains.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/oschulz/FunctionChains.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/oschulz/FunctionChains.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](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.