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 library method

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 adds s

Re: ClojureCLR limitations

2009-10-11 Thread David Miller
Latest commit adds support for letfn. --David On Oct 11, 12:20 am, David Miller 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 n

Re: ClojureCLR limitations

2009-10-10 Thread David Miller
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, mu