F#

This is the archived website of SI 413 from the Fall 2012 semester. Feel free to browse around; you may also find more recent offerings at my teaching page.

F# is a functional programming language built on top of Microsoft's .NET framework. It was develiped by Microsoft in the last few years. The idea is similar to that of Clojure: making a functional language more widely-available, faster, and useful by having it depend on a pre-existing system.

Useful Links

How I will run your code

Details are still in the works...