有Dart VM可用吗? [英] Is there Dart VM available?

查看:637
本文介绍了有Dart VM可用吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

只是看到Google宣布早期预览新的网络编程语言Dart的消息。 dartlang.org 上的文档说明:

Just read news that Google had announced an early preview of the new web programming language Dart. The documentation on the dartlang.org states:


您可以通过以下几种方式运行Dart代码:

You will be able to run Dart code in several ways:


  • 将Dart代码翻译成可在任何现代浏览器中运行的JavaScript:
    Chrome,Safari 5+和Firefox 4+(更多浏览器支持即将推出
    )。

  • Translate Dart code to JavaScript that can run in any modern browser: Chrome, Safari 5+, and Firefox 4+ (more browser support coming shortly).

在服务器端直接在VM中执行Dart代码

Execute Dart code directly in a VM on the server side

在任何浏览器窗口中写入,修改和执行小型Dart程序

Use Dartboard to write, modify, and execute small Dart programs within any browser window



<我很好奇,是否已经有VM可以运行Dart代码?

And I'm curious is there already VM available to run Dart code? Can't find it anyway, maybe it is available through some beta program?

推荐答案

Dart VM的预构建二进制文件可在 Dart SDK 中找到。或者,您可以检查源到整个Dart项目,其中包括VM。

A pre-built binary of the Dart VM is available in the Dart SDK. Alternatively, you can checkout the source to the whole Dart project, which includes the VM.

这篇关于有Dart VM可用吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