-
Many languages provide a lightweight syntax for specifying anonymous functions, in which the function type is derived from the surrounding context.
Consider a slightly contrived example from the Go…
neild updated
19 hours ago
-
![image](https://user-images.githubusercontent.com/414141/185047255-a531605d-8e8b-4fb9-a40b-6003d9a05a9a.png)
![image](https://user-images.githubusercontent.com/414141/185102329-b7072f77-5041-4f5a-97…
-
Immutable data are used heavily for web applications today, commonly with Elm-like (redux, ngrx, ...) architectures. Most common thing web developer is doing with data is creating a copy of it with so…
-
In standard Qi, flows are functions, and their semantics are function invocation. We've often talked about alternative semantics for flows. Let's look at a few especially interesting ideas, in connect…
-
I've been running into a few problems with dependencies (and I've also caused one... see: `drasil-code-base`) because I'm unsure of where code (primarily regarding 'printing') should be placed. I've a…
-
### Contribution guidelines
- [X] I've read the [contribution guidelines](https://github.com/mailcow/mailcow-dockerized/blob/master/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug and…
-
[ this issue is raised just by me personally, not on behalf of the Board. We'll be discussing these matters in the next few months, so I wanted to give a heads up / head start on how we are likely to …
mnot updated
2 months ago
-
- [ ] Proposal added
- [ ] Discussed in LDM
- [ ] Decision in LDM
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
See
- https://github.com/dotnet/roslyn/issues/188
- https://github.c…
-
Hi,
I just came across forst-lang as I was exploring some of my own programming language ideas. Idea of decoupling syntax choice from from language choice especially resonates with me, at the end o…
-
Since the symbols module is soon going to reach a state where it's relatively usable, I believe it's time to think about the next major step: compiling/executing. Since most compilers introduce some i…