-
I’d like to use Hap as an opportunity to explore some fun new syntax ideas, while being careful not to blow the weirdness budget entirely, deferring to conventional dynamic imperative languages like J…
-
Someone asked on reddit if we’re going to support hyperscript. I think we could definitely do this and promote it as an alternative to JSX/whatever. The only concern I have is that hyperscript typical…
-
Hi :)
I was trying to abort a ongoing query from an em_run() call, but the only way I found was to save the `caller` variable (which is a `QueryHandle`) from any of these callbacks: https://github.co…
-
This is an attempt to flesh out an idea that I've kicked around with a number of people to address the difficulty of interacting with untyped structured data in Dart 2. The canonical example is inter…
-
The following chunk of code passes the static syntax checks:
```julia
@gen (static) function thinking!(t::Int,
is::InteractionState
)::InteractionSt…
-
Thanks again @liamhuber for the pull functionality. I tested it for the list_potentials example in my lammps node. It works really well. In the present implementation, the list_potentials node is part…
-
I've started a discussion on the ES6 future of CoffeeScript [here](https://github.com/coffeescript-cookbook/coffeescript-cookbook.github.io/issues/128). Let me quote the introduction:
> ES6 is gainin…
-
See : https://drafts.csswg.org/css-syntax/#consume-number
Also mentioned in passing by @tabatkins here : https://github.com/w3c/csswg-drafts/issues/6471#issuecomment-885945731
As a result of the…
-
# GraphQL Tuples
At this stage, GraphQL does not provide tuples. This issue proposes to extend the GraphQL specification with an additional primitive type `Tuple` (of kind `WRAPPER`).
a GraphQL …
-
# Background
UCO gives sets of strings that suggest values to use for certain properties. UCO has called this the "Semi-open vocabulary" design pattern: While certain strings should be used, strin…