-
We all know that "the top level is hopeless," but maybe Racket2 could be a chance to make it a little less hopeless.
The most comprehensive list of top-level issues I know is [this one](https://gis…
-
A demo of Session Types has been created at [ProtocolResearch/SessionTypesDemo](../tree/master/ProtocolResearch/SessionTypesDemo). It may need refining, as currently a single protocol may be expressib…
-
Clearly there is no way for the following collapse to have any item:
```
!(== () (collapse (let* (($L ())
($x (superpose $L)))
$x)))
```
**Yet:*…
-
There are lot situations where `new` keyword can be omitted.
`var p = new Point();`
can be
`var p = Point();`
Keyword `new` will be required to resolve ambiguity, for example if Point() …
-
This proposal is extracted from #16512, with more details and justification.
# Background
Zig currently has the concept of an "anonymous struct type". This is a type which comes from an anonymou…
mlugg updated
7 months ago
-
### What problem are you trying to solve?
WCAG calls for transcripts as a text alternative for audio-only speech, and for spoken video soundtracks in some cases.
HTML does not have a native `` …
-
I'd like to get into what goals people have for this project a bit more.
I'd like to see this project ultimately end up being the "django" for voxel/roguelike/tile games.
I'd like it if there was on…
-
I have a couple different changes I think could benefit this project. Let me know if you would be open to these changes and I'd be happy to do the work of submitting PRs around them.
### 1. Refacto…
-
Many projects, especially early only need a bunch of dependencies, nothing else.
It have been requested from several people (e.g. @densh) to be able to specify those in a more concise way than a fu…
cvogt updated
7 years ago
-
✅ fastlane environment ✅
### Stack
| Key | Value |
| --------------------------- | ---------------------------------…