I only got it to half work. Using elpa, have done the same as
others. Using mvn w/clojure plugin to do "mvn clojure:swank";
changed to use swank 1.2.1.
C-c C-k works fine...
C-c C-c bombs with Java.lang.exception (No such namespace) like so:
Backtrace:
0: swank.commands.basic
$eval__1235$com
I apologize if this already exists somewhere, but I made a quick set
of routines that will compress/decompress strings, using Deflate.
This kind of thing was useful for compressing big xml documents into
something manageable that could be stored as text in a db. The text
string is compressed, t
Thanks for the replies so far. Phil, I'll look into mire - I like
that it is broken into steps to show the progression.
Laurent - Thanks for the info I'll put that change in tonight when I'm
out from behind this firewall.
On Apr 29, 12:25 pm, Phil Hagelberg wrote:
> Chris
I wanted to write an example server in clojure to show some folks at
the office what a full from the ground up application might look like
in clojure. I wanted a non-trivial example, but not one so complex
that a new clojure user wouldn't understand it. I had ported some
decent algorithms we us