I tried it a while back and couldn't get it working, but I have since heard
that it was updated.  I wouldn't be the one to ask though.  In my case, I
prefer Emacs for editing lisp and it is much lighter on system resources
than Visual Studio.

On Thu, Sep 6, 2012 at 10:55 PM, Erlis Vidal <er...@erlisvidal.com> wrote:

> Hi Aaron,
>
> thanks for your response, I'll take a look at your set up and I'll give it
> a try.
>
> Have you tried vsClojure? It's a Visual Studio extension that will allow
> us to write clojure from within the Visual Studio, very interesting...I was
> trying to make it work and I was not able to compile...I'm sure I'm doing
> something wrong, but I couldn't make it work. Some one knows if there is
> something special to do to make this work? The github page doesn't have
> much information about this https://github.com/vsClojure/vsClojure
>
> Thanks,
> Erlis
>
>
> On Thu, Sep 6, 2012 at 8:42 PM, Aaron <aaroncrael...@gmail.com> wrote:
>
>> I can personally attest to the quality of the ClojureCLR compiler using
>> it on a daily basis for production code.  I have never had any problems
>> with stability and I have found the code gen to be of quite high quality
>> (via inspection with Reflector).
>>
>> It is the build and development environment which is lagging a little
>> behind.  For my work I've basically had to set up my own environment which
>> I can say was a small price to pay for the productivity gains my team has
>> seen.
>>
>> Here's how my setup looks:  I'm using a custom build of the compiler (
>> https://github.com/aaronc/clojure-clr) which allows me to package .clj
>> files into C# DLL's as embedded resources.  I also have a little prototype
>> build tool that has some leiningen like functionality which allows me to
>> easily start up a repl with the right paths referenced and also allows me
>> to AOT compile and package multiple clojure files.  For development, I use
>> emacs *inferior-lisp* quite comfortably.
>>
>> I'm hoping that some of my changes to the compiler will be merged into
>> the main branch soon and I also hope to share the rest of my custom tools
>> on github as soon as I get a little more free time.
>>
>> --
>> 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 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 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

Reply via email to