Analytics

Monday, April 11, 2011

Gavin King unveils Red Hat's Java killer successor: The Ceylon Project

Gavin King of Red Hat/Hibernate/Seam fame recently unveiled the top secret project that he has been working on over the past two years, a new language and SDK designed to replace Java in the enterprise. The project came out of hiding without much fanfare or publicity at QCon Beijing in a keynote titled "The Ceylon Project - the next generation of Java language?". It took a fair amount of Google translate for me to get to the relevant slide decks, (Embedded below) but once I found them, the information was all there in plain English.

According to the slides, the Ceylon Project aims to create a programming language and SDK for business computing, designed with an eye to the successes and failures of the Java. It is built to run on the JVM, uses static typing, and supports high-order functions, while maintaining a strong focus on being easy learn and easy to read.

If you ask, me it sounds like just what the doctor ordered. Java is great, it is an extremely popular, open(ish), robust, readable language that as a ton of superb libraries. However it is burdened by its legacy and cant seem to evolve enough to match the levels productivity and fun seen in more recently developed languages like Groovy, Python and C#, with C# being the most apropos comparison due to its statics typing and enterprise focus.

I've been eagerly waiting on the tech media to devour the details of this controversial effort and spew forth a riveting combination of analysis and hypothesis. Up till now, there has been nothing but crickets chirping so I figured I'd get the ball rolling with a layman's blog post.

 

