Functional.jl

A simple Julia library to boost your functional code

MIT License

Stars
1

Functional.jl

License Tests Coverage Docs
License: MIT Tests codecov Docs

Functional.jl is simple library that allows you to use your functional programming skills in Julia with a dedicated set of functions

Documentation

You can find APIs Reference, Tutorials and more in the Official Website (Coming soon)

Installation

julia> import Pkg
julia> Pkg.add("Functional")

or

pkg (1.4)> add Functional

Suggested use


import Functional
const F = Functional

# Then you can use every function you like!
[1,2,3] |> F.map(x -> x + 1)

Contributing

Feel free to open issues, create pull requests or fork this project!