Roland Tepp
Roland Tepp
Yeah, Iteratees are a neat way of handling IO.
@FroMage Maybe you can review this french translation!
A slight nitpicking — the project was originally funded by RedHat (that was later aquired by IBM), and the move to Eclipse was indeed when RH pulled funding from the...
Also, this should be allowed: ```ceylon shared identity class Point(shared Integer x, shared Integer y, shared Integer label) {} ``` This would default to using all attributes for calculating `equals`...
Now, just looking at this example above, the annotation name `identity` feels weird... I would love to replace that with `value` instead... But `value` is reserved keyword, so that can't...
What is the proper union of this expression: ```ceylon map{"key" -> "v1"} | map{"key" -> "v2"} ```
To be honest, I like the @Zambonifofex's proposal even better. Less magic there. In the end, the `renamed` annotation would perform exactly the same function, but do it in a...
I would prefer `named` annotation for parameters to indicate this. It could also improve DSLs for building HTML/XML content -- if attributes would always be required to be called with...
Yeah, on the surface of it, I like @lucono's proposal. Regarding special-case'ing Swing and Android, maybe instead of hacking this into the compiler, have a separate Ceylon modules with generated...
I am kind of rooting for option 1 as well—This is more or less what people will try right away and it would behave in a least surprising manner.