I figured out the problem.  Although the article fails to mention the need 
for modifying the (ns ...) form to reflect the *quil* dependency, the code 
available for download has the needed change.  Now I'm on to the next 
error, this time using the downloaded code.  I'll spend a bit more time 
trying to figure out that one before posting here.

On Tuesday, June 10, 2014 1:01:50 PM UTC-5, Bill Cohagan wrote:
>
> I'm a LightTable/Clojure newbie and am trying to work through the workflow 
> article 
> <http://blog.safaribooksonline.com/2013/09/11/light-table-workflow-for-interactive-clojure-development/>
>  to 
> better understand how to actually develop code. I'm getting a compilation 
> error in the *draw-pendulum* function definition complaining: "Unable to 
> resolve symbol: frame-count..." I'm guessing this is bound in the *quil  
> *dependency 
> -- or supposed to be.  I've added that dependency to my project.clj file:
>
>  *:dependencies [[org.clojure/clojure "1.5.1"]*
> *                 [org.clojars.aperiodic/quil "1.6.0"] *
>
> as instructed in the article, but I must be missing something.
>
> The article instructs to "disconnect" (from the REPL?), then to 
> "re-evaluate the namespace". I was able to find how to disconnect and 
> simply guessed that the "re-evaluate" was to hit CTRL-SHIFT-ENTER to 
> evaluate everything in the file. Unfortunately I get the error described 
> above when I do this.
>
> I'd appreciate any help or pointers or explanations as to what's going on. 
> Feeling a bit lost at the moment!
>
> Bill 
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to