Seems like Knockout [1] could be used [2] also. I haven't tried that, but it would be great.
Any ideas how the used MVVM-pattern could fit with FP? [1] http://knockoutjs.com/ [2] https://github.com/SteveSanderson/knockout/blob/master/build/build-windows.bat#L21 On 31 Aug., 02:39, Mark Rathwell <mark.rathw...@gmail.com> wrote: > On Tue, Aug 30, 2011 at 6:06 PM, Mike S <mike73...@gmail.com> wrote: > > > Two question: > > 1. Can I use clojurescript with dojo? > > You should be able to use the advanced compile option with Dojo, it is > the only library other than Google Closure to meet the Closure > compiler requirements for the advanced compilation option. It will > take some tinkering, though, to get it all working, I'm sure. > > > 2. what are the advantages of clojurescript compared to just writing > > the code in javascript? I can see why clojure would be useful for java/ > > jvm (dynamic/interactive development rather than compilation cycle, it > > does away with much java boilerplate code, simplified > > concurrency... ). Javascript already has dynamic/interactive that's > > only complicated by an additional compilation from clojurescript, It's > > code, when using a modern library, is almost boilerplate-free, it has > > quircks but those are well documented and easily avoided. What does > > clojurescript bring to the table? > > The reasons are much the same as the reasons for CoffeeScript, > Cappuccino, etc. One big reason being you get to write Clojure, end > to end. -- 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 moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en