robb / Underscore.m

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

Implement zipWith #43

Closed vascoorey closed 11 years ago

vascoorey commented 11 years ago

Implemented zipWith and added test cases.

In the case of array size mis-match it will zip up to the smallest array size.

robb commented 11 years ago

You're on a roll! :+1: Two minor comments & please add yourself to the CONTRIBUTORS file if you'd like

vascoorey commented 11 years ago

Roger that ;)

vascoorey commented 11 years ago

Done!

robb commented 11 years ago

:sparkling_heart: