metasoarous / datsys

(+ clj cljs datomic datascript re-frame-esque-frp)
Eclipse Public License 1.0
231 stars 25 forks source link

macro for adding dependencies with pomegranate #28

Closed gacelita closed 7 years ago

gacelita commented 7 years ago

Hi, I just saw this project and noticed that what you are trying to do here is very similar to what I was building, so I'm just going to use this instead (Was using tolitius/mount instead of component, chord instead of sente, re-frame instead of reagent+posh).

I noticed this comment about Pomegranate and thought I should add this macro I wrote for my own project.

Greets

metasoarous commented 7 years ago

This is great! Thanks! Would you mind switching it up to use require instead of use? Once you do that I'll happily merge in.

gacelita commented 7 years ago

Done, sorry for the delay!

metasoarous commented 7 years ago

Thanks @JoelSanchez !