I wrote a emacs macro to help set up different slime implementations
for clojure. It has been really helpful. It's at
http://github.com/rubbish/rubbish-emacs-setup/blob/ad5bfc6f74cc9f794470e50080f8076b5599fb24/mine/mine-slime.el#L19
I probably should contribute it back to swank-clojure though.
I believe git-svn doesn't work under msysgit. When I did have use git
under windows, I used cygwin's git. It did everything that the *nix
git could do.
Luke
On Apr 29, 4:03 am, Marko Kocić wrote:
> (defn on-windows [x]
> (use "http://code.google.com/p/msysgit";)
> 'success)
>
> On 29 апр, 1
Thanks Stuart for the with-test macro. It will make my life much
easier. I have been putting my tests in the :test metadata and running
them with (run-tests). The with-tests macro will make it much more
readable. I was also having problems with old test metadata hanging
around.
I am all in favor
As an avid Maven fan, I really don't think Clojure would really
benefit much from having a Maven build. It really doesn't have any
dependencies to speak of and is extremely easy to build.
The main thing that I would like to be able to do is to easily get the
newest Clojure snapshots and releases.
p://clojure.org/api#toc178
Luke Amdor
On Dec 2, 3:03 am, David Powell <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On the subject of with-local-vars, I noticed that I could use @ to
> deference them in addition to var-get. Is that intended behaviour? I
> didn't