Unfortunately I think "ClojureScript: Up & Running" is rather out of
date at this point, in terms of how folks develop CLJS.  For one,
cljsbuild is pretty universally used to compile ClojureScript.

I would recommend starting w/David Nolen's tutorials here:

http://swannodette.github.io/2013/10/27/the-essence-of-clojurescript/

and then perhaps:

http://swannodette.github.io/2013/11/07/clojurescript-101/

(He provides a way to get a CLJS project up and running quite simply in
that first tutorial, by the way).

Let us know if that doesn't work out for you.

DD

(2014/07/01 7:15), 'Andrew Stebbing' via ClojureScript wrote:
> On Monday, June 30, 2014 8:47:50 PM UTC+1, Thomas Heller wrote:
>> Your project.clj is missing a closing paren ")", thats why you are
>> getting the EOF error with lein.
>> 
>> HTH
> 
> Thank Thomas. How embarrassing. Newbie mistake there.
> 
> However, I've added in the missing closing parens but now I get: 
> java.lang.IllegalArgumentException: No implementation of method:
> :as-file of protocol: #'clojure.java.io/Coercions found for class:
> clojure.lang.PersistentVector
> 
> Is there anywhere that's got a super simple ClojureScript file and
> its associated Lein project file that is known to compile that I can
> then copy and attempt a compilation?
> 

-- 
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