>
>
> 1. What is the (technical) reason the compiler can't just "look up" all
> functions before using them?
>

Rich posted about this issue a while ago:
http://news.ycombinator.com/item?id=2467809


> 2. What is the standard way or best practice to work around such
> constructs?


You can just use:

(declare decode)

to forward declare any functions.

-- 
Dave

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