robb / Underscore.m

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

Still being maintained? #36

Closed tmcnab closed 11 years ago

tmcnab commented 11 years ago

I hate questions like these, but is this project still being actively maintained?

robb commented 11 years ago

Yup, is anything broken for you?

robb commented 11 years ago

If you're wondering about the lack of updates, I suppose haven't encountered an actual need for drop, zipWith or support for NSSet or NSString (#29, #12, #10, #22) in any of my apps yet.

That being said, I am thinking about making Underscore.m somewhat of a dynamic wrapper around Asterism so people can have their choice of (chaining + dynamic inspection) or (typesafety + overloading)

tmcnab commented 11 years ago

Ah okay, thanks for that @robb. It was more for the fact I'd hate using a library/framework if it's dead. Great work on Underscore.m!

robb commented 11 years ago

:bow: