Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-28 Thread lpetit
Awesome ! On Sep 24, 4:39 am, David Nolen wrote: > First off Acknowledgements: > > Aria Haghighi, did much of the heavy lifting on this project! > Stephen Roller, created the first version of the bundle in 2008 > Mark McGranaghan, expanded Stephen Roller's version > Justin Balthrop & Lance Brad

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-25 Thread Greg
On Sep 23, 2010, at 10:08 PM, David Nolen wrote: > On Fri, Sep 24, 2010 at 1:06 AM, Greg wrote: > Thanks! What about single files though? (i.e. no project.clj) > > > cake has a global project.clj - ~/.cake/project.clj. Change this and single > files will get access to those dependencies. Grea

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-24 Thread David Nolen
On Fri, Sep 24, 2010 at 10:27 AM, samnardoni wrote: > Awesome work on this! > > I was wondering: Have you considered more integration with the > terminal (via `screen`), rather than evaluating and displaying in a > window? I had a setup like this with vim, and it worked really well. > For example,

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-24 Thread samnardoni
Awesome work on this! I was wondering: Have you considered more integration with the terminal (via `screen`), rather than evaluating and displaying in a window? I had a setup like this with vim, and it worked really well. For example, when you evaluate a function definition, it "pipes" it to the t

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-23 Thread David Nolen
On Fri, Sep 24, 2010 at 1:06 AM, Greg wrote: > Thanks! What about single files though? (i.e. no project.clj) > > cake has a global project.clj - ~/.cake/project.clj. Change this and single files will get access to those dependencies. David > On Sep 23, 2010, at 9:22 PM, David Nolen wrote: > >

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-23 Thread Greg
Thanks! What about single files though? (i.e. no project.clj) On Sep 23, 2010, at 9:22 PM, David Nolen wrote: > On Thu, Sep 23, 2010 at 11:55 PM, Greg wrote: > Awesome! Great job on this, I was hoping the TM Clojure bundle would get some > much needed loving. :-) > > Quick question: how does t

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-23 Thread David Nolen
On Thu, Sep 23, 2010 at 11:55 PM, Greg wrote: > Awesome! Great job on this, I was hoping the TM Clojure bundle would get > some much needed loving. :-) > > Quick question: how does this bundle get clojure.jar and > clojure-contrib.jar (and any additional dependencies), and is there a way to > tel

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-23 Thread Greg
Awesome! Great job on this, I was hoping the TM Clojure bundle would get some much needed loving. :-) Quick question: how does this bundle get clojure.jar and clojure-contrib.jar (and any additional dependencies), and is there a way to tell it to use a specific clojure[-contrib].jar file(s)? T

ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-23 Thread David Nolen
First off Acknowledgements: Aria Haghighi, did much of the heavy lifting on this project! Stephen Roller, created the first version of the bundle in 2008 Mark McGranaghan, expanded Stephen Roller's version Justin Balthrop & Lance Bradley, core developers of Cake http://github.com/ninjudd/cake - if