-
We propose to change for loop variables declared with `:=` from one-instance-per-loop to one-instance-per-iteration. This change would apply only to packages in modules that explicitly declare a new e…
-
Leave below as comments your memos that grapple with the topic of Inequality and Conflict (and their interaction with other existential questions) inspired by the readings, movies & novels (at least o…
-
Due to the fact that we have another issue that has had a number of OT comments I think it might be good to have a new mostly OT thread here rather than clutter the one in the other repo more or the i…
-
# 总结
- 源码研究:https://github.com/cisen/sourcecode-rust-30
- rust wiki cn https://rustwiki.org/
- training: https://github.com/cisen/rust-training
- 类似npm的库文档:https://crates.io/
- 内置属性:https://githu…
cisen updated
10 months ago
-
## Foundation Mission Request – OP Stack Zero Knowledge Proof
_To take on this project, submit a proposal to this thread by June 28. Read more about Missions [here](https://gov.optimism.io/t/token-ho…
-
This issue is to discuss how to drive the installation process of the rewritten-in-rust fish.
`cargo install` is not suitable for a complete, working fish install. The following tasks are required:…
-
Hi there,
This proposal is about **reactivity** as a built-in feature of Dart; much of what I am about to write is inspired from what I've taken from the Meta-Programming thread(s), from its discus…
-
I'm unsure if anybody mentioned this yet, and I don't know where to open this discussion, but `Future` and async/await aren't a good programming model, and I hope that, for whatever new effect system …
-
Write your thoughts about the "[test what you see](http://betterspecs.org/#integration)" best practice.
-
Given the version 4.4.8, the following benchmark, and its results:
```
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Jobs;
using LanguageExt;
using static LanguageExt.Prelude;
…