Re: [ANN] com.walmartlabs/cond-let 1.0.0

2018-10-04 Thread lei Shulang
But a Maybe/Nothing will short-circuit the whole flow where cond-let won't? On Thursday, 4 October 2018 08:38:05 UTC-7, Moe Aboulkheir wrote: > > See https://funcool.github.io/cats/latest/#mlet for something closer to > home, in the monadic vein. > > > On Thu, Oct 4, 2018 at 4:10 PM Gary Trakhm

Re: [ANN] graphql-clj 0.2.0

2017-04-27 Thread Lei
just open sourced recently, I only read some document about it. There is also another option named alumbra worth trying as well. It is good to have options. On Mon, Apr 24, 2017 at 7:29 PM, Didier wrote: > How does this compare to Lacinia? > > > On Monday, 24 April 2017 11:24:22

[ANN] graphql-clj 0.2.0

2017-04-24 Thread Lei
/graphql-clj Any comments and advices are welcome! Cheers, Lei -- 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

Re: conditional support for spec in libraries

2016-10-23 Thread Lei
graphql-clj library tries to support both Clojure 1.9 and 1.8. The way it does: Library use Clojure 1.9 as dependency. For project uses Clojure 1.8 and depends on graphql-clj, it has a few options: 1. Don't use the namespace with clojure.spec or 2. Add https://github.com/tonsky/clojure-f

[ANN] graphql-clj: An Clojure library provides GraphQL implementation

2016-10-15 Thread Lei
- Yannick Scherer This library is under active development. Any feedback is welcome, especially github PR and issues. Cheers, Lei -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroup

[ANN] graphql-clj: An Clojure library provides GraphQL implementation

2016-10-15 Thread Lei
This library is under active development. Any feedback is welcome, especially github PR and issues. Cheers, Lei -- 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 post