I use SuperCollider with Overtone,and VimClojure. But,it don't work well...What is Problem?
"lein repl" works.
user -> (use 'overtone.live)
project.clj
(defproject overtone-tutorial "1.0.0-SNAPSHOT"
:dependencies [[overtone "0.5.0"]])
Error
Start Vim
java.lang.IllegalStateException: Attempting to call unbound fn: #'vimclojure.nails/NamespaceOfFile
And NGServer
Warning: repls not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic repls or change the name.
Warning: print-pretty not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-pretty or change the name.