Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

F# open source projects [closed]

Tags:

open-source

f#

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


Found another one:

Storm: a tool for testing web services


BistroFS - a web framework for F#


Frack -- Functional Rack -- is an implementation of OWIN (Open Web Interface for .NET), which has a similar intent as the Python WSGI and JSGI specifications. Frack is similar in implementation to Rack and Jack and owes a lot to those projects.

https://github.com/panesofglass/frank


Searching on google code I found:

  • a calculator
  • game dev tutorials
  • FsUnit (a specification framework)

FParsec - A Parser Combinator Library for F#