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.