-
Hi,
There's https://github.com/rohanpadhye/jqf by @rohanpadhye
The idea here is that a randomized-input generation can be guided based on the feedback from the test execution.
For instance, gui…
-
Composite literals construct values for structs, arrays, slices, and maps. They consist of a type followed by a brace-bound list of elements. e.g.,
``` go
x := []string{"a", "b", "c"}
```
I propose …
-
Currently this doesn't work:
```
type Foo
a::Bar
end
type Bar
b::Foo
end
```
A nice way to handle it is to automatically insert forward declarations for all types defined in a file after lo…
-
What's the plan after poly instantiation? I wish there can be:
+ Instance resolution (typeclasses with named instances)
+ Optimized reduction on naturals/booleans/whatever that can be built-in int…
-
The Go 2 proposal review group meets monthly (every first Wednesday of a month) to review pending Go 2 proposal issues and move them along in the [proposal process](https://golang.org/s/proposal).
…
-
I have a 2D binary image.
I get the sinogram of this with **RADON2D**.
Next I want to draw the line corresponding to the maximum value cell in the sinogram over my binary image in the spatial domain…
-
The current construction of Amstelvar makes axes appear "expensive" (in bytes) because the gvar data associated with them is duplicative, due to the current OpenType specification.
Please make an "…
-
Recently after reading some issues using the syntax v3, I found it's painful to see so may parens.
for example, here is a very simple type, it would be even worse for complex types
```reason
(i…
-
I believe the appropriate lower level libraries to use will be:
https://golang.org/pkg/bytes/
https://golang.org/pkg/os/
general outline of a go program. Taken from a sprite editor I was making f…
-
In [Functional dependencies in GHC](https://gitlab.haskell.org/ghc/ghc/-/wikis/Functional-dependencies-in-GHC) we identify two two major functional-dependency-related conditions on instance declaratio…