Re: Clojure for VS2010

2010-09-25 Thread eyeris
This sounds fantastic! Integrating the (doc) function with the F1 help system in some way would be helpful. On Sep 23, 3:20 pm, Will Kennedy wrote: > Some background: I've been spending some of my free time providing by > basic Clojure support in VS 2010. To be honest, I'm a bit of a Clojure > n

Re: Clojure for VS2010

2010-09-25 Thread Mike K
Wow, really cool. I'm looking forward to seeing this! Mike -- 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

Re: Clojure for VS2010

2010-09-25 Thread Will Kennedy
Thanks for the great feedback, Shawn. On Sep 23, 3:09 pm, Shawn Hoover wrote: > On Thu, Sep 23, 2010 at 4:20 PM, Will Kennedy wrote: > > Some background: I've been spending some of my free time providing by > > basic Clojure support in VS 2010. To be honest, I'm a bit of a Clojure > > newbie, so

Re: Clojure for VS2010

2010-09-23 Thread Shawn Hoover
On Thu, Sep 23, 2010 at 4:20 PM, Will Kennedy wrote: > Some background: I've been spending some of my free time providing by > basic Clojure support in VS 2010. To be honest, I'm a bit of a Clojure > newbie, so I figured something that would require me to build a lexer > and parser for the langua

Clojure for VS2010

2010-09-23 Thread Will Kennedy
Some background: I've been spending some of my free time providing by basic Clojure support in VS 2010. To be honest, I'm a bit of a Clojure newbie, so I figured something that would require me to build a lexer and parser for the language and delve into the clojure source would be a great way to le