funcy

A fancy and practical functional tools (by Suor)

Funcy Alternatives

Similar projects and alternatives to funcy

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better funcy alternative or higher similarity.

funcy reviews and mentions

Posts with mentions or reviews of funcy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-26.
  • Ban 1+N in Django
    10 projects | news.ycombinator.com | 26 Mar 2023
    On an unrelated note, Python folks should check out OP's library funcy [1]: "A collection of fancy functional tools focused on practicality. Inspired by clojure, underscore and my own abstractions."

    Thanks for the library Suor!

    [1] https://github.com/Suor/funcy

  • What can you do in Haskell that you can't do in Python(for example)?
    3 projects | reddit.com/r/haskell | 15 May 2021
    Functional semantics are available in Python, but IMO not that great. List, dict, and generator comprehensions allow you to perform most operations that you would use in a functional first programming language and there are third party libraries like toolz and funcy that implement some of the more advanced operations. The main issue I've found with using Python as a functional language is it doesn't support fluent syntax. With Scala you can do a relatively complex map/filter/reduce operation with syntactic ease list_of_ints.map(x => x*x).filter(x => x%2 ==0).reduce(x,y => x+y) With Python it's just clunky and less readable b/c of support of list comprehension syntax over fluent syntax. sum([x**2 for x in list_of_ints if x % 2 == 0]) A codebase with 5000 lines of the Scala style code will be much readable and maintainable than with the Python style code.
  • Toolz - A functional standard library for Python
    4 projects | reddit.com/r/programming | 22 Jan 2021
    Also worse looking at: https://github.com/suor/funcy
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 31 Mar 2023
    Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →

Stats

Basic funcy repo stats
3
3,034
4.7
3 days ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com