-
I'd like to import some features from functional languages like OCaML and F#.
The main feature I'm proposing is the possibility of using `typedef` to define sum types. They can be thought of as type …
-
## What problem does this solve or what need does it fill?
#13417 adds sorting at an iterator level. These sorts:
- Do not persist across system runs (it will be common for sorted data to rarely b…
-
Prior discussion:
https://github.com/keean/zenscript/issues/14#issuecomment-308722477
https://github.com/keean/zenscript/issues/33#issuecomment-362720879
https://github.com/keean/zenscript/is…
-
Typeclass objects offer dynamic (i.e. run-time and open modularity1) polymorphism by binding the typeclass bound to the static (compile-time) type of the reference and tagging the data type instances …
-
Union types express a subtyping relationship, but I am unclear as to whether typeclasses (i.e. Rust's traits) do?
If a `trait B` extends another `trait A` and `B` reuses the implementations of `A`, c…
-
Pose a question about one of the following articles:
“[DeepWalk: Online Learning of Social Representations](https://dl.acm.org/doi/pdf/10.1145/2623330.2623732)”, 2014. B. Perozzi, R. Al-Rfou, S. S…
-
This is a proposal to enable a syntax for exact types. A similar feature can be seen in Flow (https://flowtype.org/docs/objects.html#exact-object-types), but I would like to propose it as a feature us…
-
`call_indirect` has been a very useful feature for WebAssembly. However, the efficiency and good behavior of the instruction has implicitly relied on the simplicity of wasm's type system. In particula…
-
# the Great Big List of rustdoc issues (incomplete; last updated 2017-09-08)
It's no secret that rustdoc needs some love. In terms of Area-based issue tags, A-rustdoc is second only to A-diagnostic…
-
Hi Dr. Zhou,
Thanks for develop duet, I've successfully installed duet according to your instruction:
```
git clone https://github.com/yekaizhou/duet.git
cd duet && pip3 install .
```
But when …