Just had a question on startup times, if anybody has had experience
here:
I know (on my local box) clojure takes about 1.3s to "load"

C:\> cat yo.clj
(+ 1 2 3)

C:\>timer java -cp clojure-1.3.0.jar clojure.main yo.clj
1.347414

So I guess my question is "is this all the overhead I'm likely to
encounter" for startup times for projects in clojure?  For large
projects, what are typical load times?  Just trying to figure out if
clojure would work for my next project.
Thanks!
-roger-

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