Re: Running on .Net

2010-08-09 Thread eyeris
I was able to build ClojureCLR using the DLR 1.0 source and the latest clojure-clr in VS 2010. I am able to run Clojure.Main.exe and Clojure.Compile.exe. Is there a way to integrate these into VS, so that I can add .clj files to a project and set the build action to "Build" or "Build with Clojure.C

Re: Running on .Net

2010-08-04 Thread dmiller
the 7/23 date is, as they say, not operational. I've edited that out. I'll go as far as 'soon'. (The new PC I was going supposed to move to and install VS2010 on has to be replaced due to the possibility that the hard disk will fry.) You cannot use DLR 1.0. I need things that are not in that re

Re: Running on .Net

2010-08-04 Thread Hadi Hariri
If you're building inside the IDE, go to the Clojure.project and locate the Microsoft.Scripting.Core assembly in References. Click Properties and in the Aliases, set it to "global,MSC" (without the quotes). It should be default "global" On 4 August 2010 20:59, eyeris wrote: > I tried to build th

Re: Running on .Net

2010-08-04 Thread eyeris
I tried to build the latest ClojureCLR using VS 2008. I used the DLR 1.0 release. I successfully replaced your DLR project references and built them: http://imgur.com/SgUmu.jpg Then I added a DLR reference to the Clojure project and built it, resulting in these two errors "The extern alias MSC wa

Re: Running on .Net

2010-08-03 Thread eyeris
I would like a zip of DLLs that are as widely compatible as possible across CLR/DLR versions accompanied by a clear list of which versions are compatible. Regarding releases, I'm glad to lag behind the bleeding edge by a lot in order to have a stable platform. What I want to be able to do is grab

Re: Running on .Net

2010-08-03 Thread Timothy Baldridge
Personally I'd like to see it in a .zip of assemblies. GAC can make it a bit hard to copy around...90% of my 3rd party assemblies, I just throw in a folder and reference in VC# where they get copied into the build directory. Unfortunately, I haven't gotten ClojureCLR to compile, so I can't speak t

Re: Running on .Net

2010-08-03 Thread Daniel Gagnon
What I'd like is easy instructions for going from zero to repl so I can try it out. -- 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 b

Re: Running on .Net

2010-08-03 Thread dmiller
I can move creating a binary distribution to the to top of the list. I could use some guidance from the interested on what would serve the purpose on this and other things mentioned here. on the distribution: Do you want just a zip of of DLLs? An installer? Do you want installation to the GAC?

Re: Running on .Net

2010-08-03 Thread Timothy Baldridge
> I really wish that ClojureCLR had a binary distribution. I like > clojure a lot but I have a .Net background and a lot of .Net code to > interact with. If ClojureCLR had a stable, dependable binary > distribution I would be able to use it at work much more than I > already do. I don't care much a

Re: Running on .Net

2010-08-03 Thread Hadi Hariri
work much more than I > already do. I don't care much about 1.2 features like defrecord. What > I care about is start-up speed, ease of embeddability, and Visual > Studio integration (not Intellisense, just AOT'ing .clj files). > > > > On Aug 3, 7:30 am, Hadi Hari

Re: Running on .Net

2010-08-03 Thread eyeris
t 1.2 features like defrecord. What I care about is start-up speed, ease of embeddability, and Visual Studio integration (not Intellisense, just AOT'ing .clj files). On Aug 3, 7:30 am, Hadi Hariri wrote: > I've gotten ClojureCLR running on .NET. If you're interested in trying

Re: Running on .Net

2010-08-03 Thread Hadi Hariri
I've gotten ClojureCLR running on .NET. If you're interested in trying it, ping me and I'll help with what I can. I'm also interested to know if there's some kind of installer or package provided for it yet because as you say it does take a bit to setup. I'd be

Running on .Net

2010-08-03 Thread taotree
I have a 3rd party platform I am working to write add-ons for and so am restricted to .Net. I'd like to write in Clojure. ClojureCLR looked too intimidating to get it going and ikvmc was very easy for Java, so I thought I'd try it with Clojure. I ran ikvmc on clojure.jar and saw a number of errors