Arne Brasseur
Arne Brasseur
Seems http://landofquil.we-do-fp.berlin/ no longer works. Anyone looking for The Land Of Quil, try this link instead: http://landofquil.we-do-fp.berlin.s3-website.eu-central-1.amazonaws.com/
See an earlier draft pitch here (not all of it still matches my thinking, but linking for reference). https://nextjournal.com/lambdaisland/pitch-kaocha-doctests Some languages have "doctests", the ability to encode examples in docstrings,...
This is a feature we've been thinking/talking about for quite some time, see an earlier draft pitch document here: https://nextjournal.com/lambdaisland/pitch-test-selections Test selections are a way of encoding subsets of tests,...
**Initial debugging steps** - [x] Updating to using the latest released version of Leiningen (`lein upgrade`). - [x] Moving your `~/.lein/profiles.clj` (if present) out of the way. This contains third-party...
Since Java 8 any Java distribution comes with a complete Webkit inside it as part of JFX. ([docs](https://docs.oracle.com/javase/8/javafx/embedded-browser-tutorial/overview.htm)) It would be fantastic to have support for that in doo, since...
The current design assumes that any string that is valid hex is intended to a binary string. This means it's not possible to encode such strings as regular strings, e.g....
This came up after some questions on Clojurians Slack, there are some things which can be counterintuitive when using cljsbuild directly - running `lein cljsbuild once` blows up The reason...
Add a `+sente` flag which adds two components (frontend + backend) that encapsulate the sente boilerplate.
`rewrite-clj.zip/right` skips over whitespace, comments, commas, newlines, but does not skip over uneval nodes. I thought this was quite surprising. Is this intentional?
Seems it has trouble parsing forms like `1/8`