-
We have an old issue #11 for this, but it is 4 years old so I think it is worth opening a new one.
Recently Google's [J2CL](https://github.com/google/j2cl) team is using wasm and they asked for `fi…
-
As requested, here is a write-up of the design I mentioned in my presentation (WebAssembly/meetings#934).
# Overview
The idea of the design is to give wasm programs access to first-class stacks …
-
In julia 1.3 the threadsafe runtime for truly parallel tasks [has arrived](https://julialang.org/blog/2019/07/multithreading) which will greatly increase the interest in concurrent computation in Juli…
c42f updated
11 months ago
-
What about furthering this proposal, & allowing for bound methods on classes? React &al could perhaps benefit from this. Instead of having each consumer have to use a bind operator, the class itself c…
-
Migrated from [rt.perl.org#117261](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=117261) (status was 'open')
Searchable as RT117261$
p5pRT updated
2 years ago
-
It'd be great to extend the places where auto-completion works in ESS.
We could start by looking for `data = x` arguments, and look for the names in `x`. This way, auto-completion would be triggered …
-
[JavaScript Promises: an Introduction | Web | Google Developers](https://developers.google.com/web/fundamentals/primers/promises)
[Promise - JavaScript | MDN](https://developer.mozilla.org/en-U…
-
**Declaration site**
```
foo(x: Q, y: R, implicit z: S, implicit w: T)
```
**Usage site**
```
foo(x, y)
```
```
foo(x, y, z := z)
```
```
foo(x := 1, y, z:=z)
```
**Pros**
…
-
As discussed previously in #19 (and resolved in #46), intercepting a navigation using the `navigate` event and converting it into a same-document navigation will synchronously update `location.href`, …
-
This is an issue for gathering feedback on the Ring 2.0 design.
The code and documentation will be held in the [2.0 branch](https://github.com/ring-clojure/ring/tree/2.0) of the repository.
The …