-
### Describe the project you are working on
Godot.
### Describe the problem or limitation you are having in your project
Noticed some potentially slow code in `DocTools::merge_from` https://github.…
-
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…
-
# Description of the issue
Okay so to preface this, I have been working on this for over a month. My goal can be explained in one sentence: I want to run my small bert-like model with token-level out…
-
- [ ] Proposal added
- [ ] Discussed in LDM
- [ ] Decision in LDM
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
See
- https://github.com/dotnet/roslyn/issues/188
- https://github.c…
-
This is on a RPI 4, with a hyperpixel screen attached (not that that would matter). I just thought that a DomainError is not ordinary.. Hope this helps. I'll keep trying.
```julia
julia> lines(ran…
-
Hi there @stefan-niedermann and @desperateCoder ! :)
I hope you are doing fine and I wish you a Happy New Year !! :)
I am publishing this issue again (mentioned in my comment on issue https://gi…
TtuxX updated
7 months ago
-
One of the first things we need to do is decide on a function syntax, for application and definition.
keean updated
6 years ago
-
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…
-
I am trying to nail down in my mind, the fundamental _orthogonal_ semantic concepts of our proposed programming language.
| Concept | Description |
| --- | --- |
| `data` | [Unified sum, product,…
-
Is less verbosity the only main benefit of typeclasses over just inputting a set of functions?
Typeclasses can do where `bar` is a member of `Function`:
```
foo(x: A) where Function
bar(x)
…