-
# Advanced Extents & Segments Proposal
Rough sketch -- Version 1 (2019/05/07)
The potential for advanced Extents and Segments in C# is exciting and under-estimated. I am writing this proposal bec…
-
## Background
This proposal was branched off of #32190, which was a proposed HEREDOC syntax for Go. It was concluded that HEREDOC was not the correct syntax for Go to use, however the proposal did …
-
I have been encountering an error when trying to pass a function to a higher order function block as below. I suspect that perhaps the ring in the `map` block is causing the first input not to be dete…
-
`namespace` is a good way to organize types.
It may worth considering adding type-only namespace to the spec.
In value-level, you can organize values and functions into an object literal:
```…
-
Reading the import shorthand [proposal](https://github.com/dart-lang/language/blob/master/working/0649%20-%20Import%20shorthand/proposal.md), I am struck at the level of complexity for a user that thi…
-
-
https://en.wikipedia.org/wiki/Combinatory_logic "Combinatory logic"
https://zh.wikipedia.org/wiki/%E7%BB%84%E5%90%88%E5%AD%90%E9%80%BB%E8%BE%91 "组合子逻辑"
https://en.wikipedia.org/wiki/Kolmogorov_c…
-
A quick search wasn't showing me an issue for this, though I know it's been mentioned in passing before by at least @buddha314.
Today, a module can only contain symbols defined within its braces. …
-
## 摘录&知识关联&内化
-
The unary operator trunc should always round towards zero.
-3.3.trunc should give -3 but SC gives -4
-3.3.trunc(0.25) should give -3.25 but SC gives -3.5
I know of no language where trunc always rou…