ceylon
Sort by:Popular

Ceylon Language
Last Release on Aug 21, 2017
Library providing general-purpose mutable lists, sets, and maps. The following interfaces define abstract mutable collection types: - [[MutableList]] is a mutable [[List]], - [[MutableSet]] is a mutable [[Set]], and - [[MutableMap]] is a mutable ...
Last Release on Feb 13, 2021
The Ceylon language module containing the core definitions referred to by the [language specification][spec], along with some basic functionality of use to most programs: - The [[root package|package ceylon.language]] defines general-purpose ...
Last Release on Feb 13, 2021

Ceylon Collection
Last Release on Aug 21, 2017
A set of adaptors for types belonging to the Java language or Java SDK. Includes: - a set of functions for instantiating Java array types given a stream of values, for example, [[createJavaIntArray]], [[createJavaFloatArray]], ...
Last Release on Feb 13, 2021
Ceylon Interop Java
Last Release on Aug 21, 2017
Ceylon JSON
Last Release on Aug 21, 2017
RedHat Ceylon Common
Last Release on Aug 21, 2017
Contains everything required to parse and serialise JSON data. Sample usage for parsing and accessing JSON: import ceylon.json { parse, Object = Object } String getAuthor(String json){ value parsedJson = parse(json); ...
Last Release on Feb 13, 2021
API for accessing hierarchical file systems. Clients use [[Path]]s to obtain [[Resource]]s representing files or directories.
Last Release on Feb 13, 2021