ClojureCLR Build Error

2012-04-17 Thread RobertLJ
Just wondering has anyone seen this build error from ClojureCLR (The "Clojure.Compile" Project): Error 3 The command ""C:\Users\Robert\bob-dev\bob-src\clojureCLR- Builds\clojure-clojure-clr-nodlr-vs11\bin\4.0\Debug

Re: ClojureCLR Build Error

2012-04-18 Thread dmiller
We discovered this was due to building on the beta of .Net 4.5. ClojureCLR has not been updated to 4.5 yet. In this case, a new method was introduced in an interface, causing the proxy to have a missing method. 4.5 support coming 'real soon now'. -David On Tuesday, April 17, 201

Re: ClojureCLR Build Error

2012-11-12 Thread Scott Thoman
On Wednesday, April 18, 2012 9:59:34 PM UTC-4, dmiller wrote: > We discovered this was due to building on the beta of .Net 4.5. > ClojureCLR has not been updated to 4.5 yet. > > In this case, a new method was introduced in an interface, causing the > proxy to have a missing

ClojureCLR and swank-clojure: port to .NET or using IKVM?

2010-03-01 Thread soyrochus
Hi all, I would love to be able to use Emacs/SLIME with ClojureCLR. Swank- clojure does not run directly on CLojureCLR of course. I would not mind spending some time to get this working but perhaps someone already has accomplished this. So my question is: has anyone undertaken a full port of

Re: New home for ClojureCLR

2012-01-02 Thread dmiller
Thanks. I hope 2012 is the year for community building for ClojureCLR, And maybe some IDE building. -David On Jan 1, 12:32 pm, rippinrobr wrote: > I would also like to thank David for his work on ClojureCLR. > ClojureCLR is going to make > for a great 2012 for me! > > -Rob Ro

Survey says: be eco-friendly (ClojureCLR Action Items)

2012-01-08 Thread RobertLJ
Is anyone currently working on any of these action items for ClojureCLR? These items are from the blog post: http://clojureclr.blogspot.com/2011/11/survey-says-be-eco-friendly.html 1. Action item: Develop a version of Leiningen supporting ClojureCLR projects (nlein?) 2. Action item: Develop a

Re: ClojureCLR survey now open

2011-10-26 Thread dmiller
Keep those cards and letters coming. Just a reminder that time is running out on participating in the ClojureCLR survey. I put in a BOF request for ClojureCLR at the conj on the spreadsheet that was getting passed around. I'll publish the survey results prior to conj. I hope that will

Re: ClojureCLR survey now open

2011-10-31 Thread dmiller
ClojureCLR survey closing tonight at midnight my time (Central Daylight Time). On Oct 26, 12:22 pm, dmiller wrote: > Keep those cards and letters coming. > > Just a reminder that time is running out on participating in the > ClojureCLRsurvey. > > I put in a BOF request for

Re: New home for ClojureCLR

2012-01-01 Thread rippinrobr
I would also like to thank David for his work on ClojureCLR. ClojureCLR is going to make for a great 2012 for me! -Rob Rowe On Jan 1, 1:01 pm, Stuart Sierra wrote: > And thanks to David Miller for his excellent and continued work on > ClojureCLR!  I'm happy that we have such a grea

ClojureCLR: with-open in .NET 3.5 is unable to find .Dispose method on IDisposable

2012-11-17 Thread FC
Hi DavidM and ClojureCLR users, In ClojureCLR built using .NET 3.5 framework, with-open needs some help finding the .Dispose method on IDisposable objects: It occurs when calling with-open on RegistryKey and System.IO.BinaryWriter instances. Here's the code snippet demonstrating this:

[ANN] ClojureCLR mailing list

2014-03-10 Thread dmiller
ClojureCLR now has its own Google group for discussions. https://groups.google.com/forum/#!forum/clojure-clr Please use this new forum for ClojureCLR-specific questions, suggestions, requests related to usage, development, tooling etc. ClojureCLR-specific announcements will be the new list

Re: ClojureCLR on .net compact?

2012-04-19 Thread dmiller
I believe that Reflection.Emit is not available in .Net Compact Framework. This is essential for the ClojureCLR. This also prevents DLR-based languages such as IronPython from running on .Net CF. -David On Thursday, April 19, 2012 3:11:02 AM UTC-5, David Jagoe wrote: > > Hi all, &g

Re: ClojureCLR: with-open in .NET 3.5 is unable to find .Dispose method on IDisposable

