Skip to content

Instantly share code, notes, and snippets.

@uwo
uwo / README.md
Last active July 22, 2018 17:44 — forked from jcf/log.clj
Refresh logback.xml from a Clojure REPL

deps.edn

{:deps {gist-uwo/logbacku {:git/url "https://gist.github.com/uwo/e98b012c0d9b4bfb4d3464c2ac1e5efd"
                          :sha "6febe8063e7189f39c1bdeb11db2e4ade519bcb8"}}}
@uwo
uwo / pull_util.clj
Created November 15, 2018 21:27
to-pull-expression
(ns pull-util)
(defn to-pull-expression
"Naively build pull expression from given tree. Doesn't work with refs
that are represented by idents (keywords), e.g. enums, at the moment."
[tree]
(letfn [(card-many-ref? [v]
(and (sequential? v)
(every? map? v)))
(branch? [v]
@uwo
uwo / .gitignore
Last active January 30, 2019 23:08
Search trees like ctrl-F ?
.cpcache
.nrepl-port