This worked for me in both Linux and Mac OS X.
http://biztech.sheprador.com/?p=89
--Andrew
On Jun 8, 4:57 am, "Randy J. Ray" wrote:
> The contents of .clojure are not at issue, clojure runs just fine from the
> command-line, repl, etc.
>
> My problem is with installing SLIME, clojure-mode, etc.
I'm trying to use defrecord to implement the interface
org.apache.http.conn.params.ConnPerRoute.
That interface consists of exactly one method, with the following
signature:
int getMaxForRoute(HttpRoute route);
The documentation for this interface is at
http://grepcode.com/file/repo1.maven.org/m