Tuesday 16 September 2008

F# Download

I've just started using the F# programming language & I'm very impressed by it.

You can find out more here; F# can be downloaded from here; F# Manual can be seen here. The Wikipedia article can be seen here.

Once you've added the F# compiler (fsc.exe) to your PATH environment variable, you can compile like this.

fsc file.ml

If you want to compile a Windows Application just use the following...

fsc file.ml --target winexe
Bookmark and Share

No comments: