Skip to content

Instantly share code, notes, and snippets.

@jarohen
Created June 1, 2015 15:11
Show Gist options
  • Save jarohen/9402426d082a9fc2cdf5 to your computer and use it in GitHub Desktop.
Save jarohen/9402426d082a9fc2cdf5 to your computer and use it in GitHub Desktop.
(require '[com.stuartsierra.component :as c])
(c/start-system
(c/system-map
:a (-> {:d 4}
(c/using {:b :b}))
:b (-> {:c 4}
(c/using {:a :a}))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment