This weekend I was thrilled to have two people pick up and start 
experimenting with Afterglow, the live-coding light show software I’ve been 
working on this year, and both are new to Clojure as well. Unfortunately 
one is stuck and I am stumped about how to try to help: He’s been able to 
use Afterglow when running it from source, but when he tries including it 
as a library in a new Leiningen project, the attempt to require the 
examples namespace in the REPL, which is the first step in the walkthrough, 
fails in an utterly cryptic way:


(require 'afterglow.examples)

CompilerException java.lang.ExceptionInInitializerError, 
compiling:(afterglow/examples.clj:1:1

There is no stack trace shown, nor a root cause, and this leaves me baffled 
as to how to diagnose it. Starting a new project on my own system works 
fine. Is there a way we can try to load things in smaller pieces and see 
the underlying issues?

I have suggested trying adding the :verbose flag in the require, and we 
will see if that helps any, but I am hoping for some other angles of attack 
too. The issue thread where we are working on this is 
here: https://github.com/brunchboy/afterglow/issues/7

Thanks for any help you can offer me in helping fan these flames of 
interest!

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