Re: Tests in Clojure source

2009-07-25 Thread ajlopez
Hi people! Thanks for the answers, Wilson, Richard. Yesterday, I could clone the CLR branch from github (github hates my IE7 browser, I switched to FireFox): http://github.com/richhickey/clojure-clr/tree/master I found in the code the kind of test I was looking for. Just curious: any attempt t

Re: Tests in Clojure source

2009-07-20 Thread Richard Newman
> yes, it's in clojure.contrib.test-is I think Angel's asking — based on his context of "Clojure inner guts" — if there are any Java tests for the Clojure core, as opposed to tests written in Clojure. I presume that he wants these to mirror into C#, to get a better handle on the expected be

Re: Tests in Clojure source

2009-07-20 Thread Wilson MacGyver
yes, it's in clojure.contrib.test-is http://clojure.org/libraries#toc28 overview at http://code.google.com/p/clojure-contrib/wiki/TestIsApiDoc I believe it's being moved into clojure core in the next release. On Mon, Jul 20, 2009 at 9:57 AM, Angel Java Lopez wrote: > Hi people! > I'm a newbie

Tests in Clojure source

2009-07-20 Thread Angel Java Lopez
Hi people! I'm a newbie to Twitter, a software developer, living in Buenos Aires, Argentina, so I apologize my "Anglish" that is "Angel's English". Me Tarzan, you Clojure :-) I'm working on reimplementing some Clojure ideas in C#. I know you have a CLR branch, I hope I will contribute to t