-
Abstract representation meaning (AMR) is a semantic representation of the meaning of a sentence
```
(w / want-01
:arg0 (b / boy)
:arg1 (g / go-01
:arg0 b))
```
It would be useful ha…
-
This would address some issues we're having in our Clojurescript / Clojure Apps. Theoretically could wrap the Node/java libraries.
-
Macros are executed at compile time, while `import` / `require` execute at runtime, there for macro definitions in the imported module has does not affect requirer.
There are few possible ways to go …
-
Currently partial application is implemented as follows:
1. Natives magically implement as one-offs, using Pact.Eval `apply`,`apply'`
2. the typechecker relies on the type signature of the consumin…
-
It's obvious that the various clients that aren't Clojure over nREPL are far more fiddly and brittle. Especially those that try to work over stdio.
The solution to this, I think, is to write a new …
-
I saw you have a dedicated repository, but since its documentation still is a little sparse, I am not sure if that's still the preferred way or even how to add the implementation? I would be willing t…
-
DynamoDB's Document API provides support for functionality that isn't on their base API, like requesting a maxResultSize on queries or scans. Are there any plans to support it?
You can read more here…
-
Just wanted to stir up a conversation about this. I personally find specing functions to be tedious for most, simple functions.
Assume we had this spec:
```clojure
(ds/spec ::user {::id spec/…
-
How can I define a collection spec that works on all collections (not just vectors or sets)?
To illustrate the issue I'm having:
```
cljs.user> (s/validate [s/Int] #{1 2})
#error {:message "Va…
-
The functions `get-key` and `get-key-blocking` are giving you all keys pressed. But they don't seem to recognise the Control, Alt & super (and on Mac Command) keys.
For instance, `get-key` returns '…