-
Surveys:
[A Survey of Smart Contract Formal Specification and Verification. ACM Comput. Surv. 2022](https://dblp.org/rec/journals/csur/TolmachLLLL22)
Awesome:
* https://github.com/leonardoalt…
-
When a consumer receives an `updater` in its `applyUpdater` callback, it may need to know more about the content / intent / semantics of the `updater` in order to make state changes.
The `updater` …
-
main issue: #8629 related: #16412
Do we want to support coercions aka implicit conversions for arguments to interface-constrained functions?
For example, given:
```chpl
proc myfu…
-
_migrated from Trac, where originally posted by **kohlhase** on 20-Jun-2009 8:01pm_
I have been starting to think about a narrative/content structure in
OMDoc 1.6. I think that this needs to be compl…
-
The design doc currently is a bit bare. We should write a paper that describes the goals, assumptions, threat model, and design principles in freedom.js
-
Eventual goal: point to Verse rewrite rules that, when changed or eliminated, make Verse "sufficiently like pattern matching."
-
**TL;DR:** Zig should adopt an official memory model. Some options are to use the C/C++ memory model (easy), or its own better memory model (very hard).
*(Note that this issue is about the semanti…
mb64 updated
11 months ago
-
After years of struggling with the Eclipse resource management model, I'd love to keep that fight out of Two. Text editors like VS.Code somewhat have done away with formal projects and things seem to …
-
I'm not sure if it is intentional (in which case it should be documented) or not, but if you match _, the lexeme you get is empty (that is, ""). This means you can't, for example, use the default as a…
-
_migrated from Trac, where originally posted by **clange** on 18-Jun-2009 10:17pm_
dc:source in OMDoc 1.2 could have a URI or a string target. Now if we want to translate the pragmatic `` element to…