Stéphane Épardaud

Results 666 comments of Stéphane Épardaud

I'm guessing for slightly larger projects that run in the IDE. @chochos's game of life is a good example.

Right, so this is a question for @chochos then ;)

How do you extract them, then? If you do extract them, it means we can make them accessible, no? Even if it's crude.

I think most people pick their data structures knowing what sort of perf they get: fast insertion you get a linked list, compact memory you get an array list. Same...

Note that while we still haven't properly unified the `ceylon.file` and `ceylon.io` modules, the `Reader` you get in `ceylon.file` will not work for binary files or files with a non-default...

If `ceylon.io` and `ceylon.file` could have circular dependencies, we would move the `Reader/Writer` interfaces in `ceylon.io` where they belong.

I have a Java prototype that abstracts SSL into the traditional select/async pattern we use, so I should be able to merge this in.

Do we need to have a stance? I don't think we do.

Not sure, I'll read up on it before I set the default. It's my understanding that nowadays people actually advise you to use self-signed certificates, in the light that SSL...