On Monday, September 29, 2014 11:03:16 AM UTC-5, [email protected] 
wrote:
> As a complete newbie, i was a lot more interested in ClojureScript before I 
> tried to get it installed and use it on Windows. Is there some reason why I 
> can't have a true command line compiler experience eg 'cljs -i foo.cljs -o 
> foo.js' that i can easily use without buying into a larger 
> compilation/project environment?
> 
> 
> 
> On Monday, September 29, 2014 8:39:22 AM UTC-7, Gary Trakhman wrote:
> 
> > This is much needed. Great work!
> 
> > 
> 
> > 
> 
> > On Mon, Sep 29, 2014 at 11:36 AM, Shaun Williams <[email protected]> 
> > wrote:
> 
> > I built some things this weekend to explore the idea of lowering friction 
> > for ClojureScript newcomers:
> 
> > 
> 
> > 
> 
> > 
> 
> > Details here:
> 
> > 
> 
> > https://github.com/shaunlebron/welcome-to-cljs
> 
> > 
> 
> > 
> 
> > 
> 
> > TL;DR
> 
> > 
> 
> > 
> 
> > 
> 
> > - a "cljs" wrapper command (so ClojureScript doesn't feel like a second 
> > class citizen)
> 
> > 
> 
> > - a cljsbuild GUI subtask (for launching a webapp for proper error 
> > formatting and build buttons)
> 
> > 
> 
> > - an immediate blank browser cljs REPL (like running `lein repl` outside a 
> > project)
> 
> > 
> 
> > 
> 
> > 
> 
> > I think small improvements like this can go a long way.  I work with people 
> > who are trying ClojureScript, so I'm trying to address some of their pain 
> > points.
> 
> > 
> 
> > 
> 
> > 
> 
> > --
> 
> > 
> 
> > 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 emails from it, send an 
> > email to [email protected].
> 
> > 
> 
> > To post to this group, send email to [email protected].
> 
> > 
> 
> > Visit this group at http://groups.google.com/group/clojurescript.

You can do `cljsc foo.clj > foo.js`.
https://github.com/clojure/clojurescript/wiki/Quick-Start#clojurescript-compiler

-- 
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 emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to