From f070b8c429164d103529565330f6a7b42dcb7fc7 Mon Sep 17 00:00:00 2001 From: Paul Louth Date: Wed, 20 May 2015 16:37:31 +0100 Subject: [PATCH] Language-ext Adding Language-Ext to Libraries A popular library (nearly 600 followers) for abusing C# to make it easier to write in a functional style: https://github.com/louthy/language-ext --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 66bae74..2c8f4be 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -98,6 +98,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [HudlFfmpeg](https://github.com/hudl/HudlFfmpeg) - A/V transcoding framework that helps build complex FFmpeg commands. * [JSON.NET](https://github.com/JamesNK/Newtonsoft.Json) - Popular high-performance JSON framework for .NET * [Kentor.AuthServices](https://github.com/KentorIT/authservices) - A SAML2 Service Provider for .NET. + * [Language-ext](https://github.com/louthy/language-ext) - C# 6.0+ functional language extensions. Make C# more like F# and other functional languages * [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) * [Lucene.Net](https://github.com/apache/lucene.net) * [MahApps.Metro](https://github.com/MahApps/MahApps.Metro) - A toolkit for creating metro-style WPF applications.