2012-11-23 Thread dmiller
Fiel, Fixed on the master branch as of this morning. -David On Saturday, November 17, 2012 7:46:47 AM UTC-6, FC wrote: > > Hi DavidM and ClojureCLR users, > > In ClojureCLR built using .NET 3.5 framework, with-open needs some help > finding the .Dispose method on IDisposable

ClojureCLR survey now open

2011-10-22 Thread dmiller
Inspired by Chas Emerick's Clojure surveys, I have created a survey to assess the experiences and needs of (potential or actual) users of ClojureCLR. Building community and lowering barriers to adoption have to be priorities for this project. I hope this survey will provide some guidanc

ClojureCLR questions

2009-12-01 Thread Mike K
Hi Clojurites! I'm reading about Clojure and ClojureCLR with great interest. Since I'm a .net developer with little Java / JVM experience, I'm particularly interested in ClojureCLR. It seems like David M. and crew are doing a fantastic job with the CLR implementation! A few quic

Re: What does .NET open sourcing mean for ClojureCLR?

2014-11-13 Thread dmiller
The slower startup time has nothing to do with DLR, I think. It is all about doing JIT on load and loading full assemblies. ClojureCLR starts VERY quickly if you NGEN it. This was addressed here:http://clojureclr.blogspot.com/2011/12/using-ngen-to-improve-clojureclr.html And more recently on

Re: ANN: lein-clr 0.2.0 for ClojureCLR

2012-12-15 Thread Aaron
Cool. I'm just seeing this now. I actually spent some time a while back getting a very simple nleiningen working in ClojureCLR. I had nuget downloads working and also the ability to AOT compile namespaces and merge them into a single DLL. It's not fully ready for prime time yet

ClojureCLR running in an asp.net MVC app.

2010-03-01 Thread zdam
Hi, I just posted some example code that gets ClojureCLR running in an asp.net MVC app. http://zimpler.com/blog/clojureclr-in-an-asp-net-mvc-app/ Cheers, Adam. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, sen

ClojureCLR - clojure.contrib.repl-utils

2009-10-31 Thread Miron Brezuleanu
Hi, What's the status of clojure.contrib translations for ClojureCLR? Is there a clojure-clr.contrib? (couldn't find something like that on github). I'm especially interested in repl-utils, and I'm thinking of starting to translate it myself, but it would be nice to avoi

ANN: lein-clr for building ClojureCLR projects

2012-10-28 Thread Shantanu Kumar
Hi, I am happy to announce `lein-clr`, a Leiningen plugin for building ClojureCLR projects: https://github.com/kumarshantanu/lein-clr As of 0.1.0, dependency mechanism is not provided (external dependencies can be specified) but the following tasks work: * clean * compile * repl * run * test

ANN: lein-clr 0.2.0 for ClojureCLR

2012-11-18 Thread Shantanu Kumar
Hi, I pushed lein-clr 0.2.0 https://github.com/kumarshantanu/lein-clr JARs to Clojars a little while ago. The focus of this release is to 1. add dependency support (via NuGet/wget/curl, Leiningen :dependencies) 2. lower the bar to get started with ClojureCLR (with automated download of

ClojureCLR binary download issue

2012-12-15 Thread Shantanu Kumar
Hi, Thought to bring up the recent ClojureCLR binary download issue: 1. The http://clojure.org/ homepage links ClojureCLR to the old Github repo. 2. The `Download` links on ClojureCLR repo have gone missing: https://github.com/clojure/clojure-clr #2 may have to do with Github's r

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: >

Re: ClojureCLR errors on Mono Linux

2012-12-18 Thread dmiller
Shantanu, I created an Ubuntu 12.10 VM running in VirtualBox on my Win7 PC. I installed Mono 2.10.8. I downloaded the zip for ClojureCLR 1.4.0 Debug-4.0. Extracted. > mono Clojure.Main.exe Runs with no problem. > mono Clojure.Compile.exe test.junk Runs with no problem. >From the e

Re: Compiling latest ClojureCLR

2009-10-31 Thread dmiller
pick up one method. I haven't had a chance to update the ClojureCLR source to fix this problem. I'll try to get that fixed this weekend. Apologies for your pain. The more final solution will be an installer that takes care of all of this. The dependency on vjslib should be gone in

2011 ClojureCLR survey responses summarized

