robb / Underscore.m

A DSL for Data Manipulation
https://robb.github.io/Underscore.m/
MIT License
1.47k stars 99 forks source link

Add functions from underscore-contrib? #51

Open ninjudd opened 10 years ago

ninjudd commented 10 years ago

There are some very useful functions in underscore-contrib that are missing from underscore.js: http://documentcloud.github.io/underscore-contrib/

My plan is to fork Underscore.m and add these methods as I need them, but I wanted to check that you are open to adding functions like these first. Thanks!

robb commented 10 years ago

Which methods do you have in mind?

ninjudd commented 10 years ago

I specifically need cat and mapcat right now, but most of them are pretty useful.

ninjudd commented 10 years ago

Primarily the functions in array.builders and array.selectors.

robb commented 10 years ago

:ok_hand:

I'm not sure all of these will translate well, but I guess that discussion is easier to be had in a pull request :-)