Re: Clojure, Swank, and Leiningen with Emacs on Mac OS X

2011-06-08 Thread diamon...@yahoo.com
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.

Problem implementing interface with defrecord

2011-06-08 Thread diamon...@yahoo.com
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