[ANN] A lightweight time lib for Clojure(Script)

2017-06-15 Thread Isaac Zeng
time.clj is a lightweight lib. 1. extends Date(java.util.Date or js/Date) support `timezone` & 'first-day-of-week` 2. date format supports both Clojure & ClojureScript 3. a lightweight scheduler system, depends on core.async

Re: What kind of dependency is org.clojure/core.specs in a Leiningen project?

2017-06-15 Thread 676c7473
Ah, indeed. This was helpful, thank you! -- 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 patient with your first post. To

Re: What kind of dependency is org.clojure/core.specs in a Leiningen project?

2017-06-15 Thread Alex Miller
Clojure itself depends on core.specs.alpha, so you shouldn't need to dependent on it at all (presuming you depend on a sufficiently recent Clojure 1.9.0 alpha. On Thursday, June 15, 2017 at 11:25:36 AM UTC-5, 676c7...@gmail.com wrote: > > Hello, > > I have a question regarding the Clojure spec

Re: What kind of dependency is org.clojure/core.specs in a Leiningen project?

2017-06-15 Thread adrian . medina
Consider adding it as a dependency in your :dev profile. On Thursday, June 15, 2017 at 12:25:36 PM UTC-4, 676c...@gmail.com wrote: > > Hello, > > I have a question regarding the Clojure spec split. > > How would a diligent Clojure library author declare the core.specs > dependency in a Leiningen

What kind of dependency is org.clojure/core.specs in a Leiningen project?

2017-06-15 Thread 676c7473
Hello, I have a question regarding the Clojure spec split. How would a diligent Clojure library author declare the core.specs dependency in a Leiningen project? The core specs need to be available during development, but they are not really a dependency if I never refer to them anywhere: so I

Re: [ANN] Specter 1.0.2 released

2017-06-15 Thread Joe Python
Nice. Thank you. On Monday, June 12, 2017 at 12:09:30 PM UTC-4, Nathan Marz wrote: > > Specter supercharges your ability to use and manipulate data structures in > Clojure and ClojureScript. 1.0.2 contains minor improvements. > https://github.com/nathanmarz/specter > > > Full changelog: > > *