Re: .cljrc

2013-11-30 Thread Dave Tenny
As I learn clojure I'm writing a few definitions that represent tools >>>> I like >>>> > to use in development. >>>> > >>>> > What is the simplest way to have those tools present in arbitrary >&

Re: .cljrc

2013-11-28 Thread Justin Smith
earn clojure I'm writing a few definitions that represent tools >>> I like >>> > to use in development. >>> > >>> > What is the simplest way to have those tools present in arbitrary >>> clojure >>> > REPLs started with lein rep

Re: .cljrc

2013-11-27 Thread Dave Tenny
gt;> > to use in development. >> > >> > What is the simplest way to have those tools present in arbitrary >> clojure >> > REPLs started with lein repl, emacs cider-jack-in, etc., without >> putting >> > them in project.clj files for every lein

Re: .cljrc

2013-11-25 Thread dgrnbrg
ke > > to use in development. > > > > What is the simplest way to have those tools present in arbitrary > clojure > > REPLs started with lein repl, emacs cider-jack-in, etc., without putting > > them in project.clj files for every lein project I'm working

Re: .cljrc

2013-11-25 Thread Moritz Ulrich
d with lein repl, emacs cider-jack-in, etc., without putting > them in project.clj files for every lein project I'm working on ? > > I just want to load some things into the user (or other default ns if my > hypothetical .cljrc changes it) namespace and have it happen all the time, &

.cljrc

2013-11-25 Thread Dave Tenny
ry clojure REPLs started with lein repl, emacs cider-jack-in, etc., without putting them in project.clj files for every lein project I'm working on ? I just want to load some things into the user (or other default ns if my hypothetical .cljrc changes it) namespace and have it happen all th