-
### What problem are you trying to solve?
Chrome (@domfarolino, @noamr, @mfreed7) is interested in pursuing the addition of an atomic move primitive in the DOM Standard. This would allow an element…
-
These two functions exist because it exists as a terminology in the spec but the Go implementation may not need to enforce any types to represent these concepts.
The Tracer interface requires users…
-
In https://github.com/python/mypy/issues/2169 and https://github.com/python/mypy/issues/1843 there was discussion about using `Type[some_abc]` and how it should be allowed in a function signature, but…
-
Hi,
I'm very interested in using cubic biunification in a project of mine. However, I've two questions about the algorithm that I've not been able to figure out from the codebase and associated blo…
-
- Some operations on arrays seem to have a strange semantics:
```
a4 = [ [1,2] , [3,4]]
print a4
```
results in `1 2 3 4`.
So either array is formed in a wrong way or printing of arrays is not qui…
romix updated
9 years ago
-
@skaller [wrote](https://github.com/keean/zenscript/issues/11#issuecomment-250949272):
> [There is an unrelated question to the syntax: do you REALLY want type classes? Ocaml style modules are more p…
-
| --- | --- |
| Bugzilla Link | [472482](https://bugs.eclipse.org/bugs/show_bug.cgi?id=472482) |
| Status | REOPENED |
| Importance | P3 normal |
| Reported | Jul 13, 2015 05:56 EDT |
| Modified …
-
This is a proposal for sum types, also known as discriminated unions. Sum types in Go should essentially act like interfaces, except that:
- they are value types, like structs
- the types contain…
-
pmh 가 닫아서 다시 시작합니다.
-
I will maintain in this OP a summary of current proposed syntax as I understand it to be. Note this is not authoritative, subject to change, and it may be inaccurate. Please make comments to discuss.
…