Ceylon M1 发布
?
之前 JBoss.org 一系列的文章介绍 Gavin King 的新作品 Ceylon,一直是只见雷声不见下雨。
?
现在终于看到第一个Milestone了。
?
官方发布公告:
Today, we're proud to announce the release of Ceylon M1 "Newton". This is the first official release of the Ceylon command line compiler, documentation compiler, language module, and runtime, and a major step down the roadmap toward Ceylon 1.0. ...
In terms of the language itself, M1 has essentially all the features of Java except enumerated types, user-defined annotations, and reflection. It even incorporates a number of improvements over Java ...
The toolset and runtime for Ceylon is based around .car module archives and module repositories. The runtime supports a modular, peer-to-peer class loading architecture, with full support for module versioning and multiple repositories.
下载: download it?
开发工具:?Ceylon IDE
Ceylon 语言介绍: Quick Introduction?
?