Ceylon 1.0.0 Released
Written by Alex Armstrong   
Monday, 18 November 2013

Ceylon is a modern, modular, statically typed programming language for the Java and JavaScript virtual machines. The first production release of the Ceylon language specification, compiler, and IDE are now available.

Ceylon is a language designed for writing large programs in teams. It is derived from C and was first announced to the world at QCon in Bejing in April 2011.

 

 

It originated as an open source language fostered by RedHat and reached the first of the five milestones it had to pass on its way to Version 1.0 in December 2011. Version 1.0 was released in September 2013 and now, less than two months later Ceylon 1.0.0 is officially available for download

According to the launch announcement by its creator, Gavin King, the release includes:

 

Ceylon has been designed to be highly understandable object-oriented language with static typing. It  features, again according to Gavin King's blog post, are:

 

  • an emphasis upon readability and a strong bias toward omission or elimination of potentially-harmful constructs

  • an extremely powerful type system combining subtype and parametric polymorphism with declaration-site variance, including first-class union and intersection types, and using principal types for local type inference and flow-dependent typing

  • a unique treatment of function and tuple types, enabling powerful abstractions

  • first-class constructs for defining modules and dependencies between modules

  • a very flexible syntax including comprehensions and support for expressing tree-like structures

  • fully-reified generic types, on both the JVM and JavaScript virtual machines, and a unique typesafe metamodel.

 

 

ceylon2

More Information

ceylon-lang.org

Download Ceylon

Ceylon 1.0.0 is now available (blog post)

Related Articles

Ceylon Achieves Milestone 1

Ceylon Language Website Launched

Ceylon - a new Java killer?

The Adventurous Developer’s Guide to JVM Languages

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Running PostgreSQL Inside Your Browser With PGLite
18/03/2024

Thanks to WebAssembly we can now enjoy PostgreSQL inside the browser so that we can build reactive, realtime, local-first apps directly on Postgres. PGLite is about to make this even easier.



Flox Releases Flox Hub
13/03/2024

Flox has announced that its Command Line Interface (CLI) and FloxHub are now generally available. The CLI is open source and FloxHub is free for anyone to use.


More News

 

Last Updated ( Monday, 18 November 2013 )