Re: Getting Started in Mac OS X Snow Leopard

2009-12-04 Thread mccraigmccraig
use the u.s. keyboard map. #/£ is the only difference [i've yet discovered] Lauri Pesonen wrote: 2009/12/2 Matthew Williamsmatthew.d.willi...@gmail.com: Using the Cocoa build of Emacs 23 (http://www.emacsformacosx.com) I was able to get up and running extremely quickly with Technomancy's

Re: Save current namespace like a Smalltalk image

2009-07-08 Thread mccraigmccraig
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 rrc...@gmail.com writes: The main reason this is an issue for me is

Re: java.ext.dirs problem

2009-06-27 Thread mccraigmccraig
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

clojure loader script

2009-06-21 Thread mccraigmccraig
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 clojure repo