2011
Eloquent JavaScript: A Modern Introduction to Programming
by Xavier Lacot & 3 others2010
2009
2008
Memoizing recursive functions via the fixed-point Y combinator: Applying functional programming techniques to Javascript
by greutIs it possible to express a "recursive" function like factorial without using recursion or iteration? The answer--often surprising--is yes. The technique involved--expressing recursive functions as fixed-points--leads to a more fundamental understanding of recursion.
Wow, there's a lovely world that needs to be explored
2007
Programming CouchDB with Javascript - plok
by greut & 1 otherTo illustrate how easy and straightforward writing applications for CouchDB is, we are going to build a simple todo-list application in Javascript.
for my next hour of free time.
Functional Javascript
by greut & 2 othersFunctional is a library for functional programming in JavaScript.
tools to do map/reduce on spidermonkey maybe...