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

Added support for Binding and Currying #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

miketheprogrammer
Copy link
Collaborator

Javascript is a functional language, as such we should be able to functionally access objects.
This pull request adds support for binding and currying. I have added (30) tests to prove that it works.
This commit allows us to create several dynamic functions from a root function.
It is also backwards compatible (I only added new tests, did not modify old ones.)

One important note, I removed the value argument from the Remove function, it was not used and there was no mention of it in the documentation.

@miketheprogrammer
Copy link
Collaborator Author

Tests pass locally, doccy screws up Travis CI

@miketheprogrammer
Copy link
Collaborator Author

@deoxxa If you are not longer supporting this repo, I volunteer for you to transfer the npm ownership to me or add me as a contibutor and give me managment rights on the repo.
Otherwise I will fork on npm, which will lead to more user confusion about which modules to use.

@deoxxa
Copy link
Owner

deoxxa commented Oct 11, 2015

@miketheprogrammer I've added you on here. What's your username on npm? I'll add you there as well so you can push releases.

@deoxxa
Copy link
Owner

deoxxa commented Oct 11, 2015

Found it! I hope you're mhernandez on npm, or some random person just got the ability to push releases.

@deoxxa
Copy link
Owner

deoxxa commented Oct 11, 2015

Hrm. I just realised these comments are from a year ago, not a few weeks ago. I hope you're still interested!

@miketheprogrammer
Copy link
Collaborator Author

I am. I've been a bit busy with work. I'll reach out in a little
On Oct 11, 2015 5:54 AM, "Conrad Pankoff" notifications@github.com wrote:

Hrm. I just realised these comments are from a year ago, not a few weeks
ago. I hope you're still interested!


Reply to this email directly or view it on GitHub
#14 (comment).

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

Successfully merging this pull request may close these issues.

None yet

2 participants