F# open source projects [closed]

I'm looking for some open source F# projects to learn from. Something not snippets but full projects that are good representatives of F# features (i.e. pattern matching, discriminated unions, etc).

My objective are mainly to see how all the features fit together, how the project is organized and how the problems are tackled from a functional perspective.


List of Open Source F# Projects (Compiled):

  • A Mathematical Application in F# that integrates Autocad via .NET
  • Game Development Tutorials
  • FsUnit
  • Storm (a tool for testing Web Services)
  • FParsec - F# Parser Combinator Library
  • DownloadStockPrices - Written in F#
  • Truskill - Xbox Live Player Rater (Written in F#)
  • F# Collective Intelligence Implementation
  • NDjango
  • BistroFS - F# web framework
  • VsVim - Vim Emulation for Visual Studio

FsCheck, a specification-based testing framework.

VCC, static analysis of C programs (by MS research)

VSLab, a mathematica/matlab like environment in visual studio