More Intuitive Partial Function Application in Python

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • better_partial

  • julia

    The Julia Programming Language

  • I love the idea of using underscore to represent partial currying.

    Somewhat related, here's a similar PR for native support of this feature in Julia: https://github.com/JuliaLang/julia/pull/24990.

    In my opinion, I'd love to see this baked in as part of the language. Getting buy in from my team to use this in production is just not going to happen. But cool package though!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • chain-ops-python

    Simple chaining of operations (a.k.a. pipe operator) in python

  • This is great. I will use it with my python chaining approach: https://github.com/tpapastylianou/chain-ops-python

    My only grief is that decorator, which forces you to wrap existing functions anyway (same way I had to define lambdas in my example anyway).

    Do you have any insight on that?

  • Coconut

    Simple, elegant, Pythonic functional programming.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts