Josh Junon

Results 706 comments of Josh Junon
trafficstars

Looks okay for the moment @Polygn. I think `prot` will have to be re-evaluated once traits get fleshed out.

Similar to Python/Java where `##` can be referenced as a documentation symbol.

Instead of `#`, `##` and `###` I'm choosing `#`, `#:` and `##` instead. Here's why: - `#` - nothing changed, it's standard and everyone uses this - `#:` - faster...

// @sindresorhus @iankronquist @Polyg0n

I'm about to add a placeholder for a scoping RFC, but ultimately indentation is tabs first, then spaces (no interleaving) - and the tuple of those counts becomes the indent....

Not exactly - I should have explained a bit more. So for instance in Java, you have `Base` and `Child extends Base`. All of `Base`'s protected/public methods are callable on...

@Polygn it's still generating methods for them, but the syntax is much cleaner. :) See #23.

Yep that's how I plan to do it. Just gotta get around to writing the RFC out. ``` arua a [i32] = [1, 2, 3, 4] b [str] = ["hello",...

@Polygn maybe you have some ideas about this. One of Arua's goals is to be very compatible with C-family code without making sacrifices. One of the ideas I had was...