[ClojureScript] Re: Writing Clojurescript with Angular

2014-10-20 Thread Yehonathan Sharvit
On Sunday, 19 October 2014 19:25:10 UTC+3, Rory Douglas wrote: I'm not using this, but I'd be interested to know if you're using Gyr or just direct JS interop? I am using Gyr and it is great for: 1. macros for controller/service... definition 2. accessing js nested structure 3. calling js

Re: [ClojureScript] Re: Writing Clojurescript with Angular

2014-10-20 Thread Yehonathan Sharvit
Could you give an example, please? — Sent from Mailbox On Mon, Oct 20, 2014 at 5:49 PM, Gary Trakhman gary.trakh...@gmail.com wrote: It's helpful in the sense that you can wrap standard arrays and JS objects to work with CLJS protocols without globally affecting your whole app. That may or

[ClojureScript] Re: Writing Clojurescript with Angular

2014-10-19 Thread Kevin Lynagh
On Sunday, October 19, 2014 2:28:52 AM UTC-7, Yehonathan Sharvit wrote: Hello, I am pushing very strong clojurescript in my company. Currently we use cljs + angular. I am curious to know how many people use this stack and do you have any recommendation? Thanks. My company has

Re: [ClojureScript] Re: Writing Clojurescript with Angular

2014-10-19 Thread Gary Trakhman
Now cljs supports 'specify' so it'll be a bit easier to work with angular than when Kevin wrote his original blog post. http://dev.clojure.org/jira/browse/CLJS-414 I tried to build something with CLJS/Angular before Om was a thing, and I found it hard to keep track of what kind of data I was