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
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • 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!

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • 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