Fork me on GitHub
#announcements
<
2019-09-16
>
madstap11:09:40

I wrote a little DSL for scheduling. For an example, triple witching hour is [#{:march :june :september :december} [3 :friday] "15:00" "America/New_York"]. It's not on clojars yet, because I didn't figure out how to deploy with deps.edn yet, but the git coords are in the readme. https://github.com/madstap/recex/

🚀 8
cjohansen12:09:00

There is some info on deploying with deps.edn here: https://cjohansen.no/tools-deps-figwheel-main-devcards-emacs/ It's written for ClojureScript, but deployment (step 8) is the same for both.

👍 4