Skip to content

Instantly share code, notes, and snippets.

(ns aero2.core-with-path
(:require
[clojure.edn :as edn]
[clojure.java.io :as io]
[clojure.walk :as walk])
(:import
[java.io PushbackReader StringReader]))
;; An unpolished, crude re-implementation of Juxt's brilliant config
;; library Aero, in 200 fewer lines and more than twice as fast.
(ns fredrik.datomic
(:require [clojure.core.async :as a]
[datomic.api :as d])
(:import (java.util.concurrent LinkedBlockingQueue TimeUnit)))
;;; Add the attribute :tx/request-made? onto transactions to signal
;;; they need additional processing at some point.
;;; Create test database and connection