Overtone IDE

Textmate

Awaiting help on getting classpath set correctly. This seems to be a cake problem as cake can’t see the overtone stuff when I run it from the command line.

Vim

Use screen and slime.vim

In a terminal window do:

[code]
screen -S session01
C-a A—window01
irb
[/code]

from vim hit ctrl c ctrl c to send the current para

Emacs (gack)

swank-clojure as a plugin? I’ve stuck the whole of swank-clojure in .lein/plugins.
Need to remove the dependancy line from project.clj and see if it finds the plugin instead.
It didn’t, but moving the .jar file that lein deps had placed in lib/dev to ~/.lein/plugins seems to.
Now I just need to memorise a few emacs/swank arpeggios so I don’t have to spend 95% of my time looking at the cheatsheets

Eclipse (double gack)

please don’t make me go there

You must be logged in to post a comment.