Coconut
Toolz
Coconut | Toolz | |
---|---|---|
29 | 23 | |
4,109 | 4,715 | |
- | 0.6% | |
8.6 | 5.1 | |
10 days ago | 10 days ago | |
Python | Python | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Coconut
-
Hy 1.0.0, the Lisp dialect for Python, has been released
Not a Lisp, but also an interesting take on a functional programming language that transpiles to Python is Coconut (https://coconut-lang.org/).
I'd be seriously interested in hearing from people that have actually used any of these two and what their experience was.
- Coconut Programming Language
- Coconut: Simple, elegant, Pythonic functional programming
-
Mojo is now available on Mac
> to be part of the Python ecosystem
I'd rather use Python if I'm in the Python ecosystem. So many attempts were made in the past to make a new language compatible with the Python ecosystem (look up hylang and coconu -- https://github.com/evhub/coconut). But at the end of the day, I'd come back to Python because if there's one thing I've learnt in recent years it's this:
minimize dependencies at all costs.
- I modified and hacked away xonsh source code
- Show HN: I mirrored all the code from PyPI to GitHub
-
Leaving Haskell Behind
Have you had a look at Coconut? I don't know if it'll push all your buttons but whenever I hear someone who's reasonably content with Python but wants more FP goodies I always think of it. https://github.com/evhub/coconut . It's basically a superset of Python3 that transpiles into Python3 and is compatible with MyPy. I don't think I'd code Python w/o it ever again assuming I had the choice. The biggest negative for me is that there's no IDE support for the language last I looked, though of course you can work with the transpiler output (plain Python) in your favorite Python IDE. It might be fun to play around with, I know that I really enjoyed it but then I got spoiled by the language+tooling of Scala3, but if you don't have that option ...
- Codon: A high-performance Python compiler
-
[2022 Day 1-7] Going for 1 language per day, looking good so far
If you're looking for suggestions I want to put forward zig lang if you like C/C++ and Coconut Lang if you like Python!
- Show HN: Programming Google Flutter with Clojure
Toolz
- Ask HN: How can I get better at writing production-level Python?
-
[DISCUSSION] What's your favorite Python library, and how has it helped you in your projects?
My favourite lib would probably be toolz, it's just so elegant and fun to use. But it's more functional approach is not always the best fit for the time, so in practice I mostly use it in research, prototyping, console and notebooks.
- REBL
-
What are the best ways to learn Python and Pyspark for ML engineering?
I am not new to Python but only used it to write scripts. Should I start a Python book and then a PySpark book or go directly to PySpark? When reading the legacy code, I found there are usages like GitHub - pytoolz/toolz: A functional standard library for Python. I never heard of.
- Toolz: A Functional Standard Library For Python
- Functional python for data process
-
Top python libraries/ frameworks that you suggest every one
toolz is wildly useful https://github.com/pytoolz/toolz
-
Show HN: Koda, a Typesafe Functional Toolkit for Python
Maybe the toolz[0] family would cover your use cases? There is also a Cython implementation if you need better performance.
[0] https://github.com/pytoolz/toolz/
- What're the cleanest, most beautifully written projects in Github that are worth studying the code?
-
Functional programming beyond itertools
You'll probably enjoy toolz.
What are some alternatives?
Pyrsistent - Persistent/Immutable/Functional data structures for Python
funcy - A fancy and practical functional tools
fn.py - Functional programming in Python: implementation of missing features to enjoy FP
CyToolz - Cython implementation of Toolz: High performance functional utilities
returns - Make your functions return something meaningful, typed, and safe!
effect - effect isolation in Python, to facilitate more purely functional code