[ClojureScript] Re: (def foo 1) (set! foo 2) ;; this works on ClojureScript?

2014-10-25 Thread Joel Holdbrooks
On Saturday, October 25, 2014 2:46:20 PM UTC-7, Marcus Lewis wrote: > So... I've been using Clojure wrong, because I primarily use ClojureScript. > > Clojure > my.clj.ns=> (def foo 1) > #'my.clj.ns/foo > my.clj.ns=> (set! foo 2) > IllegalStateException Can't change/establish root binding of: foo w

[ClojureScript] (def foo 1) (set! foo 2) ;; this works on ClojureScript?

2014-10-25 Thread Marcus Lewis
So... I've been using Clojure wrong, because I primarily use ClojureScript. > *Clojure*my.clj.ns=> (def foo 1) > #'my.clj.ns/foo > my.clj.ns=> (set! foo 2) > IllegalStateException Can't change/establish root binding of: foo with set > clojure.lang.Var.set (Var.java:221) > > > *ClojureScript*my

[ClojureScript] Re: Question about CircleCI's use of Om

2014-10-25 Thread Brandon Bloom
Disclaimer: I've worked on CircleCI's frontend, but only since recently. I did not have a hand in it's original design. Overall, I'm pretty happy with it and Om, but I'd definitely change many things if I could. That's pretty standard high-praise for any software project, as far as I'm concerned

Re: [ClojureScript] (newbie) Om/reagent (and react) clarity questions

2014-10-25 Thread Peter Jaros
On Thu, Oct 23, 2014 at 10:59 PM, Mike Haney wrote: > > Reagent is more than just a thin veneer over React. It does quite a bit > of work, just as Om does. This is subjective, but Reagent feels more easy > than simple to me. Sometimes, that’s what you want; sometimes it’s not. > But: I’ve barely

Re: [ClojureScript] state of clojure.browser

2014-10-25 Thread David Nolen
It's largely unmaintained at this point - it's just thin sugar anyhow. On Friday, October 24, 2014, Michiel Borkent wrote: > Hello, > > I was wondering about the state of clojure.browser.{dom, ...}. Is this > what people use from day to day when not working on a React based site? > What else, do

Re: [ClojureScript] (newbie) Om/reagent (and react) clarity questions

2014-10-25 Thread Colin Yates
Hi Gary, now you have mentioned it :), can you explain what you really like about it? On 25 Oct 2014 09:12, "Gary Verhaegen" wrote: > I really like quiescent. I don't know why it's almost never mentioned in > these discussions. > > On Saturday, 25 October 2014, Matt Ho wrote: > >> We ended up wi

Re: [ClojureScript] (newbie) Om/reagent (and react) clarity questions

2014-10-25 Thread Gary Verhaegen
I really like quiescent. I don't know why it's almost never mentioned in these discussions. On Saturday, 25 October 2014, Matt Ho wrote: > We ended up with a similar path with other folks that posted. We started > with Om, but found it brought with it a lot of incidental complexity. > Switching

[ClojureScript] Instaparse Clojurescript Port

2014-10-25 Thread Lucas Bradstreet
Hi all, I've released an alpha quality Clojurescript port of Mark Engelberg's fantastic parsing library, Instaparse (https://github.com/Engelberg/instaparse). The Clojure code is still retained in this project, so it is still Clojure compatible. Once battle tested, the aim is to merge this upstrea