-
## Minimal Example
```raku
sub foo(Int @a) { dd @a; }
foo [1, 2, 3];
# Type check failed in binding to parameter '@a'; expected Positional[Int] but got Array ([1, 2, 3])
```
## Why This is Sur…
-
This issue is for discussion of the proposal to add `data object`. The full text of the proposal is in this [here](https://github.com/Kotlin/KEEP/blob/data-objects/proposals/data-objects.md).
-
Immutable data are used heavily for web applications today, commonly with Elm-like (redux, ngrx, ...) architectures. Most common thing web developer is doing with data is creating a copy of it with so…
-
(I am not pretty sure if the below suggestion could be treated as a RFC, but I think it is useful for rust development.)
We know Rust aims to be a stable and productive programming language. But a…
-
Hi All,
It is pretty obvious that the project has come to a bit of a halt and I wondered if there was anything that we can do to get it up and running again?
I don't know the reason why it stop…
-
I _know_ I'm not the first to bring this up - this has been discussed in #151, #152, #185, and probably others - but there are some inconsistencies to fix with `chainRec` that are undoubtedly best add…
-
Initial proposal is on the wiki [here](https://github.com/haskell-distributed/distributed-process/wiki/High-Level-Redesign-Proposal). I will be seeking feedback before getting into detailed design wor…
-
**Describe the project you are working on:**
Platformer game
**Describe the problem or limitation you are having in your project:**
Very often I will use for loops to do the same task several…
-
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…
-
I have [a long comment](https://users.rust-lang.org/t/rust-as-a-high-level-language/4644/72) at the Rust forum (some of the inspiration came from @keean linking me to Sean Parent's [video](https://you…