-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mention related packages in README #20
Comments
Yeah it's worth considering! I need to look more at this package but I took a lot of my implementation details from how base implemented |
PartialFunctions.jl
in README
Ooh, this would be a nice pairing. Though, I probably couldn't be of much help, because my 'contribution' to PartialFunctions consisted of 1 line a couple days ago. |
Could be useful to combine even more of these packages, like the ones you linked, into one for a larger module. I've seen a lot of smaller modules (ie PartialFunctions, this one) aimed towards a common goal of implementing more "Functional" aspects to Julia or making it easier to use what's already in place, and all are fairly good on their own, but they might be able to work together far better if they merged. |
https://github.com/archermarx/PartialFunctions.jl
@archermarx , @MrBreadWater I wonder if you think it is worthwhile to combine the functionality of these two packages.
The text was updated successfully, but these errors were encountered: