Getting rid of the vjslib dependency is on the todo list.  I started
looking at it yesterday.  I was going to switch to the
Microsoft.Scripting.Math.BigInteger class that comes with the DLR and
then implement a BigDecimal on top of that.  However, there are some
missing pieces for our needs, and their implementation does not expose
enough internals to allow me to do certain algorithms efficiently. so
now I'm contemplating grabbing a copy of Knuth, crossing my fingers,
and digging in.

I've watched Mono for a long time, but haven't dived in.  I guess now
is the time.

David

On Jun 1, 3:56 pm, Shawn Hoover <shawn.hoo...@gmail.com> wrote:
> On Mon, Jun 1, 2009 at 4:15 PM, Konrad Hinsen 
> <konrad.hin...@laposte.net>wrote:
>
>
>
>
>
> > On 01.06.2009, at 19:57, David Miller wrote:
>
> > > :> It'd be much easier to play with if you provide a precompiled
> > > :> executable :)
>
> > > I thought about that.  Adding assembilies of my code  as a download is
> > > easy enough.  However, to get the thing running, you also need vjslib
> > > from the J# Redistributatable library plus DLLs generated from the DLR
> > > source -- care to advise me about the legal ramifications of me doing
> > > that directly?  :)
>
> > I remember reading that Mono now supports DLR. Would it be
> > envisageable to supply a fully Mono-based precompiled executable?
> > That would also be nice for us non-Windows users...
>
> > BWT, ClojureCLR is a very interesting development for me, as
> > colleagues of mine have a lot of .NET code (running under Linux with
> > Mono).
>
> > Konrad.
>
> If Mono supports the DLR, the only thing I see holding back that dream is
> the Visual J# dependency. Even that could go away if ClojureCLR had a
> BigInteger implementation, or something similar that enables Clojure's
> arbitrarily large integers.
--~--~---------~--~----~------------~-------~--~----~
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