[4105] in Software_Announce
Dart on Athena updated to 1.7.2
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Wed Dec 3 13:49:37 2014
From: Alex T Prengel <alexp@mit.edu>
To: software-announce@mit.edu
Cc: cfyi@mit.edu, alexp@mit.edu
Date: Wed, 03 Dec 2014 13:49:28 -0500
I've updated the Dart programming language on Athena to 1.7.2.To run it,
type
add dart-lang
followed by one of the relevant launch commands; see
http://ist.mit.edu/node/1403#Dart for details.
From my message to users:
Dart has been updated to 1.7.2 and this release has been made the
default. To run the prior 1.5.1 release for a limited time:
add dart-lang
dart -ver 1.5.1 file.dart (to run code in file.dart)
DartEditor -ver 1.5.1 (to run Dart editor)
(add "-ver 1.5.1" command-line option for other Dart commands)
Alex