lverweijen / fny

Create python functions without lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternatives

lverweijen opened this issue · comments

Check out some alternatives

  • quicklambda Same idea. I think this one has more features already. Otherwise, maybe it can be merged.
  • phi Has some similar ideas, but I like this api better.
  • fz Looks interesting. Has some curry-like features too.
  • mini-lambda Looks interesting. I wish I had found that one before.