You are right Ryan, it should be a syntax-quote, not a normal one.  I
never noticed it because I always use "use", not "require".

Just to be clear, the recommended way to use the debug-repl is to pull
down the latest version from Clojars, add it like so to the ns you
want to debug:

(use ‘alex-and-georges.debug-repl)

and then just stick (debug-repl) where ever you want to open a debug-
repl.

that's all there is too it.  it's meant to be dead simple.

On Jul 19, 12:47 pm, Ryan Twitchell <metatheo...@gmail.com> wrote:
> Cloning fromhttp://github.com/GeorgeJahad/debug-repl.git, I see the
> same
> behavior (but a different namespace).  The (overloaded, no arg)
> expansion of
> the debug-repl macro returns a form by using a normal quote.
>
> The difference being between normal quote and syntax quote does mostly
> answer
> my question though, thanks.
>
> Ryan

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to