Red Hat Releases Ceylon Language 1.0.0
First time accepted submitter Gavin King writes with news that the Ceylon language hit 1.0 "Ceylon 1.0 is a modern, modular, statically typed programming language for the Java and JavaScript virtual machines. The language features, 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; and fully-reified generic types, on both the JVM and JavaScript virtual machines, and a unique typesafe metamodel. More information may be found in the feature list and quick introduction."
If you think Ceylon is cool, you might find Ur/Web interesting too.
One of the few languages in recent times with an interesting type system which isn't just a trivial rehash of existing (in practice) ones.
HAND.
Like that comma?
Confucius say, "Find worm in apple - bad. Find half a worm - worse."
Honestly, I'd be happy with just a C variant with built-in string support.
I read TFA and all I got was this lousy cookie
Reading the language description, I don't see anything notably distinct from Scala. If anything, Ceylon seems a bit clunkier. The one upside appears to be baked in translation into JS, but others have already provided a Scala -> JS parser.
Shouldn't it be Sri Lanak?
In the land of the blind, the one-eyed man is king.
I have no interest in a new language that has concurrency story at all.
Any new language needs to address the biggest development challenge of this time - coding for multiple cores.
...for Python.
I can continue to completely ignore the incredible, writhing mess that is java and its ecosystem.
Go ahead, mod me down, then go back to fighting with Java. I'll just continue being productive. :)
I've fallen off your lawn, and I can't get up.
D does!. But D also has so many neat features.
D is wonderful, and it can interop with C / C++ or write inline ASM for you micro-optimists out there.
People do not think in types.
Piaget would disagree with you.
http://en.wikipedia.org/wiki/Schema_(psychology)
(no sig)
There are too many programming languages.
Some people describe the recent increase in the number of languages as the Cambrian explosion, but what we need now is a mass extinction.
I am curious as to Red Hat's practical motivations for creating this language. Specifically, do they plan on integrating it in their existing business or projects in any way?
(no sig)
That example does not compile in Ceylon with a compile error that disproves your claim:
expression must be of boolean type: Integer is not assignable to Boolean
variable value x = 3;
if ( x = 4 ) {
}
if(x=true) ...
This is still bad.
Only once.
That's the point - you can never re-assign to a variable.
It felt like a kick in the monads.
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
Yet Another Brace Language
Pure practicality?
PHP didn't even start out as a programming language. Even now, you can happily look at it as a bunch of stuff that makes it easy for people make dynamic websites. It is clearly quite successful. It's successful because it was really good at doing the job it was, er, "designed" to do.
PHP, then, would fall neatly under the "successful languages" category.
Hate it all you want. Bitch and moan on Slashdot 'till your fingers bleed. It's not going away any time soon. There is no alternative that is even half as easy to set up and use. There is no suitable replacement. That "unusable" language just happens to be the best thing around.
I point out this obvious fact because it drives morons incapable of forming their own opinions crazy. With any luck, they'll stop polluting every programming related thread with their miserable whining.
Required reading for internet skeptics