Crockford makes the point that <script> tag processing stops every other process in the browser including the asynchronous fetch of images. He strongly recommends that <script> tags be placed toward the end of the <body> tag. This allows maximum overlap of processing and makes the page appear as soon as possible.
If people make tools that create pages that include Clojurescript code, it might be a good thing if they follow this advice. Tim Daly On Fri, 2011-08-12 at 23:01 -0400, daly wrote: > You might want to look at some of the information > on Crockford's webpage about Javascript > > http://javascript.crockford.com > > In particular, lecture 3 in his video series is about > functions, classes, objects, etc in Javascript: > > http://www.yuiblog.com/blog/2010/02/24/video-crockonjs-3 > > Tim Daly > d...@axiom-developer.org > > > -- 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