-
I noticed in [the GC doc](https://github.com/WebAssembly/design/blob/master/GC.md) that there is no mention of tagged pointers. I wanted to make the case for it. When compiling languages that might he…
-
The comments in the attached program give references to places in the latest P4_16 language specification that seem to indicate that the program is trying to do something declared illegal in the speci…
-
This is a proposal for allowing generics as type parameters. It's currently possible to write specific examples of monads, but in order to write the interface that all monads satisfy, I propose writi…
-
Should `shards` be used as a build system manager in the future - much like Rust's `cargo`, node.js's `npm`, or Java's `maven`?
-
While VB’s use of the full-length Function keyword makes the language easier to approach and learn, it makes it harder to actual work with.
I use linq a lot and when chaining methods the length of…
-
Currently, the Mun runtime defaults to a mark & sweep garbage collector (henceforth GC). This a relatively simple implementation of a GC, that serves as a good proof of concept. However, going forewor…
-
This is what pure means:
1. no destructive operations on parameters
2. all parameters must be guaranteed from being changed from the outside (immutable?)
2. no calls to any other callback/function/…
-
**Issue by [yhancik](https://github.com/yhancik)**
_Saturday Mar 13, 2021 at 19:49 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/15332_
----
Forking the discussion in issue #1…
-
Briefest of discussions with Jose. NOTE: All naming up in the air.
Enable a runtime attribute such as `retryOnStderrPattern` that populates a value `retryAttempt`/`retry`/`retryCount`/`retry_count`…
-
1. Openhub의 기준을 참조하면 좋을것 같습니다.
Openhub에서 관련 API를 공개하고 있으며, 코드라인수와 커밋을 가지고 활성화 정도를 측정하고, 인기도는 기여하는 사람수로 하는 것 같군요.
2. Star수를 성과지표로 사용하는 것에 대해서, 제 개인적인 의견은 Star 수는 일반사용자의 관심도이지, 실제
사용현황도 아니고, 성과…