Paŭlo Ebermann

Results 127 comments of Paŭlo Ebermann

@tkrop heard Github Copilot can do this. Do you want to give it a try?

@tkrop experimented with Github Copilot and didn't find a way of doing this. @SmilyOrg do you think you can do that manually (i.e. take `git log` and edit it a...

I guess I could do this (or someone else), but why? This class is not production-quality code, it was just made as an example how that could be done, for...

@gavinking Sounds good, I was not aware of that. Though I still think that also the `native` stuff should be explained somewhere.

@lucaswerkmeister While `if(! person is Employee){ ... }` is valid syntax, it doesn't narrow down the type of `person` (what the whole point of conditions vs. expressions is). Maybe this...

Here is a try I did with GIMP in ~ 20 minutes: ![ceylon-logo-for-white-background](https://user-images.githubusercontent.com/645859/51801965-fb416c00-2244-11e9-9104-760c624ccd48.png) The antialiasing got lost, though.

Ah, so the problem is not on the loop condition, but already when trying to figure out whether to do an upwards or downwards iteration, which doesn't apply for a...

What about the idea that all annotations should be adjectives?

On my german Qwertz-keyboard, I have `` ` `` (and `$`, `()`) reachable with just a shift, for `{}` or `\` I need the AltGr modifier. So `$()` would be...

@gavinking so do we have to use `"foo\(bar(\"bar\"))bar"`, or can't we use string literals in there at all?