As far as I can see, though ritz is not Emacs specific per se. It's
a set of middleware for nrepl. So you should be able to build clients
against it for different environments, including a textual one. There's
no reason that a debugger shouldn't be part of lein. I think making it
work with java -jar clojure.jar would be harder because you need two
JVMs (one running the clojure process, and one the debugger).

Phil


Lee Spector <lspec...@hampshire.edu> writes:
> Not as good as having it work everywhere with whatever you're already
> using, of course, but certainly better than (for example) requiring
> that you figure out how to install and use an Emacs-based environment
> just to figure out what values your locals have when you crash.
>
> Would what you have in mind work from "lein run" as well as "lein repl"? FWIW
> I (and my students) do a lot via "lein run".
>
>  -Lee
>
> On Nov 7, 2013, at 2:47 PM, Andy Fingerhut wrote:
>
>> Lee, I am curious whether you would consider it "too tied to a particular
>> dev environment" if the kind of minimal debugging features you wish for
>> worked from Leiningen's REPL? i.e. 'lein repl'
>> 
>> I do not know if Ritz can work in such an environment or not, but I am
>> guessing it might be easier to get a subset of it working there than from a
>> REPL started via 'java -cp clojure.jar clojure.main'
>> 
>> Andy
>
> -- 

-- 
Phillip Lord,                           Phone: +44 (0) 191 222 7827
Lecturer in Bioinformatics,             Email: phillip.l...@newcastle.ac.uk
School of Computing Science,            
http://homepages.cs.ncl.ac.uk/phillip.lord
Room 914 Claremont Tower,               skype: russet_apples
Newcastle University,                   twitter: phillord
NE1 7RU                                 

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to