Earlier quoted context omitted.
Brief is not the same as lazy. I personally find comments that say what they mean to say in a short amount of text much more useful than ones that go on for paragraphs without saying anything new. I strive for brevity. I revised the one you responded to so you may want to check that now. As far as more details of what I don't like about Nim, that would have been easy to ask directly; I find the syntax of: echo("Hello…
> As far as more details of what I don't like about Nim, that would have been easy to ask directly; I find the syntax of: > echo("Hello world!") Would you prefer System.out.println("Hello world!"); instead? > I far prefer the set of cases to be indented from the case statement itself. You can in fact do that, it is however optional. > And the "in" on each line is redundant cruft. Not sure what you mean here. "in" is…
This is why I didn't get into details originally because I knew I would get this kind of response.
You know full well that's exactly the opposite of what I mean. You're being an asshole for no reason.
> Not sure what you mean here. "in" is only used in for loops.
I meant the "of"s, of course.