Skip to content

hcerim/Funk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Build Tests

Funk -> Functional C#

Funk implements many concepts from the functional programming paradigm to reduce code size and most importantly help developers write honest bug-free code.

Installation

Funk is available as a NuGet package.

You can install it through Package Manager:

Install-Package Funk -Version 1.1.3

Or through .NET CLI:

dotnet add package Funk --version 1.1.3

Or add it directly in package references:

<PackageReference Include="Funk" Version="1.1.3" />