2011-11-01 Thread dmiller
A summary of the responses to the recent ClojureCLR survey is available at http://clojureclr.blogspot.com/2011/11/results-of-2011-clojureclr-survey.html This is only a summary of the data. Editorializing, conclusion-izing and other opinion-izing will come later. -David -- You received this

Re: ClojureCLR questions

2009-12-03 Thread mac
Apologies if this has been answered, did a quick search but found only pieces of info. Is it possible to run ClojureCLR on Mono yet? There was an issue with the BigDecimal dependency from J#? /Markus On Dec 3, 5:21 am, dmiller wrote: > 1. CLR Interop:  Interop is the focus of development at

Re: Getting .NET Version of Clojure to run

2009-08-26 Thread Rich Hickey
j and the rest of the bootstap clojure code into > > assemblies, which can then be loaded quickly by Clojure.Main. > > > If you follow all the directions on the wiki, specifically, > > >http://wiki.github.com/richhickey/clojure-clr/installing-clojureclr > >http://wiki.git

ClojureCLR setup guide/examples?

2015-10-18 Thread Rui Carmo
Hello guys, I'm re-investing in the .NET ecosystem, and decided to try my hand at adding ClojureCLR to the mix given my very positive experience with the JVM version. However, I'm having trouble with two basic things: - I can't find a comprehensive guide regarding setti

Re: ClojureCLR binary download issue

2012-12-15 Thread dmiller
On Saturday, December 15, 2012 3:27:26 PM UTC-6, Shantanu Kumar wrote: > > Hi, > > Thought to bring up the recent ClojureCLR binary download issue: > > 1. The http://clojure.org/ homepage links ClojureCLR to the old Github > repo. > Whoever maintains the homepage will

ClojureCLR Windows Service

2010-11-19 Thread David Jagoe
Hi All, Is this the right place for ClojureCLR-specific questions? I have managed to install and use ClojureCLR on Windows but before I head too far down that track I'd like to canvas some expert opinion: Is it going to be painful trying to implement a Windows Service in ClojureCLR? Basi

ClojureCLR + Silverlight

2010-01-07 Thread Garth Sheldon-Coulson
Hi All, Does anyone know if ClojureCLR runs or could run on the Silverlight CLR? Can one use ClojureCLR to build Silverlight applications? I am as new as one can be to the .NET/CLR world, but the combination seems promising for an application I am planning to work on. Garth -- You received

Re: [ANN] ClojureCLR 1.3.0 released

2011-09-24 Thread Baishampayan Ghose
> ClojureCLR 1.3.0 is now available. > > Same updates as Clojure 1.3.0. Wow, David. That's some incredible work that you've done. Even though I don't use ClojureCLR, I can understand the amount of effort that has gone into the release. Heartiest congratulations. Regar

2011 ClojureCLR survey analysis

2011-11-03 Thread dmiller
An analysis of the 2011 ClojureCLR survey and a plan of action is now available here: http://clojureclr.blogspot.com/2011/11/survey-says-call-to-action.html Consider this also notification that the ClojureCLR blog exists. You can turn your dial there for future updates. -David -- You

Re: Getting .NET Version of Clojure to run

2009-08-26 Thread rodgertq
This can be done by MSBuild directly without involving an external tool like xcopy or robocopy using Item groups and built-in MSBuild tasks. We do this to deliver final artifacts in our build system. I should have some time in the next day or two to dig into the build for ClojureCLR, I will

Re: Getting .NET Version of Clojure to run

2009-08-26 Thread rodgertq
his to deliver final artifacts in our build system. > > I should have some time in the next day or two to dig into the build > for ClojureCLR, I will post back the required "mojo" in a reply here > (unless somebody beats me to it :) to do this without using anything > other tha

Re: ClojureCLR setup guide/examples?

2015-10-20 Thread dmiller
Most documentation, such as it is, is on the github wiki: https://github.com/clojure/clojure-clr/wiki Nothing written recently on such things as deploying web services. There is a separate list for ClojureCLR where you might get more answers: https://groups.google.com/forum/#!forum/clojure-clr

Re: ANN: lein-clr 0.2.0 for ClojureCLR

2012-12-17 Thread dmiller
ool. I'm just seeing this now. I actually spent some time a while back > getting a very simple nleiningen working in ClojureCLR. I had nuget > downloads working and also the ability to AOT compile namespaces and merge > them into a single DLL. It's not fully ready for prim

Re: ClojureCLR and WPF Data Binding

