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

2016-09-14 Thread Tienson Qin
ree, is it working too? is it using the same > cljs codebase were there any challenges getting both platforms to work? > > On Tue, Sep 13, 2016 at 10:24 PM Tienson Qin wrote: > >> Just release that, >> https://github.com/tiensonqin/lymchat >> >> >> On Mond

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

2016-09-13 Thread Tienson Qin
Just release that, https://github.com/tiensonqin/lymchat On Monday, August 29, 2016 at 6:28:56 AM UTC+8, Gary Schiltz wrote: > > 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

Read the code of clj_http ,then I have one questions,#' that mean ?

2016-09-12 Thread Tienson Qin
It means var quote, I think you can find more in clojure.org reader literals. http://clojure.org/reference/reader -- 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 m

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. > > --

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"]

Clojure try with PredictionIO which is an open source machine learning server

2013-11-07 Thread Tienson Qin
PredictionIO is an open source machine learning server for software developers to create predictive features, such as personalization, recommendation and content discovery. I've written a recommendation sample with clojure, thanks to PredictionIO's RESTful api, the code is very simple and shor