goretkin / FixArgs.jl

Other
19 stars 3 forks source link

Mention related packages in README #20

Open goretkin opened 3 years ago

goretkin commented 3 years ago

https://github.com/archermarx/PartialFunctions.jl

@archermarx , @MrBreadWater I wonder if you think it is worthwhile to combine the functionality of these two packages.

archermarx commented 3 years ago

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 Fix1 and so on. Would be very useful

goretkin commented 3 years ago

https://github.com/Tokazama/ChainedFixes.jl/blob/master/src/ChainedFixes.jl#L213-L247

MrBreadWater commented 3 years ago

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.

goretkin commented 3 years ago

https://github.com/MasonProtter/LegibleLambdas.jl https://github.com/c42f/Underscores.jl https://github.com/tkf/UnderscoreOh.jl

MrBreadWater commented 3 years 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.