Name |
Ceylon Language Module |
||||||
---|---|---|---|---|---|---|---|
Category |
Distribution
The main system modules that make up the Ceylon distribution itself |
||||||
Backends | JVM JavaScript | ||||||
Maven coordinates | |||||||
Compatible Ceylon release |
JVM: 1.2.x, 1.3.x (latest) JavaScript: 1.2.0 (outdated) |
||||||
Published | Oct 28, 2015 | ||||||
Stats |
Downloads (JVM): 1260 Downloads (JS): 6897 Source downloads: 558 |
||||||
Authors |
Enrique Zamudio Gavin King Stephane Epardaud Tako Schotanus Tom Bentley |
||||||
License | http://www.apache.org/licenses/LICENSE-2.0.html | ||||||
Description |
The Ceylon language module containing the core definitions referred to by the language specification, along with some basic functionality of use to most programs:
This module defines an abstraction over the basic facilities of the Java or JavaScript virtual machine, containing only functionality that can be easily implemented on both platforms. Thus, certain functionality, for example, concurrency, for which there is no common virtual machine-agnostic model, is not covered by the language module. The language module is an implicit dependency of every other Ceylon module, and may not be explicitly imported. |
||||||
Dependencies |
|
||||||
Usage |
import ceylon.language "1.2.0"; |
||||||
Module links |
Members Imported By Home Code repository Issue tracker Browse Download .car Download .js Download source archive Download module documentation View API documentation |