I use clojure more and more in production.
To use it even more there, I need to be certain
about the answer of the following question.

My experiments lead me to the conjecture, that
the answer is yes.
But a proof can only be given by someone,
who is familiar with clojure's implementation of which I
have no clue.

Thanks for your help !:

The question is concerned with calling clojure from Java.

I have a bunch of clojure stuff, which I compiled to byte
code with the techniques described at http://clojure.org/compilation
I made an archive A of the result.
I have Java code, that uses things from A.
Now: The first time something from A is called, there is a little delay.
Afterwards there is no delay.
Is it true, that, in a given JVM, only the very first call to something in
A, will cause a delay ?


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