-
I have trouble taking native/A+ promises seriously, mostly due to its impossible-to-analyze behavior around automagically unwrapping thenables (I believe this is commonly known as "failure to be a mo…
-
There is a consensus that the direct package promotes undesirable programming paradigms, such as the usage of built-ins, god objects, lack of separation of concerns, etc. Furthermore, it creates a di…
-
Even simple OCaml programs depend on bits written in C, via the runtime or the FFI, and all bytecode OCaml programs are run by an interpreter written in C. C11 has so-called “catch-fire” semantics for…
-
[According to the Type parameters proposal](https://go.googlesource.com/proposal/+/refs/heads/master/design/43651-type-parameters.md), it is not allowed to define type parameters in methods.
This l…
-
Remarkably, _Immutables_ have pretty decent support for the algebraic data type -like classes.
Examples:
- ADT-like types using OO inheritance and object graphs:
https://github.com/immutables/immuta…
-
### Description of defect
Previously this repository contained services that one could easily look at to see how they could be reused in your own code (like the LED service).
Now all the example…
ghost updated
3 years ago
-
I like [Cells](https://github.com/trailblazer/cells) gem for Rails very much, the only thing I do not like it the syntax. For example I find
cell(:post,post).(:title_with_date)
very ugly. I …
-
# ORC-8 The Session Network Token
## Introduction
It currently appears that KuCoin is moving to remove OXEN from their exchange. While this is an adverse development, it (in part) confirms conce…
-
# Ideas | Pitch by Shun Kakinoki
Pitch by Shun Kakinoki
[https://pitch.shunkakinoki.com/ideas/](https://pitch.shunkakinoki.com/ideas/)
-
Hi,
I think this language looks pretty cool and it'll be informative to see chumsky being used as intended by you, the original author.
However, I'm having trouble learning the language's syntax…