Viewing profile — UnFroMage
UnFroMage
HN member- Joined
- Thu, Dec 05, 2013, 4:20 PM UTC
- HN karma
- 11
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About UnFroMage
Recent public activity
-
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 …
-
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.
-
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…
-
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…
-
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.
-
comment
Comment #10466771
Ceylon also has excellent Java/JVM (and JavaScript) interop. You should try it :)
-
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…
-
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…
-
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…