I am doing a little reading and I was introduced to LABjs (Loading and Blocking JavaScript) library. The concept seems pretty straightforward and I think the way it is implemented is very easy. I like the flexibility in how you can download scripts in parallel, asynchronous, and in a specific order.
Is anyone using LABjs in a production environment?
No. I experimented with it; but its loading mechanism interfered with javascript debugging. For my purposes I found writing a small function to dynamically create a tag in the document’s head was sufficient.
that is an interesting approach Robert, thanks.
Using Dojo every-day I’m monitoring RequireJS project:
http://ajaxian.com/archives/requirejs-asynchronous-javascript-loading
http://requirejs.org