Re: Unable to build Clojure 1.5

2013-03-01 Thread John Smith
Ok, I see where I messed up. Thanks, that helped. I can take it from here. On Friday, March 1, 2013 1:40:35 PM UTC-5, Andy Fingerhut wrote: > > As noted in the readme.txt file: > > To build locally with Ant: > >One-time setup:./antsetup.sh >To build: ant > > > > Clojure ha

Re: Unable to build Clojure 1.5

2013-03-01 Thread Andy Fingerhut
As noted in the readme.txt file: To build locally with Ant: One-time setup:./antsetup.sh To build: ant Clojure has a form of tail recursion using the "recur" form within loops and within functions, but it does not do tail calls unless you use the recur form. I do not kn