[2143] in Software_Announce

home help back first fref pref prev next nref lref last post

F# installed on Athena Linux machines

daemon@ATHENA.MIT.EDU (Alex T Prengel)
Mon Sep 25 13:51:24 2006

To: software-announce@MIT.EDU
cc: alexp@MIT.EDU, cfyi@MIT.EDU, facdev@MIT.EDU
Date: Mon, 25 Sep 2006 13:51:18 -0400
From: Alex T Prengel <alexp@MIT.EDU>


I've installed F# on Athena for Linux machines. F# is a new
programming language from Microsoft Research for the mono/.NET
environment. It is an object-oriented, functional language that
is strongly related to the OCaml dialect of ML. 

The locker it's installed in also contains a recent release of mono/C#
which is required to use it. The mono installation is minimal, and
doesn't include most of the the many tools and utilities mono usually
comes with; however the C# compiler mcs is available.

Basic usage instructions:

	add fsharp
	fsc <options> file.fs (to compile F# source file file.fs to file.exe)
	mono file.exe (to run executable)

	add fsharp
	fsi (to run interactive interpreter)

Please read files README.running-examples and README.athena in the
fsharp_v1.1.12 locker for more details and pointers to documentation.

                                               Alex



home help back first fref pref prev next nref lref last post