edit-article
Home
Up
Delete
Article Name:
Article Description:
By - Haskell - looks at the problems with the javascript programming language,
Chapter ID/Name:
Status:
Write
Writing
Written
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">title</h1> <h2>[WHAT]</h2> <ol> <li>] <a href="http://www.haskell.org/haskellwiki/The_JavaScript_Problem" target="_blank">http://www.haskell.org/haskellwiki/The_JavaScript_Problem</a> </li> </ol> <h2>[WHY]</h2> <ol> <li>] lack of module system,</li> <li>] weak-typing,</li> <li>] verbose function syntax<sup>1</sup>,</li> <li>] late binding<sup>2</sup>, which has led to the creation of various static analysis tools to alleviate this language flaw<sup>3</sup>, but with limited success<sup>4</sup> (there is even a static type checker<sup>5</sup>),</li> <li>] finicky equality/automatic conversion,</li> <li>] <code>this</code> behaviour, and</li> <li>] lack of static types.</li> </ol> <h2>[WHERE]</h2> <ol> <li>]</li> </ol> <h2>[WHEN]</h2> <ol> <li>]</li> </ol> <h2>[EXAMPLE]</h2> <ol> <li>]</li> </ol> <h2>[HOW-TO]</h2> <ol> <li>]</li> </ol> <h2>[REFERENCE]</h2> <ol> <li>]</li> </ol> <h1 style="text-align: center;"> </h1>