Pages tagged iterator:

wu.js
http://fitzgen.github.com/wu.js/

Wu.js is a library for lazy, functional programming in Javascript. Works great in the browser, and also with CommonJS (including node and Narwhal). The largest part of wu is dedicated to iterators. Iterators are lazy sequences with a number of methods that encourage functional programming.
map reduce, iterator, range and more functional language feature
Wu.js is a library for lazy, functional programming in Javascript. Works great in the browser, and also with CommonJS (including node and Narwhal). The largest part of wu is dedicated to iterators. Iterators are lazy sequences with a number of methods that encourage functional programming. What does it mean to be lazy? Many people might expect the following code to log "1 squared is 1", "2 squared is 4", and "3 squared is 9" immediately.
Interesting lazy functional library for javascript.
Wu.js is a library for lazy, functional programming in Javascript. Works great in the browser, and also with CommonJS (including node and Narwhal).
Wu.js is a library for lazy, functional programming in Javascript.