Skip to main content
removed tag from title
Link
Malachi
  • 29.1k
  • 11
  • 87
  • 188

Functional Programming Library in C#

Correct capitalization for book title
Source Link
user34073
user34073

I have started putting together a functional programming library in C# which is somewhat inspired by scalaz and the book functional programmingFunctional Programming in Scala.

Please understand this is implemented in C# and .NET, which does not support typeclasses and Higher Kindedness.

I have started putting together a functional programming library in C# which is somewhat inspired by scalaz and the book functional programming in Scala.

Please understand this is implemented in C# and .NET which does not support typeclasses and Higher Kindedness.

I have started putting together a functional programming library in C# which is somewhat inspired by scalaz and the book Functional Programming in Scala.

Please understand this is implemented in C# and .NET, which does not support typeclasses and Higher Kindedness.

added 17 characters in body
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

I have started putting together a functional programming library in C# which is somewhat inspired by scalaz and the book functional programming in scalaScala.

Here is an example demo of what I have been able to create so far with what has been developed.

https://github.com/loosechainsaw/Sharper/blob/master/src/Sharper.Tests/OptionIODemoTests.csHere is an example demo of what I have been able to create so far with what has been developed.

The main projects site is https://github.com/loosechainsaw/Sharperhere

Blair.

I have started putting together a functional programming library in C# which is somewhat inspired by scalaz and the book functional programming in scala.

Here is an example demo of what I have been able to create so far with what has been developed.

https://github.com/loosechainsaw/Sharper/blob/master/src/Sharper.Tests/OptionIODemoTests.cs

The main projects site is https://github.com/loosechainsaw/Sharper

Blair.

I have started putting together a functional programming library in C# which is somewhat inspired by scalaz and the book functional programming in Scala.

Here is an example demo of what I have been able to create so far with what has been developed.

The main projects site is here.

Tweeted twitter.com/#!/StackCodeReview/status/613007584434483200
added 4502 characters in body
Source Link
Loading
Source Link
Loading