Ceylon
-
Constructors in Ceylon
Since the earliest versions of Ceylon, we’ve supported a streamlined syntax for class initialization where the parameters of a class…
Read More » -
Programming with type functions in Ceylon
I’ve recently been working on some experimental new features of Ceylon’s already extremely powerful type system. What I’m going to…
Read More » -
Unique approach to observer/observable pattern in Ceylon
The essence of the famous observer/observable pattern is that you have an observable object that produces events of various kinds,…
Read More » -
Tuple and entry destructuring
The next release of Ceylon features an interesting range of new language features, including constructors, if and switch expression, let…
Read More » -
Useless lying version ranges
A frequent request from the Ceylon community is support for version ranges in expressing module dependencies. There’s no doubt that…
Read More » -
Ceylon: Ceylon command-line plugins
With Ceylon we try our best to make every developer’s life easier. We do this with a great language, a…
Read More » -
Ceylon: Planning the future of Ceylon 1.x
With the release of Ceylon 1.1, we’ve reached a point where we need to do some serious thinking about what…
Read More » -
Typesafe APIs for the browser
A new feature in Ceylon 1.1, that I’ve not blogged about before, is dynamic interfaces. This was something that Enrique…
Read More » -
Write in Ceylon, Deploy as OSGI, use in JEE
… or how to use Ceylon inside Java EE application servers. The Ceylon language is inherently modular, and is shipped…
Read More »