angularjs also has a promise - http://docs.angularjs.org/api/ng.$q
I can vouch for using angularjs with clojurescript (it's much better than using jquery in cljs), but haven't got as far as using this API item, though I can't imagine that it would be that complicated. - Niel On Tue, Nov 27, 2012 at 2:53 AM, Frank Siebenlist < [email protected]> wrote: > I've been following the separate discussion-thread about your enhanced > Promise effort, and it looks really cool and very useful. > > Having that also available (next week ;-) ) in clojurescript would be > fantastic! > > -FS. > > > On Nov 26, 2012, at 5:32 PM, Stuart Sierra <[email protected]> > wrote: > > > I've been working on a promises API with callbacks for Clojure (JVM): > > http://dev.clojure.org/display/design/Promises > > > > If I can get buy-in and support for implementing this as a > language-level feature in Clojure, the obvious next step would be to port > it to ClojureScript. > > > > -S > > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