What I like

  1. The overall vision: learn from Java's mistakes, keep the good, ditch the bad
  2. The focus on readability and ease of learning/use
  3. Static Typing (find errors at compile time, not run time)
  4. No “special” types, everything is an object
  5. Named and Optional parameters (C# 4.0)
  6. Nullable types (C# 2.0)
  7. No need for explicit getter/setters until you are ready for them (C# 3.0)
  8. Type inference via the "local" keyword (C# 3.0 "var")
  9. Sequences (arrays) and their accompanying syntactic sugariness (C# 3.0)
  10. Straight-forward implementation of higher-order functions

Things that may grow on me

  1. The new assignment operator ":="
  2. The new string interpolation syntax
  3. The new types: Natural, Numeric, etc
  4. Classes, Methods and Attributes looking almost identical...can't decide if that is good or bad

Things that make me go hmmm

  1. All the new keywords for existing concepts: shared, satisfies, assign, variable, local
  2. The simplification of the public/protected/private access/visibility levels
  3. The Smalltalk-like syntax for inline functions as parameters

Things I didn't fully get

  1. The Closure and block structure examples had some things that were a little puzzling. e.g. the "name" attribute of type "Name" returns "Name(“Gavin”, “King”)"
  2. Some of the more intricate details of the type system..

While I am still waiting to hear some opinionated analysis from people who study theses things for a living, I am cautiously optimistic about the direction things are headed. I think the Java/Open Source/Programming world needs a language like this. Nevertheless, there are a number of factors that could affect whether or not the project gains momentum.

For one, while a lot of work has clearly gone into the language design, a production ready compiler and SDK a clearly still a ways off. That means that there is still a lot of work left to be done, especially if they plan to try and address the modularity issues that they claim Maven and OSGI have failed to solve. I would also love to see how Ceylon handles integration with existing Java code/libraries...smooth integration/compatibility is key for any pretender to the throne.

Additionally, I don't think Red Hat can do it alone, it is going to take buy in from the Java/Open Source community to really get things going. Google and Apache are two names that spring to mind, but that then immediately raises the question about where Ceylon comes into play in the ongoing power struggle between Oracle, Google and Apache over the rights to use Java without limitation. Could Ceylon become a key piece in the puzzle and spur an influx of supporters? Or will it simply raise Oracle's ire and force IBM to keep its distance?

I for one welcome our new Cylon Ceylon overlords. Its going to be interesting to watch and see how it all plays out.

Update: Gavin has posted a response highlighting two reasons for not reusing one of the many existing languages targeting the JVM (1) A built in solution for "defining user interfaces and structured data using a typesafe, hierarchical syntax" i.e. less dependency on XML (2) "The extremely outdated class libraries that form the Java SE SDK are riddled with problems. Developing a great SDK is a top priority of the project."

Update 2: InfoQ has posted an article which includes a Q&A with Gavin King.

Embedded slides courtesy of  devstonez


103 comments:

Nesta said...

How do you think it compares to efforts like Scala and why not focus on those instead?

Oh, one little nitpick - Python is older than Java :)

Marc Richards said...

Don't know enough about Scala to comment, but I guess from their perspective it doesn't meet the requirements outlined on page 10 of the slide deck.

jmf said...

:= is not new by any means.

Anonymous said...

Well there is Scala, Clojure and so many similar languages (besides Python/Jython) that adding yet another new language just adds to the cacophony....

Anonymous said...

As if the world didn't need yet another enterprise language that will solve all problems

Anonymous said...

Why not just fix JVM so that it can run C#? Real generics would be nice...

Anonymous said...

Business oriented? Easy to learn, easy to read? Funky syntax, weird keywords? They've invented VB!

Anonymous said...

Static languages are very constraining.
Dynamic ones with unit tests are the way to go!

Anonymous said...

Agree completely w/ the previous poster; static typing is what single-handedly kills Java.

Anonymous said...

Static typing makes baby jesus cry. I'll stick with my good old smalltalk, but thanks for the try.

Anonymous said...

dynamic languages, unit tests. lol try building an enterprise ruby app. They don't exist. Read the text that is being written above, parse it for words like enterprise, then figure out which tool fits. :)

jsbueno said...

Give me Python anytime.

Anonymous said...

You lost me at "business computing."

Unknown said...

"Yet another JVM Language" doesn't strike me as anything special, at least not without more details. The JVM already runs Java, Groovy, JRuby, Jython, Scala, Clojure, Nice, Fantom, PNuts, Beanshell, Yeti, Erjang, Rhino and probably 100 more languages I don't know about.

If the Enterprise world needs anything new in the Java vein, it's a VM that can match the performance of the JVM, but without all of the patent and IP baggage, hung around it's like neck an Oracle branded albatross. But a whole new runtime means - most likely - losing the advantage of seamless interop with all those existing Java libraries, which will make it that much harder to sell.

Anonymous said...

If you like this you probably ought to go read about Gosu.

Anonymous said...

.net is available on windows, linux, ios, and android. Why do we need something else? C# is a very nice language.

Anonymous said...

Perl anyone

Anonymous said...

Fogbeam:
A whole different runtime would still probably infringe numerous patents if it were a VM a this point in history.

Anonymous said...

Everyone stop wasting time, and start porting Haskell to the JVM already.

Anonymous said...

I'd prefer to so Component Pascal implemented on the Java machine. Component Pascal is solid and debugged, clean, and simple and capable of implementing anything you can dream up.

Anonymous said...

Why no one talks about Groovy?

Ravi said...

Its features will determine its survival and popularity.
If it's good, we ll take it by horns!

Anonymous said...

To Anonymous who equates 'Static' language and enterprise: Google's language of choice I read was Python (dynamic). And this thing they call the www is primarily dynamic links being parsed dynamically. There is nothing static about the world: therefore it makes little sense for a programming language designed to model the world to be static.

Anonymous said...

".net is available on windows, linux, ios, and android. Why do we need something else? C# is a very nice language."

Lets slice this up. .net Windows you have to pay for a windows license. ios You have to pay for the development environment. Android have to pay for the development environment. Linux question mark. Linux is about the only part of .net where you are not paying Microsoft.

Hmm .net does not sound that good. Now Linux Windows IOS and Android under .net don't have the same interface libs that work. This is just getting worse. Code 3 times to get results.

QT comes to mind as a better solution using C++. Only have to pay if developing someone where I will not be giving back the alterations to QT. Covers the same platforms and more. Ok does not cover WP7 but at the way things are looking that might be gone in a few years. Even QML starts looking like a decent solution compared to .net.

Ceylon might be nice. It will be interesting to see if it has a covert to native code out box. So it can proper be used in embed.

Anonymous said...

What we need is an engine that administers a Meyer-Briggs test and then custom designs a scripting language ideally suited to our uniqueness. Because each of us is special! It's a small world after all, it's a small world ... OK, I'll stop now.

Anonymous said...

Haskell won't have very good performance in JVM. No proper support for immutability.

Diego Fernández said...

Marc the slide 10 that you mention describes the same features as Scala.
(well the only different part is "easy to learn", since Scala basics are easy but other concepts requires more time)

About Ceylon, I'm not so optimist as you:
- They don't have a working compiler yet
- Some of the items in slide 4, makes me doubt about the knowledge of the author in programming language design
- The examples shows type inference only for locals (making the static typing a pain to write as in Java)
- They talk about built-in modularity but it seems that they are in an early stage of the language design (built-in modularity is a difficult thing to design right, google for Newspeak and Gillad Bracha blog... he wrote some nice reflections on modularity and language design)

Anonymous said...

I am no english native so I have a question:

When you say "Things that make me go hmmm" what do you mean, things that make you horny or things that get you frustrated?

Marc Richards said...

@Anonymous (12:56 AM)
LOL. I mean things that seem like a bad idea. At least to a layman like myself.

@Diego
There is definitely a lot of work left to be done. With respect to type inference apply to locals only, I think the same restriction applies in C#. Personally I am a fan of the type inference in C#.

Anonymous said...

To the non-english speaking Anonymous..

"Things that make me go hmmm" means "Things that make me think and consider deeply"

Anonymous said...

Forcing programmers to type := is enough to make them hate this language. Why do they want us to hit the shift key every time we assign to variables? Are they sadists?

Tom Samplonius said...

.NET is just a Windows only solution right now. Mono is just a bad joke. Mono lags the .NET framework by at least one major release. And if you fire up the new Visual Studio, and use some wizards, you'll no doubt compile code that uses features that aren't present in Mono.

The Mono developers are bogged down re-implementing tens of thousands of API methods that Microsoft keeps adding to the framework. And since there is no standard regression kit available, wanna guess how many of those methods work the same on all platforms? The Java TCK may be restrictive, but is available, and it verifies that your Java is actually Java. MS offers nothing for that.

Why doesn't MS just port the .NET VM to Linux, and just release it as a binary? That would at least give their Visual Studio sales a shot in the arm.

Anonymous said...

Or you could just use Java. And I don't see how adding a bunch more "high concept" abstract language components will make it easier to learn.

Anonymous said...

.net isn't a real language. It's a Microsoft disaster. It only pretends to work on other non-microsoft platforms.

Anonymous said...

Multiprocessors are what's going to kill java, along with every other OO language. Learn haskell before it's too late!

Anonymous said...

To all those anons saying static languages are bad. You are wrong. See "What To Know Before Debating Type Systems" http://cdsmith.wordpress.com/2011/01/09/an-old-article-i-wrote/

Steve Phillips said...

As a Python and Ruby programmer, I also thought that static typing was a deal-breaker... until I found Google's new systems programming language: Go. I love it -- it's basically a modern dialect of C (NOT C++), but with garbage collection and brilliant concurrency primitives. http://golang.org

Jeff Burdges said...

I'm doubtful that another java knock off helps all that much, especially given the LLVM may eventually eat java's lunch on the server side.

We need a compiled statically typed functional language with good high speed code generation via LLVM that encourages parallelism.

* Erlang has shown how functional languages can obliterate imperative languages for multithreading, but Erlang's interpreted bytecode system necessitates occasionally using C for performance.

* Haskell has shown all manor of advantages of functional languages, but lazy execution makes the compiled code execution speed fundamentally unpredictable, well unless you use the profiling tools deftly.

* OCaml offers solid predictable code performance, albeit not nearly so well optimized as other languages, but handles parallelization poorly relative to Erlang and Haskell.

There is a slight possibility that Haskell could grow into this language by offering more Erlang style parallelism, but that'd necessitate creating a 'culture of profiling', which frankly sounds both unnecessary and impossible.

We should probably be looking towards a non-lazy functional language that offers the power of Haskell's type system and Erlang's concurrency.

Anonymous said...

Scala, Clojure, Groovy. Nuffsaid.

Daniel Harper said...

Jeff Burdges

> We should probably be looking towards a non-lazy functional language that offers the power of Haskell's type system and Erlang's concurrency.

sounds like you're describing Scala to me. Granted it's not purely functional.

Anonymous said...

For dynamic language fanatics, reading http://existentialtype.wordpress.com/2011/03/19/dynamic-languages-are-static-languages/ might help.

Anonymous said...

I love static typing, especially if it has this proper generics and type inference. seems very nice, hope to be able to try it soon!
Also I think the title is misleading, this isn't a Java killer but the best opportunity around to get new life in it.

Indeed it has many similarities with scala, but looks like a striking better syntax.

Anonymous said...

In attempting to be all things to all people, Scala is at risk of disappearing up its own complexity. Groovy is fun but slightly undercooked. Clojure is sensational, but is also mind-bending (immutability, general arcane lispyness). My suspicion is that Ceylon will be join that conga line of newbies, but definitely won't be the last word.

Anonymous said...

I love static typing, can I have your static typing? (And the vikings in the background are chanting "Static typing, static typing...")

Anonymous said...

There's no need for this newfangled Ceylon thingy. What about 6502 assembler? Programming has been going downhill since we went past an accumulator and two index registers. That kept things nice and clean and efficient. Try static typing an index register bitches!

Anonymous said...

Isn't this whole static/dynamic business really about "correctness"? Static typing lets you essentially prove that the program will behave the way you want. Dynamic typing seems like a way of avoiding that proof until it's too late to do something about it....

Anonymous said...

Slide 10 of his preso does NOT describe Scala cos Scala is not "readable" or "easy to learn and understand". See this for several billion ways to open and read the contents of a file: http://stackoverflow.com/questions/1284423/read-entire-file-in-scala.

We need a language that's as friendly and enthusiastic as a snuggly puppy (like Groovy), but with a grown up type system. The latter probably means _optional_ typing rather than dynamic. Really dynamic typing (I'm thinking Ruby) just makes it hard to work out what someone else's code is supposed to be doing. I want to type things when it makes sense and not type them when I need the flexibility.

Maybe Ceylon is it?

Daniel Harper said...

I personally am finding Scala easy to read and understand. If you've done Ruby and Java and maybe a hint of Haskell for functional development, Scala is a breeze to pick up.

Scala 2.8 has a few decent io libraries to make reading a file relatively simple

io.Source.fromFile("myfile.txt")

I think they're planning on expanding this even further for 2.9

Anonymous said...

I think that Scala will replace Java in the long term.

Unknown said...

Jeff Burdges

> We should probably be looking towards a non-lazy functional language that offers the power of Haskell's type system and Erlang's concurrency.

If the goal is an easy to learn, "enterprise oriented" language then a Haskell/Erlang derivative is not it. A language that is to C# as C# is to Java would better fit the bill.

Unknown said...

Golang.org

That is all.

David Aldridge said...

Does this mean that all the developers who jumped through hoops to make their Java applications "database independent" to avoid the hassle of porting between MySQL/Oracle/etc, are now going to want to port the entire app to the latest language that "the cool kids have got a hard-on for"?

If so, will they revisit the argument of placing data (business) logic in the database where it belongs, or continue with a demonstrably failed approach?

Anonymous said...

> We should probably be looking towards a non-lazy functional language that offers the power of Haskell's type system and Erlang's concurrency.

in the JVM world this would mean Scala (especially in combination with the Akka framework), but personally I think F# is even nicer and fits this requirement better

Anonymous said...

The truth is: Java is falling apart.

Anonymous said...

Im working on enterprise apps and I like generic coding, so I don't miss static typing in java.

What I do miss:

1) a JVM that really supports writing portable apps (even if using OS-things like files, or HW-specific things like sound or other processes)

2) better support for generics

3) less bugs with Maths, ...

