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
No comments:
Post a Comment