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 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 know the implementation details, but there are issues 
> with the JVM and the way Clojure does interop calls to Java code that I 
> believe make it difficult to implement tail calls, unless one does some 
> kind of CPS (Continuation Passing Style) transformation on all of the code.
>
> Andy
>
> On Mar 1, 2013, at 10:11 AM, John Smith wrote:
>
> 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 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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to