4) overloading of operators and static vars like smalltalk :)

Anonymous said...

just to add a voice on the statically typed issue: I wouldnt touch a non-statically typed language with a ten foot pole. I dont mind other people's taste, but comparing a scripting language with a statically typed one, which comes with an array of tools that are only possible through static typing, is ridiculous.

Unknown said...

The funny thing is that the next generation of Java is not a language, it's a combination of the right tools for the right jobs. And if it was a language, it would be Groovy, period.

Anonymous said...

I think Spring if a fantastic language for business applications. The XML is very readable and it already runs on Java.

Hans-Georg said...

Only use i++ and i--
Please:
Don't use ++i and --i
Don't use ?-Operator.

Anonymous said...

I agree with the others, Scala makes this new project stillborn. Also, a lot of the constructs are massively bizarre - they haven't thought about the corner cases...

Anonymous said...

I partly agree with sarbogast "...right tools for the right job...". However, I can't see myself become fully versed in Groovy _and_ Clojure _and_ Scala _and_ whatever else might come along. To me, Groovy seems like the most approachable and generally useful of the current crop but for some applications, you'll want something more performant.

Anonymous said...

Oh puh-lease. Massively bizarre? How about Scala, with :/, _*_, <-, -> and not to mention >>>?

Dev{eloper} Stonez said...

