On Jan 5, 2012, at 12:09 PM, Liam Proven wrote:
> Closures: again, I have yet to find a readable, comprehensible
> explanation of what they are, what they are good for, why they are
> powerful and what strengths they confer onto a programming language.
Closures are great for JavaScript because it lets you have truly
private data that other people can't muck with.
<http://javascript.crockford.com/private.html>
--
"The Direct3D Graphics Pipeline" -- DirectX 9 version available for download
<http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/>
Legalize Adulthood! <http://legalizeadulthood.wordpress.com>