-
I ran across a very cool static analysis tool called [kibit](https://github.com/jonase/kibit). I ran it against our code and got the following. If you notice one of these in something you did then ch…
-
Lasciate ogne speranza, voi ch'intrate. Or: this RFC is pretty big, sorry about that.
## What?
in which I try to explain what I’d like.
Many programming languages have some version of variadi…
-
It would be cool to have higher-order function instructions like map, reduce, and filter in Clojush. Maybe they'd only be defined on the array-like types (string, vector_integer, vector_boolean, etc.)…
-
Hi!
The following:
```clj
(malli.error/humanize
(malli.core/explain [:sequential :string] #{"a"}))
```
returns `"invalid-type"`. That could be improved in a couple ways:
* it could say…
vemv updated
5 months ago
-
Long live Marginalia!
Feature request: consider exporting markdown instead of html.
I even did some small poc: https://gist.github.com/genmeblog/14a03bf7ee67f3435376e482e3981759
this topic is…
-
It's been a while since I've done a comprehensive self-host test run. I've add a input variable to workflow so that self-hosted mode can be added for manually triggered workflows. The CI run is at: h…
-
I was looking into what it would take to support printing console output, since this is a common thing people try to do and currently makes the whole test run error without any meaningful message.
…
-
I often find myself explaining, step by step, what a trace is doing in each step. The constants and input values are straightforward; the instructions can be more complicated.
I'd like to suggest p…
-
There are various ways to define and access properties defined with protocols and data types which are non-obvious and not explained or clarified in the Protocols or Data Types guides
I propose up…
-
In reference to letfn, etc., would it be possible to introduce a meta-data value that would identify which parameter, in a macro, was to be introduced as a symbol or binding form?
```
(defmacro let-l…