-
Bash-style `&&` and `||` control operators would be handy additions to the language.
For instance, instead of writing (the examples are contrived, but hopefully illustrate the point):
```powersh…
-
It would help to have a general programming model for using Event Sourcing as an approach to managing grain state. Likely that would be an alternative or an extension to the declarative persistence mo…
-
I have a library with files without branch. genhtml sort these files always randomly between each other.
I can have :
![image](https://user-images.githubusercontent.com/9248729/114209558-0a60f00…
-
I'm curious why there has been less work on this project recently. Is it just a matter of time or lack of faith in the paradigm it's espousing?
-
I commented on an old issue in tc39/proposal-private-fields#102 but after reading the answer I feel like I should re-open an issue.
It's been discussed before: current `PrivateName` spec doesn't tu…
jods4 updated
2 years ago
-
I'd like to have your comment about how much I can imitate algebraic effects with an imperative, interpreted language.
Currently in my mind is a `perform` keyword, prefixing to an expression, so if…
-
The `AsyncResource` API has been largely unchanged since its creation many majors ago, and `AsyncLocalStorage` has been out in the wild for awhile now and has proven its utility. I think both should b…
-
Hello.
I'm interested in formal execution definition of WASM with exception handling proposal included.
What I now think is that the `try catch end` block semantics with `throw` instruction can …
-
Exceptions, non-local control constructs, and unwinding are all related but different entities. It is important to understand the distinction between these concepts, and to see that distinction consid…
-
I've found minimal documentation how to do the export - but is there a programmer's documentation how to add a new programming language to the export?
It looks like the import feature is currently …