> I believe the underlying problem is a limit of the JVM.  Maybe it
> would be possible for the Clojure compiler to work around the
> limitation, though.

It has a non trivial interaction with the lack of TCO.
The trivial transformation of going from a big method to a sequence of
small methods could blow the stack.

You could maybe do a tree of function call and emit a warning though.

Does someone know what Scala does?

Nicolas.

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

Reply via email to