2010-05-08 Thread Mike K
> Anyone else looking at this sort of thing, or even interested? I'm very interested although I'm not looking at it right now (still taking baby steps learning Clojure while waiting for ClojureCLR to mature a bit) ClojureCLR + WPF / Silverlight is ultimately where I want to go. Tha

ClojureCLR on .net compact?

2012-04-19 Thread David Jagoe
Hi all, Does anyone know whether I can run ClojureCLR on .net compact? Specifically I would need to run it on Windows CE. Currently the application is written in C# which works ok, but I need to rewrite it and I'm deciding between C#, F# and ClojureCLR. Thanks, David -- David Jagoe da

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 do

Re: ANN: lein-clr 0.2.0 for ClojureCLR

2012-11-20 Thread dmiller
lojars a little while ago. The focus of this release is to > > 1. add dependency support (via NuGet/wget/curl, Leiningen :dependencies) > 2. lower the bar to get started with ClojureCLR (with automated download > of ClojureCLR) > 3. remove the need to call `assembly-load-from` in code

Re: What does .NET open sourcing mean for ClojureCLR?

2014-11-12 Thread Aleš Roubíček
Unfortunately startup time of ClojureCLR is much worse because it targets DLR. On Wednesday, November 12, 2014 8:16:19 PM UTC+1, Michael Klishin wrote: > > On 12 November 2014 at 21:50:57, Evan Zamir (zamir...@gmail.com > ) wrote: > > I just read that MS is open sourcing .NET

Re: ClojureCLR errors on Mono Linux

2012-12-18 Thread Shantanu Kumar
:00:53 UTC+5:30, dmiller wrote: > > Shantanu, > > I created an Ubuntu 12.10 VM running in VirtualBox on my Win7 PC. > I installed Mono 2.10.8. > I downloaded the zip for ClojureCLR 1.4.0 Debug-4.0. > Extracted. > > mono Clojure.Main.exe > Runs with no problem.

Re: Getting .NET Version of Clojure to run

2009-08-26 Thread David Miller
lving an external > > tool like xcopy or robocopy using Item groups and built-in MSBuild > > tasks.  We do this to deliver final artifacts in our build system. > > > I should have some time in the next day or two to dig into the build > > for ClojureCLR, I will post

Re: ClojureCLR questions

2009-12-02 Thread dmiller
use cases? That would be stimulating. 2. Performance goals: Clojure:Java::ClojureCLR:C#.Not there yet, but no reason why this is not achievable.If you look at the IL generated, ClojureCLR is almost identical to ClojureJVM. At this point, I consider interop the bigger impediment. The gam

Re: ClojureCLR installation?

2009-09-29 Thread Abhishek Reddy
On Tue, Sep 29, 2009 at 2:58 AM, Sean Devlin wrote: > > 4. Has anyone run ClojureCLR in mono? > It still depends on vjslib for BigDecimal: http://github.com/richhickey/clojure-clr/issues#issue/8 I had some luck building ClojureCLR on Mono after ripping out all use of BigDecimal, but

Re: Compiling latest ClojureCLR

2009-11-02 Thread dmiller
As promised, the new native BigDecimal has been completed. ClojureCLR no longer has a dependency on the Visual J# Redistributable (vjslib). I think this removes the last barrier to those wanting to play with ClojureCLR on Mono. (All two of you.) :) --David On Oct 31, 8:57 pm, dmiller wrote

Any demand for ClojureCLR support under slime / emacs?

2010-12-12 Thread Mike K
I really, really want ClojureCLR to play nice with emacs the way Clojure does. I've looked at the swank-clojure sources, but I really don't know enough about the Clojure and ClojureCLR internals to make much headway with this project. Still, I'd love to help out in any way that I

Re: ClojureCLR questions

2009-12-04 Thread dmiller
On Dec 4, 1:35 am, mac wrote: > Apologies if this has been answered, did a quick search but found only > pieces of info. > Is it possible to run ClojureCLR on Mono yet? > There was an issue with the BigDecimal dependency from J#? > > /Markus I don't know if anyone ha

ClojureCLR 1.5.0 RC 1

2012-12-27 Thread dmiller
ClojureCLR is caught up with all changes to ClojureJVM up to 1.5.0-RC1. This includes all relevant bug fixes, the reducers library, reader literal improvements, new threading macros and other goodness. See changes.md. The only change not yet implemented is the new reliance on the

