Ceylon
-
Ceylon 1.3.2 is now available
Ceylon 1.3.2 is a significant minor release of the Ceylon language, with over 100 issues closed. This release introduces Ceylon…
Read More » -
Ceylon 1.3.1 is now available
Ceylon 1.3.1 is a significant minor release of the Ceylon language, with over 140 issues closed. This is the first…
Read More » -
Ceylon 1.3.0 is now available
Ceylon 1.3.0 is a major release of the Ceylon language, with over 330 issues closed. This is the first release…
Read More » -
Ceylon: Ceylon Bootstrap
Ceylon 1.2.2 was released back in March, and at the time it shipped with a new feature that did not…
Read More » -
Status Report: Ceylon TypeScript Loader GSoC project
TL;DR: coming along, won’t be done in time for official GSoC deadline, I’ll just keep working. For this year’s Google…
Read More » -
Modularity Changes
TL;DR: This article describes the modularity changes in the Ceylon run-time and distribution, in order to make them lighter at…
Read More » -
Ceylon on Android
In my last post, I explained how you can use Ceylon in Apache Cordova to write applications for every mobile…
Read More » -
Ceylon on mobile devices
Ceylon already runs on the JVM, whether bare-bones, via JBoss Modules, Vert.x, Java EE Servlet containers such as WildFly, or…
Read More » -
Ceylon: Object construction and validation
When porting Java code to Ceylon, I sometimes run into Java classes where the constructor mixes validation with initialization. Let’s…
Read More »