RE: [ANN] org.clojure/tools.cli 0.4.0

2018-09-13 Thread Sean Corfield
I don’t do any ClojureScript work right now so I can’t speak to that. I would assume it’s useful with Node 😉 I will give huge props to olical’s cljs-test-runner – that made switching tools.cli from a cljs/clj hybrid (with different capabilities in both) to a seamless cljc code base an absolute

Re: [ANN] org.clojure/tools.cli 0.4.0

2018-09-13 Thread Matching Socks
Wow, I had not even noticed the cljs half of tools-cli! Is it useful with Node? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be

Re: [ANN] com.vodori/chronology "0.1.0"

2018-09-13 Thread Tim Visher
Hi Paul, On Thu, Sep 13, 2018 at 9:05 AM Paul Rutledge wrote: > Chronology is a small library for working with cron expressions > Just FYI as I had to deal with this in depth a little while ago at work, Quartz cron expressions are _not_ POSIX cron

[ANN] com.vodori/chronology "0.1.0"

2018-09-13 Thread Paul Rutledge
Chronology is a small library for working with cron expressions and scheduling tasks. It provides infinite sequences of cron expressions (both forwards and backwards!) and provides a small layer to schedule functions as periodic tasks using core.async machinery. https://github.com/vodori/chrono

[JOB] Clojure / SRE | Board Intelligence (London, UK / Remote)

2018-09-13 Thread Patrik Sundberg
Hello! Board Intelligence (BI) is looking for a talented person to join us in a multifaceted role focusing on platform reliability in the wider sense of the word. All the way from operational setup, to CI/CD pipeline, to developing our services in a solid fashion from a reliability perspecti

[ANN] clj-new @ 21ca1b27f46dc324be084ba839beca555aeda387

2018-09-13 Thread Sean Corfield
Generate new projects from Leiningen or Boot templates, or clj-template projects, using just the clj command-line installation of Clojure! https://github.com/seancorfield/clj-new clj -Sdeps '{:deps {seancorfield/clj-new {:git/url "https://github.com/seancorfield/clj

[ANN] org.clojure/tools.cli 0.4.0

2018-09-13 Thread Sean Corfield
Tools for working with command line arguments. clj -Sdeps '{:deps {org.clojure/tools.cli {:mvn/version "0.4.0"}}}' or [org.clojure/tools.cli "0.4.0"] https://github.com/clojure/tools.cli#change-log Release 0.4.0 on 2018-09-12 * Convert everything to use .cljc files and add clj/deps.edn su