[ClojureScript] ANN: Secretary 1.0.2

2014-03-01 Thread Joel Holdbrooks
Secretary, the client side router for ClojureScript, is now version 1.0.2 https://github.com/gf3/secretary FIXES: * Decoding of parameters [https://github.com/gf3/secretary/pull/19] -- Note that posts from new members are moderated - please be patient with your first post. --- You received t

[ClojureScript] apply with javascript function

2014-03-01 Thread clojure . user
Hello Everyone! I want to use a javascript function myObject.func with apply (apply (clojure-equivalent-of-myObject.func) parameter-array) How can I do that ? regards -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message be

[ClojureScript] A question about javascript version

2014-03-01 Thread Kashyap CK
Hi, I got a little confused today when I checked out the version of javascript on my chrome browser and found 1.7. What is the correlation between this number and the ecmascript version number? If I understand right, destructuring/macros/namespaces are supposed to be in ES6 - does that mean that