Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer ownership? #40

Open
shadowhand opened this issue Mar 5, 2015 · 14 comments
Open

Transfer ownership? #40

shadowhand opened this issue Mar 5, 2015 · 14 comments

Comments

@shadowhand
Copy link

@brianhaveri since it seems you have abandoned this package, would you consider transferring the ownership to someone else to maintain? I think that @thephpleague would consider taking it over.

@olso
Copy link

olso commented Apr 26, 2015

+1

1 similar comment
@guroot
Copy link

guroot commented Jun 6, 2015

+1

@ginsterbusch
Copy link

+2

@simonbaudry
Copy link

+1

@olso
Copy link

olso commented Jul 13, 2015

Guys there is better looking alternative https://github.com/lstrojny/functional-php

@shadowhand
Copy link
Author

Actually I've been actively working on https://github.com/Im0rtality/Underscore which is becoming quite decent.

@Xartok
Copy link

Xartok commented Aug 4, 2015

Another solution may be that a new maintainer forks the project and maintains the fork

@merlindorin
Copy link

+1

@bluesnowman
Copy link

Here is an experimental functional library that is aimed at having stronger type safety: https://github.com/bluesnowman/fphp-saber

@shadowhand
Copy link
Author

@bluesnowman fphp-saber really isn't comparable to underscore at all.

@bluetechy
Copy link

@shadowhand Agreed, fphp-saber takes more of a Scala / F# like implementation to functional programming, but I thought you might be interested in it since you have been working on your own version of a Underscore.js like implementation and may be looking for ideas on how to improve upon it or approach it. I am open for comments on fphp-saber and am happy to provide you any feedback on your project (but will do that hereon out via your project).

@tejastank
Copy link

-1000

@gtgt
Copy link

gtgt commented Dec 11, 2015

I actually like shadowhand's alternative...

@mpetrovich
Copy link

mpetrovich commented Aug 20, 2018

I'm late to the party, but we built our own Underscore-like functional programming library since none of the tools out there were maintained, easy to use, or well-documented: https://github.com/nextbigsoundinc/dash

Highlights:

  • Many data types supported: arrays, objects, generators (coming soon), Traversable, DirectoryIterator, and more
  • Chaining
  • Currying
  • Lazy evaluation
  • Custom operations
  • Well-tested: Comprehensive tests with nearly 3,000 test cases and 100% code coverage

I hope it can be useful to someone. Feedback welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests