>
> A reasonably simple optimisation would be to automatically identify 
> self-recursion in tail position and convert it directly to "recur". I think 
> that's possibly the kind of optimisation pass that the OP was suggesting. 
>

That's exactly the kind of thing I was thinking about with recur. If you 
can take the trouble to write a macro for tail-call optimization, you can 
take the trouble to write a macro to do what you're describing.

So what's the status on further enhancements to the Clojure compiler? Is 
there anyone working on improving it, not just maintaining it (besides 
adding core.matrix, which is different)?

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