Tagged Questions
6
votes
1answer
540 views
Embedding swank-clojure in java program
Based on the Embedding section of http://github.com/technomancy/swank-clojure,
I'm using the following to test it out. Is there a better way to do
this that doesn't use Compiler? Is there a way to ...
3
votes
2answers
848 views
Java input in Clojure with (read-line) not reading properly in Emacs
Has anyone encountered a problem with emacs on windows and java input ? (read-line) in the REPL does not recognise the delimiter (well thats my guess).
Using a vanilla clojure in the box, same ...
1
vote
2answers
130 views
Overtone Livecoding with Emacs/Slime/Swank/cake - Could not locate overtone.live__init.class
I am trying to use emacs and slime to connect to swank to live code using Overtone. I have the whole thing pretty much working, but when i try to run
(ns foo
(:use [overtone.live]
...