bbrk24
bbrk24
Before the anonymous functions are fully introduced, I want to point out an inconsistency with the proposed syntax: named functions have `IS () < >`; anonymous functions have `() IS...
Somewhat relatedly, `GIMME` always prints a newline after whatever you give it. Is there any way to write without a trailing newline?
How does the module declare what it exports vs what it doesn't? Would it use... - Header files, like C/C++/Objective-C? - A keyword for exports, like ES6? - Access level...
> ```go > // Import only what you need > IMPOHT < HitTheSack, ChuckSomeDice > FROM ME MODULE "std" > > // Can also do this: > IMPORT std FROM...
> `~` should be doable. I forgot that it's already being used for pattern matching. I don't know how much of a problem that would be.
```aussie G'DAY MATE! I RECKON inf = 1 / 0; GIMME inf == inf; CHEERS C***! ``` Gives `Yeah, nah!`. `x != x` is the typical test for NaN; generally...
It seems like #137 may be a misinterpretation of this issue.
Hm, I'm not really sure. Providing all of them is a bit much -- at some point, you just use terser directly. To address the issue, you should at least...
Sure, if I get the chance I would like to, but I'm not sure whether I'd be able to in a reasonable amount of time.
> * We could extend @DragonSA idea and move the `BaselineIndex` to `[BenchmarkAtrribute]` itself, which would make it easier to discover, but on the other hand could be problematic for...