I'm pretty new to Clojure, so please bear with me if this is obvious for
some reason. Maybe the answer is out there and I've been looking in the
wrong place.
I'm seeing some strange behavior losing type information when using eval in
certain circumstances. Here is an example:
Eval-ing a Timest
I found the old thread below, but unfortunately the solution isn't
working for me. If I have a foo.clj file in a buffer and evaluate
region on
(defn foo [] (+ 1 2))
I get
#'user/foo in the minibuffer. If I then evaluate region on
(foo)
I get 3 in the minibuffer. The slime REPL is giving me a p
that's a bit boring. I guess there
> > is some kind of reload feature somewhere...
>
> > /Linus
>
> > 2010/9/27 psfblair
>
> > > I found the old thread below, but unfortunately the solution isn't
> > > working for me. If I have a foo.clj file
I get the same when evaluating *ns* in
the SLIME buffer. Is it possible that this is some kind of mismatch
between Unicode and ASCII?
On Sep 28, 3:16 am, Phil Hagelberg wrote:
> On Mon, Sep 27, 2010 at 4:03 AM, psfblair wrote:
> > I found the old thread below, but unfortunately
n Tue, 28 Sep 2010 03:58:56 -0700 (PDT)
>
>
>
>
>
> psfblair wrote:
> > I could do this, but right now I'm just playing with C-c C-r to
> > evaluate regions, instead of compiling the entire file. And I'd swear
> > this used to put the evaluation in th