[ClojureScript] Re: The Essence of ClojureScript Redux

2015-01-04 Thread Max Gonzih
Very nice! But I have issue that I saw also while applying instructions from previous blog post. Repl starts fine, but I see errors when I'm trying to evaluate anything. Error: No such module at Error (native) at Socket.anonymous ([stdin]:27:35) at Socket.EventEmitter.emit

[ClojureScript] Re: The Essence of ClojureScript Redux

2015-01-04 Thread David Nolen
Non-stable releases of Node are not supported - 0.11.X, use a 0.10.X release. On Sunday, January 4, 2015, Max Gonzih gon...@gmail.com wrote: Very nice! But I have issue that I saw also while applying instructions from previous blog post. Repl starts fine, but I see errors when I'm trying to

[ClojureScript] Re: The Essence of ClojureScript Redux

2015-01-04 Thread David Nolen
Tools will likely need updating for the latest changes as they tap into details that may have changed that have no official API. Still I suspect these changes will be small. Other than that, no, I suspect in browser dev will be the same - just with a REPL experience more in line with Clojure. On

[ClojureScript] Re: The Essence of ClojureScript Redux

2015-01-04 Thread Brandon Bloom
Awesome! Seems like there is an opportunity for a cljs command line tool and some packaging gurus out there to package it up for brew, apt, etc. Would be super nice to have a quick repl by running `cljs` or scripts with `#!/usr/bin/env cljs` up top. -- Note that posts from new members are

[ClojureScript] Re: The Essence of ClojureScript Redux

2015-01-04 Thread Tom Locke
What is the impact of all this new goodness on in-browser development? lein-figwheel + weasel has been the magic formula up until now. Is that still the case? -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you

[ClojureScript] Re: The Essence of ClojureScript Redux

2015-01-04 Thread Shaun LeBron
Really exciting seeing the node repl becoming easier to use. (nice mies-generated readme too) I can see this being supported by cljsbuild as a default repl task, and the cljsbuild alias in the readme being used for cljsbuild repl without the need for the repl scripts in the project directory.

[ClojureScript] Re: The Essence of ClojureScript Redux

2015-01-03 Thread David Nolen
Open an issue in JIRA. Windows related issues will need help from Windows devs though. On Saturday, January 3, 2015, Angel Java Lopez ajlopez2...@gmail.com wrote: Nice! I'm working on Windows, how to write an issue for clojurescript project? after lein new mies mycljsprj cd mycljsprj