Interact with JVM-based plain Clojure from ClojureCLR

2016-02-03 Thread 良ϖ
Hello all, I've been using core.logic for some code and I haven't read it's ported on ClojureCLR. However, I would like to use that code as game logic and to rely on Unity game engine for the graphical part. That means I have to use Unity and Clojure together: it can be done th

Re: ClojureCLR on .net compact?

2012-04-19 Thread David Jagoe
Ok, thanks David. On 19 April 2012 15:53, dmiller wrote: > I believe that Reflection.Emit is not available in .Net Compact Framework. >  This is essential for the ClojureCLR.  This also prevents DLR-based > languages such as IronPython from running on .Net CF. > > -David > >

Re: ClojureCLR on .net compact?

2012-04-19 Thread Timothy Baldridge
If you AOT compile the ClojureCLR code, will it still depend on Reflection.Emit? Timothy On Thu, Apr 19, 2012 at 11:10 AM, David Jagoe wrote: > Ok, thanks David. > > On 19 April 2012 15:53, dmiller wrote: >> I believe that Reflection.Emit is not available in .Net Compact Framewo

Re: Why the CLR languages fail?

2013-06-06 Thread dmiller
ht? > Many respondents have dealt with this question, in detail. I can confirm that some of the CLR extras (structs, reified generics, ...) complicate life for the language implementer, particularly in the area of interop. > > Chas did a survey in 2012, which gave very negative resu

Re: Status of Clojure on .NET?

2009-06-10 Thread David Miller
Actually, ClojureCLR is also DLR-based, relying on Expression Trees V2, but not the hosting goodies. Thus, it might be runnable directly in .NET 4.0 without the DLR. For ClojureCLR: Performance of the core libraries is quite good. Startup time is quite good. Of compiled Clojure code, not so

Re: ANN: lein-clr 0.2.0 for ClojureCLR

2013-02-28 Thread Aaron
gt; > On Saturday, December 15, 2012 5:15:16 PM UTC-6, Aaron wrote: >> >> Cool. I'm just seeing this now. I actually spent some time a while back >> getting a very simple nleiningen working in ClojureCLR. I had nuget >> downloads working and also the ability to AOT com

Re: Getting .NET Version of Clojure to run

2009-08-26 Thread Shawn Hoover
s, which can then be loaded quickly by Clojure.Main. > > If you follow all the directions on the wiki, specifically, > > http://wiki.github.com/richhickey/clojure-clr/installing-clojureclr > http://wiki.github.com/richhickey/clojure-clr/compiling-clojureclr > http://wiki.github.com/

Re: ANN: lein-clr for building ClojureCLR projects

2012-10-28 Thread Mark Rathwell
Great work! Really looking forward to NuGet integration. On Sun, Oct 28, 2012 at 9:13 AM, Shantanu Kumar wrote: > Hi, > > I am happy to announce `lein-clr`, a Leiningen plugin for building > ClojureCLR projects: > > https://github.com/kumarshantanu/lein-clr > > As of 0.1

Re: ClojureCLR errors on Mono Linux

2012-12-24 Thread RobertLJ
Shantanu The best way to get going right now with ClojureCLR is to build it from source. The following is the process to build ClojureCLR on Linux (Assuming that the mono development environment is installed). 1. Download: https://github.com/clojure/clojure-clr/archive/clojure-1.4.1

ClojureCLR installation?

2009-09-28 Thread Sean Devlin
Hey guys, I recently found a need to use the CLR. As such, I've got some general questions about ClojureCLR 1. Is there a ClojureCLRBox or anything similar? 2. Does anyone know of some good articles about the differences between the two platforms? Will contrib behave differently?

Re: ClojureCLR errors on Mono Linux

