[3962] in Software_Announce

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

Rust language compiler installed on Athena

daemon@ATHENA.MIT.EDU (Alex T Prengel)
Wed Apr 24 19:10:17 2013

From: Alex T Prengel <alexp@MIT.EDU>
To: software-announce@mit.edu
Cc: alexp@mit.edu, cfyi@mit.edu
Date: Wed, 24 Apr 2013 19:10:01 -0400

I've installed a compiler for the Rust programming language on Athena.
Rust is a curly-brace, block-structured expression language. It visually
resembles the C language family, but differs significantly in syntactic
and semantic details. Its design is oriented toward concerns of
“programming in the large”, that is, of creating and maintaining
boundaries – both abstract and operational – that preserve large-system
integrity, availability and concurrency.

To compile a Rust source file sample.rs to an executable file sample:

	add rust-lang
	rustc sample.rs

A manual is at 

http://web.mit.edu/rust-lang_v0.6/rust.pdf. 

Additional information is at 

http://web.mit.edu/rust-lang_v0.6/README.athena

                                                  Alex



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