Re: I could use some help getting "nrepl-ritz" working

2013-10-03 Thread Charles Comstock
pl.el/commit/1d92c44ed6e9a75ea60233b4afb638fa38e0bcf3 Charles Comstock On Thursday, October 3, 2013 3:01:05 PM UTC-5, Stephen Cagle wrote: > > I can actually get ritz to load without error in emacs by using the > aforementioned website's instructions and then, after ritz is pulled, goin

Re: A Working nrepl-ritz Setup?

2012-12-10 Thread Charles Comstock
rlie On Monday, December 10, 2012 6:38:09 PM UTC-6, Charles Comstock wrote: > > No, that wasn't the problem, early on when I tried to use nrepl and ritz I > experimented with clojure 1.5, but as far as I know all of these issues I > encountered after switching back to 1.4. In resp

Re: A Working nrepl-ritz Setup?

2012-12-10 Thread Charles Comstock
overriding that, or if it was a problem with core nrepl. Charlie On Monday, December 10, 2012 3:59:27 AM UTC-6, Chas Emerick wrote: > > > On Dec 8, 2012, at 6:37 PM, Charles Comstock wrote: > > I still encounter some sort of issue where it appears that the > documentation que

Re: A Working nrepl-ritz Setup?

2012-12-08 Thread Charles Comstock
I actually just encountered this error, and then intended to post how I fixed it as a reported issue and then forgot. So this is my current lein profile.clj {:user {:plugins [[lein-vanity "0.1.0"] [jonase/eastwood "0.0.2"] [lein-ritz "0.6.0"]] :depende

Re: Combining Complement and Not

2012-11-06 Thread Charles Comstock
> > I hope that clears it up. > > Stathis > > On Monday, 5 November 2012 23:12:03 UTC, Charles Comstock wrote: >> >> Hi All, >> >> I quite like Clojure but have been confused from time to time on >> particular design choices. I find understandin

Combining Complement and Not

2012-11-05 Thread Charles Comstock
Hi All, I quite like Clojure but have been confused from time to time on particular design choices. I find understanding the root cause of these decisions helps to understand the language better. As example, the fact that complement and not are separate functions has been puzzling me for a bit