Live data from Hacker News

Viewing profile — UnFroMage

UnFroMage

HN member
Joined
Thu, Dec 05, 2013, 4:20 PM UTC
HN karma
11
Public activity
9 items

About UnFroMage

Stéphane Épardaud

Recent public activity

  1. comment
    Comment #10470848

    Once minified and gzipped it's less than 200K. But yeah, I can see how a packing command would be useful with program analysis, except that'd rule out any use of the metamodel for …

  2. comment
    Comment #10467910

    Probably not easily because no JVM language has compatible lambdas types, but ideally in the future I'd love to be able to.

  3. comment
    Comment #10467901

    > but software is about trust and I do not trust somebody like Gavin King for delivering a good language after Hibernate :) Perhaps it's just a joke, but if it's not: sure you're e…

  4. comment
    Comment #10467899

    > But claiming it is anywhere near Kotlin's is just preposterous. The only example you give is that they don't have their own standard library. I agree it's a difference, but you r…

  5. comment
    Comment #10466783

    Ceylon has an IntelliJ plugin in the works that builds on the solid foundation of the Eclipse plugin, so it's picking up features really fast. It should be out in a few months.

  6. comment
    Comment #10466771

    Ceylon also has excellent Java/JVM (and JavaScript) interop. You should try it :)

  7. comment
    Comment #10466732

    Don't forget that, running on the JVM with great interop means that any Ceylon program has instant access to a huge ecosystem, including not just Java libraries but also Scala libr…

  8. comment
    Comment #10466673

    > The level of interoperability, though, is radically different from Kotlin's There's no truth in that. Sure, it's possible that there are some differences in how we both do intero…

  9. comment
    Comment #10466643

    > - reified generics -- This is apparently expensive on the JVM: http://blog.jetbrains.com/kotlin/2014/12/m10-is-out/ FTR I am not sure I believe that explanation. I was with Gavin…