[4031] in Software_Announce
Dart programming language on Athena updated to 1.1.1
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Wed Feb 26 19:02:05 2014
From: Alex T Prengel <alexp@MIT.EDU>
To: software-announce@mit.edu
Cc: alexp@mit.edu, cfyi@mit.edu
Date: Wed, 26 Feb 2014 19:01:51 -0500
I've updated the Dart programming language on Athena to 1.1.1. To run
it:
add dart
dart file.dart (to run code in file.dart)
DartEditor (to run Dart editor)
Additional information and links to documentation are at
http://web.mit.edu/dart-lang_v1.1.1/README.athena
>From my message to users:
Dart has been updated to 1.1.1 and this release has been made the
default. To run the prior 0.8.7.0 release for a limited time:
add dart
dart -ver 0870 file.dart (to run code in file.dart)
DartEditor -ver 0870 (to run Dart editor)
(add "-ver 0870" command-line option for other Dart commands)
Alex