Created
September 27, 2010 20:07
-
-
Save drewlesueur/599721 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Things that should (or maybe shouldn't be in JavaScript) | |
Tail recursion optimisation | |
Optional Dynamic scope (in addition to its lexical scope) | |
Method Missing es5? | |
method for accessing array elements. | |
call by name ? (maybe a bad idea) | |
see scope chain. | |
Good things | |
lexical scope | |
functions | |
objects |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment