Skip to content

Instantly share code, notes, and snippets.

@bonkydog
Created April 2, 2014 21:33
Show Gist options
  • Select an option

  • Save bonkydog/9943639 to your computer and use it in GitHub Desktop.

Select an option

Save bonkydog/9943639 to your computer and use it in GitHub Desktop.
(ns datomizer.datomize.encode
"Encode entities by datomizing their data-structures."
(:require [datomic.api :as d :refer [q]]
[datomizer.datoms :refer :all]
[datomizer.utility.byte-array :refer [byte-array-class]]
[datomizer.utility.debug :refer :all]
[datomizer.utility.misc :refer [ref-type]]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment