2011年10月20日 星期四

Precompiled Dart VM

想學Google Dart Language又沒有時間編譯Dart VM(虛擬機器)的網友,Jimmy's papa告訴大家有個好消息,DARTForce這個網站提供現成的VM供Dart學習者使用,底下有相關檔案連結可供下載

已編譯的DART VM for Linux
http://www.dartforce.com/static/software/dart_bin.tgz
已編譯的DART VM for Windows
http://www.dartforce.com/static/software/dart_bin.exe
範例下載
http://www.dartforce.com/static/software/samples.tgz


在Linux,執行Dart程式的指令如下

 ./dart_bin "your_dart_script_filename"

可試試將下列程式碼,存至hello.dart
main() 
{ print('Hello, Dart!'); }
然後啟動Dart VM執行
./dart_bin hello.dart

沒有留言:

張貼留言