Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : funship

A library that adds functional style lists and functions to C#. Create a functional list using var list = fist(1, 2, 3, 4), and then use the library of standard map(), reduce(), etc functions to work with it. It also deconstructs to a ValueTuple such that C# 8 switch statements ca pattern match using (var head, Fist tail). Create a functional function using var f = funf((x, y) => x + y) and then call it using call(f, 1, 2), which would be 3 in this case. You can also compose multiple functions in a call like call(f, 1, f, 2, 3), which would first call the rightmost f with 2 and 3 to get 5 and then would send 1 and the resulting 5 to the first f to get 6. Full XML Documentation provides interactive help if your IDE of choice supports it. Also see full documentation on the project page.

Registry - Homepage - JSON
purl: pkg:nuget/funship
Keywords: funship, functional-programming, fp, functional-list, head-tail-list, curry, partially-call-function
License: Apache-2.0
Latest release: over 4 years ago
First release: over 124 years ago
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 8 days ago

    Loading...
    Readme
    Loading...