use the u.s. keyboard map. #/£ is the only difference [i've yet discovered]
Lauri Pesonen wrote:
> 2009/12/2 Matthew Williams:
>> Using the Cocoa build of Emacs 23 (http://www.emacsformacosx.com) I
>> was able to get up and running extremely quickly with Technomancy's
>> swank-clojure install.
>
>
what's the problem with adding urls to the current ClassLoader ?
i've seen remarks to the effect that it doesn't work well, but i don't
understand why...
c
On 8 Jul 2009, at 17:37, Phil Hagelberg wrote:
>
> Robert Campbell writes:
>
>> The main reason this is an issue for me is during devel
to help with the temptation i wrote a little ruby script which
configures java classpaths and invokes clojure [only tried on macos...
probably fine on linux, and should be portable to windows]
http://github.com/mccraigmccraig/clojure-load.rb
if you put all your clojure project repos
here's a ruby script which configures a java classpath against a bunch
of clojure projects and starts clojure
http://github.com/mccraigmccraig/clojure-load.rb
e.g.
clojure -l clojure-json -l clojure-http-client -l clojureql
- it assumes it's repo is in the same dir as the clojur