Glen Whitney
Glen Whitney
I'd certainly be comfortable with `:foo` allowing access and modification of the value-in-progress of a statement labeled `:foo`. It dovetails perfectly with the "every statement has a value" principle, and...
Oh and one more argument in favor of named return values rather than assigning to return: I routinely scan for instances of return to see if there are multiple ways...
I like `returns` better than `return` anyway -- I am sure gcc only used `return` to avoid another keyword, but that doesn't seem to apply in a project that's added...
+1 on the object comprehensions: looks/feels totally natural, and with significant Python exposure prior to any Java/TypeScript, something I've been feeling the lack of basically since day 1.
Most importantly I would very much like the ability to replay a given starting position in control of a different color in that starting position. When I play a very...
Oh I guess I misunderstood,I thought this issue was precisely the choice of which team/color to play.
Ah ok. Well, either you could kill two birds with one stone and keep the colors the same and just allow the player to choose which one to play, or...
I agree it's something that I'd be unlikely to change on a map-by-map basis; it's more like I would set my favorite color once and for all. So by that...
Closing as duplicate of #2811.
Yes but also the constructor pages are currently "lost" -- not linked to from the function reference page on mathjs.org. that also needs fixing, and I think #3375 does so.