You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing those examples, and very cool that you’d find it useful! There are some issues around functions that mix positional args with kwargs (which is definitely the most common pattern!) and some bugs remain.
I’ll look into addressing those to make this proof-of-concept usable for the real world. And of course the longer term goal is to define a pattern that could become part of Ruby’s implementation of curry.
Hey! Thanks for the RubyConf talk. Just some real-life examples that I'd probably like to use the gem to, but I can't 😢
So it is cool to curry "real" kwargs but probably would be much cooler to be able also to curry "imitational" ones.
Thanks nevertheless!
The text was updated successfully, but these errors were encountered: