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

Unable to build Clojure 1.5

2013-03-01 Thread John Smith
Hi all, just starting out. Here is my dilemma when I try to build clojure 1.5: http://bin.cakephp.org/view/812400581 Also, I have a question. Is it true that Clojure does not have true tail-recursion like Lisp does? Will that be implemented in the future? -- -- You received this message be