-
We need a way to log things, and manage the content of these logs.
This will be bundled into a reports system, an ECS. The entities will be a report and the components will represent information abou…
-
I'm trying to integrate Toucan into a project that uses Postgres, but I can't insert into a Jsonb column. Here's the model:
```
(m/add-type! :json
:in json/generate-string
:out #(json/parse-st…
-
When using Clojure Test, the thrown? test is incorrectly flagged as "cannot be resolved"
Example
(deftest xyz
(is (thrown? Exception (... exception raising code ... ))))
-
I'm Alejandro Serrano, a PhD student in the area of functional programming, currently working in [Utrecht University](http://www.cs.uu.nl/staff/mena.html). I use Haskell for my daily job, but I also l…
-
Now that the records and patterns flag flip CL has landed, I decided to reward myself by writing up a strawman (more like a wild harebrained idea) that would help with #2895.
## Background
One o…
-
I've no idea how to determine when the core is "done".
-
How to solve [backpressure](https://www.reactivemanifesto.org/glossary#Back-Pressure) with Sieppari. Related:
* http://aleph.io/manifold/rationale.html
* https://funcool.github.io/catacumba/latest…
-
Fished out from https://news.ycombinator.com/item?id=10331008
- Would be nice to make the intro copy more informative. Like: why would I want to use it as a developer? What does it look like compared …
-
### Summary
[Prototype inheritance](https://github.com/metareflection/poof) in the style of [Jsonnet](https://jsonnet.org) or [Nix](https://nixos.org/nix/) on top of a pure lazy functional language…
-
Some of the Workplane functions use the parameter name `angleDegrees`, eg `_revolve`, `revolve`, `rotateAboutCenter`, `rotate`, `twistExtrude`
Whereas some use the parameter name `angle` eg: `polar…