[ClojureScript] Slimerjs for client testing on OSX

2015-04-14 Thread Jonathon McKitrick
I used `brew install slimerjs` to install, and I have my env set up pointing to Firefox. I replaced phantomjs with slimerjs in my project file, and got this error when running client tests: Compiling ClojureScript. Compiling ClojureScript. Running ClojureScript test: client-test Error during

[ClojureScript] Re: [ANN] Clojure 1.7.0-beta1 released

2015-04-14 Thread Geraldo Lopes de Souza
Hi, Fancy printing is not working. Geraldo -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups ClojureScript group. To unsubscribe from this group and stop receiving

[ClojureScript] Re: [ANN] Clojure 1.7.0-beta1 released

2015-04-14 Thread Geraldo Lopes de Souza
Thank you ! We live inside our heads but we expend much time inside repl. This is very much appreciated! Geraldo On Tuesday, April 14, 2015 at 2:56:44 PM UTC-3, Alex Miller wrote: Well, we never added fancy printing, just data printing of Throwables. :) But we were working on this in

[ClojureScript] Re: [ANN] Clojure 1.7.0-beta1 released

2015-04-14 Thread Alex Miller
Well, we never added fancy printing, just data printing of Throwables. :) But we were working on this in the context of another thing that got moved out and I have pulled that back as a separate ticket: http://dev.clojure.org/jira/browse/CLJ-1703 Haven't talked to Rich about it yet, but

Re: [ClojureScript] Re: [ANN] Clojure 1.7.0-beta1 released

2015-04-14 Thread Sean Corfield
On Apr 14, 2015, at 11:04 AM, Geraldo Lopes de Souza geraldo...@gmail.com wrote: Thank you ! We live inside our heads but we expend much time inside repl. FWIW, I find `pst` more useful there: user= (/ 1 0) ArithmeticException Divide by zero clojure.lang.Numbers.divide (Numbers.java:158)

[ClojureScript] Re: freactive vs rum

2015-04-14 Thread Alan Moore
I tried them both and they are equally viable for most projects. In my case I was looking for the thinnest possible wrapper to React - and I don't use *any* of the ratom or other state tracking features so my use requirements are a bit out of the mainstream. I just needed a view layer. I ended

[ClojureScript] Re: freactive vs rum

2015-04-14 Thread Kurt Sys
Any reason why you wanted to have a wrapper to React? freactive doesn't seem to be a wrapper, although functionality might be similar. Anyway, thx - I'm thinking of using them both for a real (but small) for-fun project. Might be the only way find out :). I'll keep in touch. Op dinsdag 14

[ClojureScript] Startups than bank on Clojure/Script

2015-04-14 Thread Marc Fawzi
Hey everyone, Would you say that Clojure/Script, owing to its relative obscurity and great design, can be a talent retention tool for startups? I feel more motivated to go to work every day and more stickiness with my employer as a direct consequence of working with ClojureScript and Reagent.

[ClojureScript] Possible error in src/clj/cljs/repl/browser.clj

2015-04-14 Thread J David Eisenberg
I get 404 errors when I put an img src=blah.jpg alt=/ in my index.html file and load the file from localhost:9000, using the brepl script in the mies template. I think the problem is in file src/clj/cljs/repl/browser.clj, the code starting server/dispatch-on; it lacks options for paths ending

[ClojureScript] freactive vs rum

2015-04-14 Thread Kurt Sys
Of the many clojurescript libraries/frameworks out there, both rum and freactive appeal to me the most. I tested them both only very briefly so far. Both have a target of 'the summer' to have some kind of stable 1.x release (if I'm not mistaken). I'm wondering, is there anyone who used both of