Re: [ClojureScript] Business logic vs OM

2014-12-21 Thread Oliver George
Quick follow up. Seems like this is a topic that David and others are exploring. https://github.com/swannodette/om/issues/293 https://github.com/swannodette/om/issues/265 On Sunday, December 21, 2014 1:21:50 AM UTC+11, Timothy Washington wrote: > Yeah, Paul gave a great presentation, I th

Re: [ClojureScript] Browserless ClojureScript

2014-12-21 Thread Laurent PETIT
I can't wait to see a node+cljs version of a Leiningen client :-) Le lundi 22 décembre 2014, Boris Kourtoukov a écrit : > Thanks for this! The last batch of updates have made it so much easier to > work with node. > > On Sunday, December 21, 2014 1:58:23 PM UTC-5, David Nolen wrote: >> >> Clojur

[ClojureScript] Re: Browserless ClojureScript

2014-12-21 Thread Boris Kourtoukov
Thanks for this! The last batch of updates have made it so much easier to work with node. On Sunday, December 21, 2014 1:58:23 PM UTC-5, David Nolen wrote: > > ClojureScript's Node.js support has come a very long way. I've written > a short post about it > http://swannodette.github.io/2014/12/

Re: [ClojureScript] Re: UI toolkit with Clojurescript?

2014-12-21 Thread gvim
On 21/12/2014 19:57, Sean Tempesta wrote: http://www.appgyver.com/ I've almost got a complete app built after 3 days of coding and it just works on the iPhone. I haven't tried the Android build yet, but if it works at all I'm going to be really impressed. No pony I'm afraid as Supersonic a

Re: [ClojureScript] Re: UI toolkit with Clojurescript?

2014-12-21 Thread gvim
On 21/12/2014 19:57, Sean Tempesta wrote: Hey gvim, I feel your pain. I was looking for the same thing, but I couldn't find a react solution. However, I've been really impressed with Ionic (and even more impressed by AppGyver's version with native bindings). Yes Angular kind of sucks, but

Re: [ClojureScript] UI toolkit with Clojurescript?

2014-12-21 Thread gvim
On 22/12/2014 00:34, Mike Haney wrote: Personally, I would have a hard time justifying Angular for new work, especially if it's a commercial project. Given recent announcements from the devs, you are left with a choice of using the 1.x versions, which will not be compatible going forward, or

Re: [ClojureScript] Re: UI toolkit with Clojurescript?

2014-12-21 Thread gvim
On 21/12/2014 19:57, Sean Tempesta wrote: Yes Angular kind of sucks, but if you just use the directives to handle the functionality you can use React + Reagent/Om for everything else. My main concern is not Angular itself but having to add Angular to ReactJS + Clojurescript/Om + app code +

[ClojureScript] UI toolkit with Clojurescript?

2014-12-21 Thread Mike Haney
Personally, I would have a hard time justifying Angular for new work, especially if it's a commercial project. Given recent announcements from the devs, you are left with a choice of using the 1.x versions, which will not be compatible going forward, or planning around the 2.x release which won

[ClojureScript] Re: ANN: ClojureScript 0.0-2496, cljs.test - a clojure.test port

2014-12-21 Thread Yehonathan Sharvit
Now that var is implemented. Could we expect the support of private functions in cljs? On Wednesday, 17 December 2014 23:54:09 UTC+2, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com/clojure/clojurescript

Re: [ClojureScript] Bundling JavaScript library with CLJS library

2014-12-21 Thread Yehonathan Sharvit
I have tried a lot of things but I am not yet able to write a cljs library that includes a js file. Could someone provide a simple tutorial for it? Thanks. On Monday, 1 December 2014 20:58:44 UTC+2, Daniel Compton wrote: > Hi Yehonathan > > > I think you’re looking for externs. They allow yo

[ClojureScript] Safe and fast clojure + cljs crypto-hashing - input needed

2014-12-21 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo, tldr; I would like to have some input, because the crypto-hash function for edn is a basic building block to distribute values and cannot easily be changed later. I have developed a cross-platform implementation to create UUID5 values based o

[ClojureScript] Re: UI toolkit with Clojurescript?

2014-12-21 Thread Sean Tempesta
On Saturday, December 20, 2014 8:28:26 PM UTC-8, g vim wrote: > I have a mobile web project which I would like to implement in > Clojurescript and Om or Reagent but I need a fully featured mobile UI > toolkit. The most popular ones I've seen are tied to a framework: > > - jQuery Mobile / jQuery

[ClojureScript] Browserless ClojureScript

2014-12-21 Thread Mike Haney
Good stuff. Has anyone tried using Clojurescript with AWS Lambda? -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and

Re: [ClojureScript] Browserless ClojureScript

2014-12-21 Thread Mimmo Cosenza
wonderful! mimmo > On 21 Dec 2014, at 19:58, David Nolen wrote: > > ClojureScript's Node.js support has come a very long way. I've written > a short post about it > http://swannodette.github.io/2014/12/21/browserless-clojurescript/. > > I think this will be of interest to anyone building > non

[ClojureScript] Browserless ClojureScript

2014-12-21 Thread David Nolen
ClojureScript's Node.js support has come a very long way. I've written a short post about it http://swannodette.github.io/2014/12/21/browserless-clojurescript/. I think this will be of interest to anyone building non-browser-centric ClojureScript libraries or those people who want to write shell s

Re: [ClojureScript] ANN: ClojureScript 0.0-2505

2014-12-21 Thread Andrey Antukh
Great work! Thanks! 2014-12-21 19:21 GMT+01:00 Alan Moore : > +1 thanks! > > Alan > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To uns

Re: [ClojureScript] ANN: ClojureScript 0.0-2505

2014-12-21 Thread Alan Moore
+1 thanks! Alan -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [ClojureScript] ANN: ClojureScript 0.0-2505

2014-12-21 Thread Mimmo Cosenza
David, you’re unstoppable ;-) mimmo > On 21 Dec 2014, at 19:12, David Nolen wrote: > > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com/clojure/clojurescript > > New release version: 0.0-2505 > > Leiningen dependency inform

[ClojureScript] ANN: ClojureScript 0.0-2505

2014-12-21 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript New release version: 0.0-2505 Leiningen dependency information: [org.clojure/clojurescript "0.0-2505"] This release fixes an issue with cljs.test and impr

[ClojureScript] Re: ANN: Om 0.8.0-beta4

2014-12-21 Thread David Nolen
Just cut Om 0.8.0-beta5, the only change is bumping to a version of the React JAR that supplies new externs for changes to React in 0.12.2. On Sat, Dec 20, 2014 at 2:12 PM, David Nolen wrote: > The main change is getting back in sync with React 0.12.2 plus a few > small enhancements. Feedback wel