2012-12-15 Thread Shantanu Kumar
This is when using ClojureCLR 1.4.0 Debug-4.0 version. Shantanu On Sunday, 16 December 2012 09:45:21 UTC+5:30, Shantanu Kumar wrote: > > Hi, > > I noticed the following ClojureCLR errors using Mono 2.10 on Ubuntu 12.04 > (they do not happen on Windows using either .NET or Mon

Re: Any demand for ClojureCLR support under slime / emacs?

2010-12-13 Thread Nicolas Buduroi
I'm interested, can't provide much programming help in this area tough. I could always help test it. On Dec 12, 6:36 pm, Mike K wrote: > I really, really want ClojureCLR to play nice with emacs the way > Clojure does.  I've looked at the swank-clojure sources, but I reall

Re: ClojureCLR limitations

2009-10-13 Thread Dmitry Kakurin
Thank you very much for such a quick fix! My code works without modifications now. Well, almost. I had to emulate parts of Contrib/math. Which brings me to the next question: what portion of contirb works under ClojureCLR? - Dmitry On Oct 11, 4:47 pm, David Miller wrote: > Latest commit a

Re: [ClojureCLR] Clojure.Compile.exe

2013-11-19 Thread Shantanu Kumar
Hi Frank, (Saw your post shared on ClojureCLR Google+ but was unable to comment.) This may be slightly tangential but you might want to look at lein-clr: https://github.com/kumarshantanu/lein-clr It makes these things easier to do on the command-line. You need to install Java and Leiningen to

Re: Want some books or issues about ClojureCLR

2011-12-30 Thread Shantanu Kumar
Does ClojureCLR work (or is planned to support) Mono[1] by any chance? [1] Mono – http://www.mono-project.com/Main_Page Regards, Shantanu On Dec 30, 9:41 pm, dmiller wrote: > As noted, the biggest difference is interop.  I've started posting on > such matters athttp://clojureclr.b

Re: What does .NET open sourcing mean for ClojureCLR?

2014-11-12 Thread Michael Klishin
On 12 November 2014 at 21:50:57, Evan Zamir (zamir.e...@gmail.com) wrote: > I just read that MS is open sourcing .NET. I assume this means > one could now target .NET with ClojureCLR on Linux/Mac environment. > Assuming that is true, the natural question seems to be which >

[ClojureCLR] Clojure.Compile.exe

2013-11-19 Thread Frank Hale
I'm using Clojure-CLR 1.5 and cannot get a simple hello,world to compile into an executable using Clojure.Compile.exe. Code: (ns clojureclr-test (:gen-class)) (defn -main [] (println "Hello, World)) When I attempt to compile the code using Clojure.Compile.exe I get the follo

ClojureCLR: change in naming/location of AOT-compiled assemblies

2011-02-02 Thread dmiller
I've made a change to the naming and location of AOT-compiled assemblies generated by ClojureCLR. Previously, ClojureCLR had followed the conventions of ClojureJVM in naming/locating class files (assemblies in CLR-land) generated by AOT- compilation. Thus, doing (compile 'a.b.c)

Compiling latest ClojureCLR

