gplocke / underscore

Functional Programming Aid for Javascript. Works well with jQuery.

Home Page:http://documentcloud.github.com/underscore/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                   __                                                         
                  /\ \                                                         __           
 __  __    ___    \_\ \     __   _ __   ____    ___    ___   _ __    __       /\_\    ____  
/\ \/\ \ /' _ `\  /'_  \  /'__`\/\  __\/ ,__\  / ___\ / __`\/\  __\/'__`\     \/\ \  /',__\ 
\ \ \_\ \/\ \/\ \/\ \ \ \/\  __/\ \ \//\__, `\/\ \__//\ \ \ \ \ \//\  __/  __  \ \ \/\__, `\
 \ \____/\ \_\ \_\ \___,_\ \____\\ \_\\/\____/\ \____\ \____/\ \_\\ \____\/\_\ _\ \ \/\____/
  \/___/  \/_/\/_/\/__,_ /\/____/ \/_/ \/___/  \/____/\/___/  \/_/ \/____/\/_//\ \_\ \/___/ 
                                                                              \ \____/      
                                                                               \/___/

Underscore is a utility-belt library for JavaScript that provides 
a lot of the functional programming support that you would expect 
in Prototype.js (or Ruby), but without extending any of the built-
in JavaScript objects. It's the tie to go along with jQuery's tux.

For Docs, License, Tests, and pre-packed downloads, see:
http://documentcloud.github.com/underscore/

Many thanks to our contributors:

  Dmitry Baranovskiy
  Tim Caswell
  Samuel Clay
  Mathieu D'Amours
  Rick Fletcher
  Mike Frawley
  Kirill Ishanov
  Kris Kowal
  Jed Schmidt
  Noah Sloan
  Nick Stenning
  Luke Sutton
  Ryan Tenney
  John Wright

About

Functional Programming Aid for Javascript. Works well with jQuery.

http://documentcloud.github.com/underscore/

License:MIT License