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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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:
>
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
> 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
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
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
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
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
: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.
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
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
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
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
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
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 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
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
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
>
>
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
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
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
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
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/
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
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
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?
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
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
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
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
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
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
>
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
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)
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
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
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
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
< 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
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,
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
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.
&
"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?
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
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
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
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
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
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
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
://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
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
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
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
>
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
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
>>
>> 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,
>>>
>>
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
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:
>
> >
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
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&
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
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
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
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 - 100 of 512 matches
Mail list logo