-
Hi Wes,
I dream something and write a proof of concept code. When we support only tag names, of course they were all in English. But I think, semantic names should be translatable.
So, here is my conc…
-
``` js
function even(x){
__ecma_tailcall: return odd(x-1);
}
function odd(x){
__ecma_tailcall: return even(x-1)
}
```
The label is quite descriptive and it is also valid es5 syntax, about backward…
-
Syntax Considerations for a dependently typed Wenyan-style proof assistant
## Motivation
I find `wenyan` to be the first language that elegantly expresses computational constructs in natural w…
-
@danielnaber @yakovru
In my writing (both in English and Russian) I always have a number of 'typo' errors, which arise due to rewriting the sentence. That is, I might finish rewriting the sentence a …
-
D's stdlib looks like a bit of a scary hodgepodge though, so... careful! :)
-> OK, so I have a better idea (after some digging with concerning results): **use it for prototyping!!!**
-
After doing some work porting this to Haskell and I discovered that there is an inconsistency between `andMap` and `andThen`.
Specifically it breaks the `ap` law:
```haskell
ap mf ma = mf >>= …
-
Hi, I have a jwt token with a compressed payload (RFC1951)
I can see in the header: `"zip": "DEF"`. Does jwt-scala has support for that?
Thanks
-
I'm building an app where users can install "applets" that are pieces of UI built by third-parties, we are thinking of distributing them as WASM blobs as we can bundle not only data but logic in a com…
-
Thank you very much for the great contribution to formalizing scientific computing!
Can you please let me know when we can expect PDE support in SciLean?
-
In order to benefit from a wider range of tools and broaden horizons I think it's a good idea to support netlist formats - or formats that are easily parsable and usable as a zkSNARK circuit.
The I…