-
Reagent has goods docs but they're somewhat hard to find. Some topics are covered in the API docs, others are discussed in the NEWS posts. Some information again is best covered in re-frame's docs or …
-
I, for one, start to think about indentation first thing when formatting is mentioned. So therefore this thread on that issue. As the plethora of [zprint](/kkinnear/zprint) indentation options show us…
-
using the xtdb/postgrex@xtdb-support (a fork of elixir-ecto/postgrex) against mpisanko/xtdb@elixir-support (adds necessary columns in pg_type for postgrex - typsend+typreceive).
16:17:44.100 [pgwir…
-
This is a continuation of https://github.com/cl-library-docs/common-lisp-libraries/issues/3 after the original issue deviated too much.
Relevant discussion from the original thread includes the fol…
-
Raised me in rewrite-cljc-playground, see https://github.com/lread/rewrite-cljc-playground/issues/59
Much thanks to @sogaiu for bringing this up on Slack.
Rewrite-clj (and therefore rewrite-cljc…
lread updated
3 years ago
-
Namely, a function should be aware of its context and be able to modify it.
Firstly, a function should have a method by which it can call itself, anonymous fn or otherwise. (it's certainly more clea…
-
[This grew out of thinking about #925.]
Right now, there is a disharmony in Dex syntax. From Haskell, we write function types separating every argument's type with an arrow:
```
n:Type ?-> Ix n …
-
I'm not sure if this is within the scope of the API - I'd like to read a specific sheet within a workbook.
ghost updated
10 years ago
-
After a coding spree I often realize that I'd like to rearrange some of my code. For instance I defined a utility function and would now like to also move that to the "utilities" namespace.
In the…
-
IntelliJ's SQL language injection is something I find really useful. It doesn't seem to work in clj files!