Re: Korma SQL ported to ClojureCLR

2012-04-10 Thread rippinrobr
David, I do most of my ClojureCLR dev in emacs so having the same experience as you do with lein would be ideal. Integration with vsClojure would be nice to have for me but not a must. -Rob On Apr 7, 11:22 am, dmiller wrote: > On Friday, April 6, 2012 6:23:43 PM UTC-5, Aaron wrote: > > > I thin

Re: [ANN] Korma SQL ported to ClojureCLR

2012-04-10 Thread Aaron
I can comment on what is important to me for the build system. First, being able to embed .clj files in an existing C# project as embedded resources (as has been enabled by a couple forks - https://github.com/ralmoritz/clojure-clr and my own - https://github.com/aaronc/clojure-clr) is extremel

Re: [ANN] Korma SQL ported to ClojureCLR

2012-04-07 Thread dmiller
On Friday, April 6, 2012 6:23:43 PM UTC-5, Aaron wrote: > > I think it's a goal to get Clojure.dll on nuget soon, but it hasn't > happened yet. Hopefully soon. Still, we'll need a good build system for > ClojureCLR that does everything that lein does. But, I don't think that > should be tha

Re: [ANN] Korma SQL ported to ClojureCLR

2012-04-06 Thread Aaron
I think it's a goal to get Clojure.dll on nuget soon, but it hasn't happened yet. Hopefully soon. Still, we'll need a good build system for ClojureCLR that does everything that lein does. But, I don't think that should be that complicated if nuget is used as a basis. On Wednesday, April 4, 2

Re: [ANN] Korma SQL ported to ClojureCLR

2012-04-04 Thread Rick Beerendonk
> > Right now, there is nothing like leiningen for .NET > Did you take a look at NuGet? http://nuget.codeplex.com/ -- 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 n

[ANN] Korma SQL ported to ClojureCLR

2012-04-03 Thread Aaron
I needed something quick like Korma for my .NET work, so I ported it to ClojureCLR. The code is here: https://github.com/aaronc/Korma.net. So far only MySql is supported. Right now, there is nothing like leiningen for .NET so no build and distribution yet. Also, most of the code for the JVM