-
My profiles.clj:
``` clojure
{:user {:plugins [[http-kit/lein-template "1.0.0-SNAPSHOT"]
[lein-ancient "LATEST"]]
:dependencies [[slamhound "1.3.3"]]
:aliases {"s…
-
In directory mode, when run from the command line, slamhound appears to be attempting to process foo.clj~ emacs tmp files, which is weird.
This fixes it:
``` diff
diff --git a/src/slam/hound.clj b/s…
-
Why is the following not possible?
``` Clojure
[[:div#first "first"]
[:div#second "second"]]
```
-
I recently moved an app to a new environment at Blue Box, and have been seeing a strange issue with SSL requests. Basically, the first time I startup a session, say in ./script/console, and I do a sim…
-
``` clojure
(ns corpus.core
(:use [opennlp.nlp :only [make-sentence-detector make-tokenizer
make-detokenizer]]
[opennlp.tools.lazy :only [sentence-seq]]
[…