Ceylon M1 "Newton" released

Posted by    |       Ceylon

The first release of the Ceylon command line tools is finally available!

Quoting from the release announcement:

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.

You can download it right here.

An official M1 release of the Ceylon IDE is on its way.

You can read more about the Ceylon programming language in the Quick Introduction.

Huge thanks to everyone who worked so hard to make this release happen.


Back to top