Re: [ANN] Leiningen 2.7.0

2016-08-28 Thread Mike Rodriguez
I'm excited about this :managed-dependencies feature along with it's combined usage with lein-parent. I think this is a feature I really needed from Leiningen for quite some time now. On Wednesday, August 24, 2016 at 7:03:52 PM UTC-5, Jean Niklas L'orange wrote: > > Greetings, fellow Clojuria

Re: Lym - written by clojurescript and react native is on apple store

2016-08-28 Thread Gary Schiltz
Thanks for making this free! Any chance you are going to release the source? On Sunday, August 28, 2016 at 3:28:57 AM UTC-5, Tienson Qin wrote: > > Hi everyone, happy to announce Lym is on apple store > now! > It's group chat app for learning different cultures, languages, a

[ANN] data.xml 0.1.0-beta2

2016-08-28 Thread Ryan Senior
data.xml is a Clojure contrib library that parses and emits XML. Github: https://github.com/clojure/data.xml Changelog: https://github.com/clojure/data.xml/blob/master/CHANGES.md Information on updating the dependency is here . 0.1.0-beta2

Re: Protocols for persistence - not sure about a few cases

2016-08-28 Thread Shantanu Kumar
Considering the regular use-cases with records: Create - requires record without any auto-generated identifiers Retrieve - requires primary identifier or lookup parameters Update - requires record with primary identifier and updated fields Delete - requires primary identifier or lookup parameters

Protocols for persistence - not sure about a few cases

2016-08-28 Thread Jonathon McKitrick
I'm beginning a foray into protocols after coming from the Common Lisp world of multimethods. I'm using them initially to implement a consistent load/save API over the DB layer. It's pretty simple to have a Saveable protocol to save one object, because the first argument is a Record of the type

Re: Should the specs defined in clojure.core.specs be used by in other projects?

2016-08-28 Thread Daniel Marjenburgh
Great!. Thank yo. On Sunday, 28 August 2016 14:24:37 UTC+2, Alex Miller wrote: > > Yes, you can and should leverage the clojure.core.specs. > > They may change indiscriminately during alphas but we will start to lock > those down more when we move towards final release. > -- You received this m

Should the specs defined in clojure.core.specs be used by in other projects?

2016-08-28 Thread Alex Miller
Yes, you can and should leverage the clojure.core.specs. They may change indiscriminately during alphas but we will start to lock those down more when we move towards final release. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gro

Should the specs defined in clojure.core.specs be used by in other projects?

2016-08-28 Thread Daniel Marjenburgh
There are a bunch of useful specs in clojure.core.specs that I would like to re-use for spec'ing my own functions and macros. (E.g. :clojure.core.specs/binding-form) Are these meant to be used outside of clojure.core? Or will I be inviting trouble later down the road when the specs potentially c

Re: Lym - written by clojurescript and react native is on apple store

2016-08-28 Thread Tienson Qin
Briefly websocket + webrtc. For websocket, I'm using sente, react-native-webrtc for webrtc. On Sun, Aug 28, 2016 at 5:18 PM 'Adrian A.' via Clojure < clojure@googlegroups.com> wrote: > > also support 1-on-1 video chat > Could you please detail how was this feature implemented? > > Thanks. > > --

Re: Parsing namespaced XML with clojure.data.xml

2016-08-28 Thread Herwig Hochleitner
2016-08-25 1:53 GMT+02:00 Matching Socks : > Namespaced XML is inherently value-comparable and unambiguous. It would > be shame to give up on that, and disperse the burden throughout every layer > of library and consumer. > That's a very good point. Disregarding concerns for edn syntax for a mom

Re: Lym - written by clojurescript and react native is on apple store

2016-08-28 Thread 'Adrian A.' via Clojure
> also support 1-on-1 video chat Could you please detail how was this feature implemented? Thanks. -- 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 mode

Lym - written by clojurescript and react native is on apple store

2016-08-28 Thread Tienson Qin
Hi everyone, happy to announce Lym is on apple store now! It's group chat app for learning different cultures, languages, also support 1-on-1 video chat. Libraries used: [[org.clojure/clojure "1.8.0"] [org.clojure/clojurescript "1.9.36"]