[ClojureScript] alter-meta! does not work on vars

2015-10-16 Thread Anton Kozhin
I try next code in clojurescript version 1.7.122 (def x) (alter-meta! (var x) assoc :meta-test "test") (println (= (-> x meta :meta-test) "test")) =>false Thanks, Anton -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message

[ClojureScript] Re: goog.require could not find: cljs.core

2015-10-16 Thread Fenton Travers
On Wednesday, October 14, 2015 at 8:08:10 AM UTC-7, Fenton Travers wrote: > (1) > I build a project with: > > % cljsbuild once > > then load it up in a browser with: > > file:///.../index.html > > and get an error message saying: > > goog.require could not find: cljs.core > > (2) > I then

[ClojureScript] Re: Trouble with core.async and/or WebSockets on Chrome/Android.

2015-10-16 Thread Fenton Travers
On Wednesday, October 14, 2015 at 8:30:04 PM UTC-7, Fenton Travers wrote: > Has anyone done WebSockets and core.async successful on mobile browser: > Android+Chrome? > > Google, suggests that WebSockets are supported on, but for some reason the > combo is not working in my cell phone. Hmmm...

[ClojureScript] ANN: re-frame 0.5.0-alpha1 - testing needed

2015-10-16 Thread Daniel Compton
Hi folks re-frame 0.5.0-alpha1 has been released . There are three main improvements in this release: - Dynamic subscriptions. #108 - Use yield