< 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 library method
  (b)  Change a type hint.

I've been able to translate all of core.clj without having to add a
line of code.  It is not hard, just tedious, and I haven't had time to
do it.
If anyone wants to get a CA in to Rich and have at it, I'm happy to
provide guidance.



On Oct 13, 1:33 am, Dmitry Kakurin <dmitry.kaku...@gmail.com> wrote:
> 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 <dmiller2...@gmail.com> wrote:
>
> > Latest commit adds support for letfn.
>
> > --David
>
> > On Oct 11, 12:20 am, David Miller <dmiller2...@gmail.com> wrote:
>
> > > For limitations and unimplemented features, go to the github site and
> > > check out the Issues tab and in the wiki, look at  the 'To Do' page
> > > and the bottom of the 'CLR Interop' page.
>
> > > I just added the non-implementation of letfn as an issue.   Will be
> > > fixed shortly, probably tomorrow.   (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 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 there is a lot of ground not covered.)
>
> > > -David
>
> > > On Oct 10, 2:29 am, Dmitry Kakurin <dmitry.kaku...@gmail.com> wrote:
>
> > > > 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 some debugging)
> > > > discovered that letfn is not implemented.
> > > > Then something else threw NotImplemeted exception.
> > > > Also when error is found it takes an enormous time to come back to
> > > > REPL (like 5-7 seconds).
>
> > > > I understand that .NET port is relatively new, but I need a way to
> > > > quickly judge if it's mature enough for my purpose.
> > > > What is the best way to do it?
>
> > > > - Dmitry- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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