Gavin King just provided some comments about Ceylon:

Ceylon, an explanation by Gavin King

Anonymous said...

Thank FSM for having the sense to use := for assignment. This should be an absolute no-brainer. Countless C programmer-hours have been lost to inadvertently typing '=' instead of '==', and perpetuating that blunder in later languages just baffles me.

Anonymous said...

Are parameters 'const' by default?

Sam said...

A lot of the syntactic approach in the power point (https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B7IgMTLsf_SzODkwNGRmYTQtODMyYy00NjhjLTkyZTQtMzBhZmY5NDFjMzMy&hl=en&authkey=CNy76dkK ) reminds me of something from Javascript or Scala. Not a bad thing, but I'm not especially drawn by what I'm reading (unless we are talking about comparing this to Java).

The type narrowing example at the end reminds me of SML (and company's) type matching pattern used to dispatch to the correct function, which Scala has a variant of.

I'm also bothered that I don't see type inference in here anywhere. One of my biggest complaints about Java is that where the type is obvious or irrelevant I can't omit it.

Anonymous said...

Why are there so many Anonymous posts, cant folks use their id, instead of hiding behind Anonymous? its annoying not to be able to follow the conversation trail and replying to anonymous.

Anonymous said...

Ironic to complain about anonymous postings anonymously.

Signed,

Anon.

Joe said...

Sometimes I think that the world of computer programming can't see the forest for the trees. We get so wrapped up in reinventing the wheel. Every time I turn around there's some new language that "fixes" some small "defect" that all the other languages fixed in there own way. It's like a never ending conga line. Makes me want to change careers, sometimes. Maybe becoming a gardener or something.

rch said...

This might be interesting, but it is very difficult introduce a new programming language that is worth a damn. And you say he's been working on it for two years....

If you had said ten I would be interested, but after two I'm not even going to look at his slide deck. I hope I am wrong though.

Anonymous said...

How is the garbage collection in this, as that has always been a problem with Java..?!

Anonymous said...

I agree with Anonymous.

Anonymous said...

Good luck, RedHat. := is enough to make me cry. New keywords for things people already know well ("satisfies"? Seriously?) is just bad. The rest of it doesn't excite me. Sorry guys, but... I'll pass.

Anonymous said...

A better Java? Thrilling.

Give me a language+toolset that;
* let's me write *once* for multiple platforms
* doesn't cost me unless I make loads
* comes with a big fat supporting library

Give me that and I will write assignment
operations using just about any syntax you
prefer.

What about "let i be more like j" or
"i // j"?

Anonymous said...

Perl6! And all of CPAN!

Anonymous said...

I love the language wars. But I don't see anyone talking about the reason for a language. The expression of idea's that can also be mapped into code. How much time do we spend dotting i's and crossing t's that have no relation to the algorithm we are trying to express. In some languages, having to carry out the trash all the time (garbage collection) is non-essential to the expresson of what you are trying to do, just a byproduct of the envirionment and can be automated in languages like Java.

Strong typing is like having to call your shot in pool. You don't always get it right the first time.

Having to have a collection of just all the very same thing is a confusion. Say a collection of possessions. It could be a house , a dog, an idea, a desease. You strong typed fanatics would know you have to come up with an overriding hierarcy of objects with sub types ... (that is if it is an Object Oriented Language). If it is not well you have to design your own OOJ to express the idea.

Language are to express ideas. If you can't express your idea or the algorithm efficiently, if you can't read someone elses idea and understand it, if you can't maintain it. It is of little use.

My favorite is APL with 'disposible code'. Literally you would document what you wrote heavily because you would have to throw out your function and re-build it if it changed.
But for Matrix work, every efficient.

There are more aspects that are important in a language rather than typeing schemes that make a language appropriate for a task or for a problem domain. It the discussion above it seems like those differences are being lost. True all discussed are Turing Complete but then so is Lotus 123. I don't think there is one language discussed that does not have a strength for a particular kind of programming.
The strong typed language are good for lock down, not changing business applications, after you figure out what you really want and need. A Dynamically typed or otherwise less prescriptive language is good to run those initial runs to let the users figure out what they really wanted. Easier to change and be responsive. The locked down languages are cumbersome and hard to change and often have fundamental infrastructure changes that have to be made to make a small change (like adding a pencil to the list of possessions), and can be costly and usually ends up with corruptions and work arounds. A hierarchial approach to business development with different tools at different times (or a tool that had different levels of lockdown) would make sense.

Anonymous said...

Cool! Yet another language to have religious debates over!

I think the interesting question will be whether Java survives Oracle's attempts to monetize it. I have a sneaking suspicion it won't, which will open the door for some other JVM-style language.

At least they are trying to make an enterprise language and not another scripting language. Strong typing and static typing an invaluable once one starts trying to *maintain* large, enterprise programs (have had far too many bad experiences with trying to maintain large script-based programs stemming from the fact that the semantics of the language do not allow the compiler to tell one about errors at compilation time instead of hoping that you happen to run into (and then track down) mistakes at run time during testing). Run time testing is an awful way to find bugs - much more reliable to exploit strong/static typing to rule out errors by definition (at least for large, complex programs where there are too many possible scenarios to catch them all with run-time testing).

Anonymous said...

Why don't they simply take a pascal with a nice, well organised runtime library and the beauty of Qt. And native compilation of course, no one ought to care about external runtine libraries not packaged with the source.

Peter said...

Hmm, seems like Gosu beat Ceylon to the punch here. Is Ceylon available yet? Maybe Gavin can join forces with the Gosu folks. Seems like they both have very similar ideas, and Gosu is already out.

Anonymous said...

Check 'modularity' of Hibernate and everything will be as clear as day... If Gavin is the main guy behind this we'll need default constructors and other 'cool' requirements of the 'framework/language'. When hibernate came out there was nothing really like it so many projects sacrificed code quality to get the functionality of the framework. Unfortunately for Gavin, it's 2011 and there's tons of excellent JVM alternatives to Java...

Bob said...

Don't learn Gosu, as the previous commenter suggested. It's a waste of time, and it only half works. Stick with Scala, it's heading in the correct direction. Anyone pushing Gosu works for Guidewire.

Anonymous said...

Ceylon ? Named after a country ? Stick with Smalltalk or Scala.

Matt Quigley said...

I like what you've done here. I have two questions:

1. How much complaining do we need to do to change the := operator into something easier to type? (This isn't a joke, I'm pretty sure that everyone hates typing this and there's another operator you could use)

2. What about returning multiple values? Lots of new languages do it. For example, GO syntax is:

func Open(name string, mode int, perm uint32) (file *File, err os.Error)

Java-like syntax:
File, os.Error Open(String name, int mode)

Dave Hodder said...

@Jeff Burdges

If you're looking for a language with functional support, good concurrency, no lazy evaluation and an LLVM implementation, Rust might meet your needs. It is still very much in flux at the moment though, at least in terms of syntax.

Anonymous said...

What I like

Named and Optional parameters (C# 4.0)


Named, yes, optional no. Personally I think optional parameters are a blight - if you don't want to set them, explicitly say so!

kaja47 said...

Interesting, very interesting indeed. I read through slides and I realized that literally everything in Ceylon (with one thrilling exception of reified generics) is already in Scala. This is good thing, for example: use site variance annotations are much better than wildcards. But on the other hand we already have Scala.



One thing that is never mentioned is level Java interoperability. Will be there some major obstacles? For example using java's erased generics from Ceylon code and so on.

Anonymous said...

Yup, I was thinking.. "Oi, he wants to invent scala!"

Then I saw the comments, and apparently I wasn't the only one with that impression.

Carson Gross said...

Hey! Gosu works like at *LEAST* 65% of the time!

Despite it being a competitor, I like a lot of the stuff that they are doing in Ceylon. Not allowing method overloading is a recurring fantasy of mine (although if they intend to offer 100% java interaction, they'll have to still have some insane method resolution logic that will undoubtedly screw their parser up beyond recognition. Ask me how I know.) I like the constructor syntax (nod to scala as well there.)

My first impression is that this is a bit more of a step away from Java than Gosu is. For example, we try to patch up the core classes with some additional functionality and simplified API's rather than wholesale replacing them. Time will tell which approach is better.

Also, having RedHat, rather than an insurance software company, behind your effort can't hurt... ;)

Cheers,
Carson

Anonymous said...

And Java, C#, PHP or Perl are all coded in C, the most efficient *portable* programming language (and a free open standard).

And ANSI C *scripts* are several orders of magnitude faster than all those 'modern' tools crippled by patent minefieds and critical security holes.

Just have a look at G-WAN.

Anonymous said...

concerning the "Name" returns "Name(“Gavin”, “King”)": a quick flight over the slides shows that they want to avoid the 'new' constructor keyword, that is, the example just seems to create a new Name object with two parameters "Gavin" & "King" - though for me it was the first strange thing in the language: coming from a C# background I wouldn't know whether it is creating a new object there or accessig yet another property (without the parameters) or a method inside the class...

Dirk said...

Having switched from java to Scala a few months ago, I have to say I do not understand what additional value Ceylon really adds. All it's good ideas are already part of Scala, pus it has some additional great concepts and is already further advanced although yet on its way

Anonymous said...

Gavin, get a real job! Notice what your slides say about Java: extremely easy to read and understand. This stuff is nonsensical.

Bailey said...

Wow, this stuff makes me sad. I use to think opinions were like assholes and that everyone has them.

Apparently when it comes to language design. Everyone is just an asshole. Dude's been working on new language. That's awesome. It's also hard. We should be congratulating him and wishing him well. Instead people are questioning his skills, his ability, and for why? If you don't like it go off and play in your own sandbox with your own language.

Terry Poulin said...

"I think the Java/Open Source/Programming world needs a language like this. " — the problem is we already have that, in the form of Mono's implementation of C#. Given the choice, I'd take it over Java (and the JVM) any day of the past decade.

Invent less wheels, fix more wobbling wheels.

Marc Richards said...

@Bailey
Yea, the level of negativity overwhelming, but not entirely unexpected. Mob criticism is easy, constructive criticism takes work.

Hopefully the team will be able to garner some useful feedback from all the noise. I hope they are not too distracted by all the hubub and early attention (my bad).

I'm curious to see what they have in store for the SDK, people have been blindly ignoring that part and just condemning project before it even gets a chance to show its full potential.

In the mean time, I'm going to take a look at Scala, hopefully it doesn't magically turn me into an angry, vitrol spouting asshole. At the end of the day its all about survival of the fittest, and for better or worse, the details of the language design are just one piece of the puzzle.

@Spidey01/TerryP
If only things were that simple. Politics, copyright ownership and patent murkiness make that a non-starter.

Anonymous said...

Hi Marc..

I wish you lots of fun and discovery with Scala..
.. you just may find yourself drawn deeper and deeper into it… like you're becoming part of or entering LOTR (the book!).

/Then/, once you are feeling your Elvish, mortals calling you vitriolic (or so much worse, saying your language is unreadable!) will not disturb your tranquility
:)


Best regards,
OP



PS: Jokes apart, too much "Sounds like Sc***!" unfortunately does sound a bit like "Ceylon, go home!". Mea culpa, I suppose.
In any case, I still would be love to hear from more knowledgeable people about their impressions.

Anonymous said...

Yay, yet another programming language.

General take on newer languages: the easier they are to learn, the dumber the programmers using them will be. That isn't to say old languages are The Answer.

I thought function pointers in C were dynamic, maybe i missed the whole static vs dynamic point, but i don't really care and prefer using whichever better suits the job, be it C/++, PHP, Java or whatever.

I am Anonymous, hear me not roar.

Anonymous said...

Fantom already has almost all features Ceylon.

Araminos said...

Please vote for Kotlin and Ceylon merging in Kotlin bug tracker. Vote

locksmith toronto said...

In the type system presentation it mentions briefly about numeric types. That it solves the floating point precision problems that are present in Java. That has to be one of my biggest annoyances with Java. Because it is so fundamental and Java handles it so poorly.

locksmith Fulham said...

Java is leading overall, I'm wondering if this project will have the same efficiency and if it will be able to mantain the same quality and spread among programmers from around the world.

Anonymous said...

Java 8 maybe?

A Perfect Pick Locksmiths said...

Why so much negativity here? Java runs just about everything on the planet these days anyway.

Post a Comment