Hacker News new | ask | show | jobs
by tkaemming 5451 days ago
Also worth noting is Steve Souders' control.js (http://stevesouders.com/controljs/) which adds some tools for delayed script execution and solves a few document.write use cases that have been issues with deferred loading/execution.
1 comments

And there's LABjs http://labjs.com/

but I wouldn't bother with any of them. IMHO concatenated scripts at end of <body> are just fine.