This is the 1.3.4-SNAPSHOT "You'll Thank Me Later" release of the Ceylon command line tools. This is a production version of the platform.
Ceylon is a modern, modular, statically typed programming language for the Java and JavaScript virtual machines. The language features a flexible and very readable syntax, a unique and uncommonly elegant static type system, a powerful module architecture, and excellent tooling, including an awesome Eclipse-based IDE.
Ceylon enables the development of cross-platform modules which execute portably in both virtual machine environments. Alternatively, a Ceylon module may target one or the other platform, in which case it may interoperate with native code written for that platform.
Read more about Ceylon at http://ceylon-lang.org.
cmr
- Ceylon Module Resolver modulecommon
- Common code modulecompiler-java
- JVM compiler modulecompiler-js
- JS compiler moduledist
- Build files language
- Ceylon language modulemodel
- Type model moduleruntime
- Runtime moduletypechecker
- Typechecker modulelangtools-classfile
- Java tools classfile module forktool-provider
- Ceylon tool provider moduleLICENSE-ASL
- The Ceylon ASL licenseLICENSE-GPL-CP
- The Ceylon GPL/CP licenseLICENSE-LGPL
- The Ceylon LGPL licenseREADME.md
- This fileGo to the dist
folder and follow the instructions in the BUILD.md
file.
Source code is available from GitHub:
Bugs and suggestions may be reported in GitHub's issue tracker.
http://github.com/ceylon/ceylon/issues
Since Ceylon is running on the JVM it should work on every platform that supports a Java 7 or 8 compatible JVM. However we have tested the following platforms to make sure it works:
The Ceylon distribution is and contains work released
LICENSE-ASL
file
that accompanied this code, andLICENSE-GPL-CP
file that accompanied this code.This software uses a number of other works, the license terms of
which are documented in the NOTICE
file that accompanied this code.
The content of this code repository, available here on GitHub,
is released under the ASL v2.0 as provided in the LICENSE-ASL
file
that accompanied this code.
By submitting a "pull request" or otherwise contributing to this repository, you agree to license your contribution under the license mentioned above.
We're deeply indebted to the community volunteers who contributed a substantial part of the current Ceylon codebase, working often in their own spare time.
Ceylon is a project of the Eclipse Foundation.