F Sharp Decompiled. See what your F Sharp code looks like translated into everyday C Sharp.

github.com/swlaschin/fsharp-decompiled

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2015
  • Tweaked C# version of PatternMatchingExamples
  • Added pattern matching examples
  • More R# tweaks
  • Added [<NoComparisonAttribute>] to F# code so that C# would no longer…
  • Tweaked C# code to make more idiomatic. Also ran through R#.
  • Tided up GetHashCode for enums
  • Tidied up the C# code to look more hand-crafted. Removed duplicate co…
  • Added type to ModuleExample.fs
  • Initial commit