2009-10-31 Thread Miron Brezuleanu
Hello, I've tried compiling the latest ClojureCLR and ... it wasn't easy. Maybe because my setup is missing stuff (a fresh virtual machine with Windows Server 2003, Visual Studio 2008 SP1 and the Visual J# redistributables). Anyway, I managed to come up with a reproducible list of step

ClojureCLR limitations

2009-10-10 Thread Dmitry Kakurin
I've read "Programming Clojure" book an I love the language (and the book), kudos! I'm evaluating ClojureCLR as a scripting language for my product. Is there a list of ClojureCLR limitations and not implemented features? I've just started playing with it and (after s

Re: ClojureCLR on .net compact?

2012-04-19 Thread dmiller
On Thursday, April 19, 2012 11:20:05 AM UTC-5, tbc++ wrote: > > If you AOT compile the ClojureCLR code, will it still depend on > Reflection.Emit? > > Timothy > Yes, it will still depend on Reflection.Emit. If you eval, you need it. Also, any place where ClojureJVM does

Re: ClojureCLR 1.5.0 RC 1

2012-12-29 Thread Shantanu Kumar
On Thursday, 27 December 2012 23:15:04 UTC+5:30, dmiller wrote: > > ClojureCLR is caught up with all changes to ClojureJVM up to 1.5.0-RC1. > This includes all relevant bug fixes, the reducers library, reader literal > improvements, new threading macros and other goodness. Se

Re: ClojureCLR limitations

2009-10-13 Thread David Miller
< what portion of contirb [sic] works under ClojureCLR? Close to none, I'm guessing. The problem is that you have to do some translations. Most of the translations are trivial and come in two varieties: (a) Change a call to a JVM library method to an equivalent call to a CLR librar

Re: Clojure on CLR/DLR

2009-02-16 Thread dmiller
ClojureCLR it shall be. --dm On Feb 16, 7:30 pm, Rich Hickey wrote: > > I prefer ClojureCLR. > > Rich --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group,

Re: ClojureCLR errors on Mono Linux

2012-12-29 Thread Shantanu Kumar
Thanks Robert, will try that shortly. Shantanu On Tuesday, 25 December 2012 06:29:58 UTC+5:30, RobertLJ wrote: > > > Shantanu > > The best way to get going right now with ClojureCLR is to build it from > source. The following is the process to build ClojureCLR on Linux &g

Re: ClojureCLR errors on Mono Linux

2012-12-19 Thread Shantanu Kumar
tualBox on my Win7 PC. >> I installed Mono 2.10.8. >> I downloaded the zip for ClojureCLR 1.4.0 Debug-4.0. >> Extracted. >> > mono Clojure.Main.exe >> Runs with no problem. >> >> > mono Clojure.Compile.exe test.junk >> Runs with no problem. &

Re: Want some books or issues about ClojureCLR

2011-12-30 Thread dmiller
"planned to support" sounds about right. I do not know that it does not work. If any adventuresome mono-ites (mono-istas?) cares to give it a try ... . -David On Dec 30, 12:07 pm, Shantanu Kumar wrote: > Does ClojureCLR work (or is planned to support) Mono[1] by any chance?

ANN: ClojureCLR alpha up on clojure-contrib

2009-02-24 Thread dmiller
ClojureCLR is up on clojure-contrib. Look in trunk/ClojureCLR. Previously mentioned here at http://groups.google.com/group/clojure/browse_thread/thread/54571c9b8f625dba/ Compatible with pre-lazy Clojure (r1279). (See versions.txt in the root directory.) Status: definitely alpha

Re: ClojureCLR installation?

2009-09-30 Thread Shawn Hoover
ldn't, in principle, be > difficult to create an open-source-friendly implementation backed by GMP. > The BigDecimal used by ClojureCLR is not a CLR data type, which I think is why it doesn't exist on Mono already. Rather, it comes from Microsoft's J# library, for which it&#x

Re: ClojureCLR and WPF Data Binding

2010-05-08 Thread Anders Rune Jensen
On Sat, May 8, 2010 at 4:10 PM, Mike K wrote: >> Anyone else looking at this sort of thing, or even interested? +1 > I'm very interested although I'm not looking at it right now (still > taking baby steps learning Clojure while waiting for ClojureCLR to > mature a

Re: Is there any medium scale opensource project implemented using clojure-clr?

2013-01-25 Thread Shantanu Kumar
I came across Clj-MML, which is a ClojureCLR library: https://github.com/timgluz/clj-mml and its starter: https://github.com/timgluz/starter-cljmml I have also noticed few ClojureCLR ports of regular Clojure-contrib libraries. Just FYI, there is a ClojureCLR Google+ community: https

Re: Is ClojureCLR converging toward a release?

2010-09-24 Thread dmiller
I tagged a 1.2 release on the site. I have not put a separate 1.2 download or a binary release out there yet. Someone has contributed an entirely new build process for ClojureCLR that includes support for either 3.5 or 4.0 builds, better binary managment on the builds and some other goodies

ClojureCLR in production ?

2011-03-23 Thread Jules
my Clojure code via ClojureCLR and top it off with rewriting relevant Java pieces either in C# or more Clojure. Given the Clojure-in-Clojure effort this seems the natural way to go to achieve portability over the two platforms. I was wondering whether anyone else had ClojureCLR in production and

Re: ClojureCLR 1.5.0 RC 1

2012-12-29 Thread dmiller
The executables and DLLs under the regular binary download will work just fine under Mono. On Saturday, December 29, 2012 2:06:31 AM UTC-6, Shantanu Kumar wrote: > > > > On Thursday, 27 December 2012 23:15:04 UTC+5:30, dmiller wrote: >> >> ClojureCLR is caught up with a

Re: Want some books or issues about ClojureCLR

2011-11-28 Thread dmiller
://rob-rowe.blogspot.com/, @rippinrobr) has been blogging recently on getting started with ClojureCLR. -David On Nov 28, 4:03 pm, Stuart Sierra wrote: > Hi Adam, > > Clojure CLR is a community effort without official support. I am not > aware of any books specifically abou

Re: ClojureCLR limitations

2009-10-10 Thread David Miller
omorrow. (Red face, mumble, mumble, forgot to TODO that one, sigh.) Not sure why the REPL is taking so long to come back to you. I don't have that problem. My REPL is very eager to report the error. Beyond the stated issues, the biggest problem with ClojureCLR at this point is the lack of

Re: ANN: lein-clr 0.2.0 for ClojureCLR

2012-12-16 Thread Shantanu Kumar
Hi Aaron, On Sunday, 16 December 2012 04:45:16 UTC+5:30, Aaron wrote: > > Cool. I'm just seeing this now. I actually spent some time a while back > getting a very simple nleiningen working in ClojureCLR. I had nuget > downloads working and also the ability to AOT compile nam

Re: [ClojureCLR] Clojure.Compile.exe

2013-11-19 Thread dmiller
ClojureCLR follows ClojureJVM in translating hyphens in namespace names to underscores in filenames. -David On Tuesday, November 19, 2013 11:00:37 AM UTC-6, Frank Hale wrote: > > Thanks Shantanu, I will look into lein-clr. > > > On Tue, Nov 19, 2013 at 11:57 AM, Frank Hale >

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 alia

Re: ANN: lein-clr 0.2.0 for ClojureCLR

2012-12-17 Thread Aaron Craelius
some time a while back >> getting a very simple nleiningen working in ClojureCLR. I had nuget >> downloads working and also the ability to AOT compile namespaces and merge >> them into a single DLL. It's not fully ready for prime time yet though, in >> part because it dep

Re: ClojureCLR errors on Mono Linux

2012-12-20 Thread dmiller
>> >> I will post the exact steps in the evening on how to replicate the issue >> on 32-bit Ubuntu. >> >> Shantanu >> >> On Wednesday, 19 December 2012 02:00:53 UTC+5:30, dmiller wrote: >>> >>> Shantanu, >>> >>

Re: Obtaining Clojure version: JVM or CLR?

2010-03-04 Thread zdam
Hi, This is really good news. I think making the Clojure libs that everyone is writing available to ClojureCLR is essential for ClojureCLR to get traction and possible real-world usage. Could you elaborate on how you are trying to do this? Thanks, Adam. On Mar 3, 1:17 am, soyrochus wrote

Re: Is ClojureCLR converging toward a release?

2010-09-24 Thread eyeris
build process for > ClojureCLR that includes support for either 3.5 or 4.0 builds, better > binary managment on the builds and some other goodies.  Just waiting > for that person's CA to be processed by Rich. > > -David > > On Sep 23, 10:26 pm, Mike K wrote: > > >

ClojureCLR under slime / emacs?

2010-02-13 Thread Mike K
Does anyone have ClojureCLR running under emacs via slime? Failing that, can anyone give me some pointers as to how I might hacking swank-clojure.el (or whatever) to get this to work? Mike -- You received this message because you are subscribed to the Google Groups "Clojure" grou

Re: New home for ClojureCLR

2012-01-01 Thread Stuart Sierra
And thanks to David Miller for his excellent and continued work on ClojureCLR! I'm happy that we have such a great community to support Clojure on the .NET platform. -Stuart Sierra clojure.com -- You received this message because you are subscribed to the Google Groups "Clojure&

ClojureCLR updated

2009-05-31 Thread dmiller
I've posted a major update to the ClojureCLR code to clojure-contrib. However, if you want to stay up with the latest changes, I recommend gitting the code at http://github.com/dmiller/ClojureCLR. Consult the wiki there for information on installing / compiling / running. This release b

Re: ClojureCLR installation?

2009-09-28 Thread Shawn Hoover
On Mon, Sep 28, 2009 at 9:58 AM, Sean Devlin wrote: > > Hey guys, > I recently found a need to use the CLR. As such, I've got some > general questions about ClojureCLR > > 1. Is there a ClojureCLRBox or anything similar? > No, just the instructions on the github wiki

Re: ClojureCLR limitations

2009-10-11 Thread David Miller
 My REPL is very eager to report the error. > > Beyond the stated issues, the biggest problem with ClojureCLR at this > point is the lack of testing.  It needs people banging on it, in the > absence of a more complete test suite.  (It does pass all the tests in > the test suite, but

Re: Want some books or issues about ClojureCLR

2011-12-30 Thread dmiller
arted with ClojureCLR. -David On Dec 30, 12:20 am, 王亚平 wrote: > Why God like dmiller don't write such a book? It must be very interesting. > > > > > > > > On Tue, Nov 29, 2011 at 8:45 AM, dmiller wrote: > > The wiki on the github repo has some information about gettin

  1   2   3   4   5   6   >