diff --git a/index.html b/index.html index b309c0046..70669fc13 100644 --- a/index.html +++ b/index.html @@ -1004,6 +1004,35 @@ _([1, 2, 3]).value(); => [1, 2, 3] +

Links & Suggested Reading

+ +

+ Underscore.lua, + a Lua port of the functions that are applicable in both languages. + Includes OOP-wrapping and chaining. + The source is + available on GitHub. +

+ +

+ Ruby's Enumerable module. +

+ +

+ Prototype.js, which provides + JavaScript with collection functions in the manner closest to Ruby's Enumerable. +

+ +

+ Oliver Steele's + Functional JavaScript, + which includes comprehensive higher-order function support as well as string lambdas. +

+ +

+ Python's itertools. +

+

Change Log