decorator VS hy

Compare decorator vs hy and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
decorator hy
1 55
813 4,789
- 0.9%
3.5 9.2
2 months ago 5 days ago
Python Python
BSD 2-clause "Simplified" License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

decorator

Posts with mentions or reviews of decorator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-23.
  • Python Malware Starting to Employ Anti-Debug Techniques
    7 projects | news.ycombinator.com | 23 Dec 2022
    that doesn't make much sense and there are necessary uses for eval() /exec(), mostly for dynamic creation of code:

    For example here's Python dataclasses in the standard library using exec() to create the `__init__` and other methods that go on your dataclass:

    https://github.com/python/cpython/blob/main/Lib/dataclasses....

    Here's Pydantic using it for a jupyter notebook check:

    https://github.com/pydantic/pydantic/blob/594effa279668bd955...

    here's Pytest using it to rewrite modules so that functions like assert etc. are instrumented by pytest:

    https://github.com/pytest-dev/pytest/blob/eca93db05b6c5ec101...

    Here's the decorator module using it (as is the only way to do this in Python) to create a signature matching decorator for an arbitrary function:

    https://github.com/micheles/decorator/blob/ad013a2c1ad796996...

    All of these libraries are completely secure as eval/exec are used with code fragments that are generated by the libraries, not based on untrusted input.

    eval() /exec() are not running executable files, just Python code, the same way all the rest of the package is already doing.

hy

Posts with mentions or reviews of hy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-11.

What are some alternatives?

When comparing decorator and hy you can also consider the following projects:

CPython - The Python programming language

hissp - It's Python with a Lissp.

pytest - The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

Fennel - Lua Lisp Language

thonny - Python IDE for beginners

babashka - Native, fast starting Clojure interpreter for scripting

act - Run your GitHub Actions locally 🚀

eso-light-attack-weave - This is a macro for the game Elder Scrolls Online

Carp - A statically typed lisp, without a GC, for real-time applications.

hebigo - 蛇語(HEH-bee-go): An indentation-based skin for Hissp.

awesome-clojure-likes - Curated list of Clojure-like programming languages.

mal - mal - Make a Lisp