Ross ROSS = Recommend OSS · open-source software intelligence for agents

hylang/hy

A dialect of Lisp that's embedded in Python observed · 2026-08-28

github.com/hylang/hy · homepage · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 95
  • Release rhythm 71
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 178.5
  • age_days: 5009
  • days_rel: 33
  • days_push: 33
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

5435 stars · 384 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Hy is a Lisp dialect that compiles to Python AST, giving full access to Python's ecosystem in Lisp syntax. It ships with a REPL, a compiler (hyc), and a converter (hy2py), installable via pip.

Use cases

  • write python code in lisp syntax
  • use lisp macros with python libraries
  • metaprogramming in python
  • try a lisp repl on the jvm of python ecosystem
  • mix functional and imperative styles in python
  • compile hy programs to python bytecode

When to choose

  • you want Lisp syntax and macros while using Python libraries
  • you want to interoperate freely between Hy and Python code
  • you want an alternative syntax for Python with syntactic simplifications

When to avoid

  • your team only knows Python and you need minimal tooling friction
  • you need a standalone Lisp outside the Python ecosystem
  • you need guaranteed performance identical to hand-written Python in all edge cases

Facets

library · maturity active

compiler interpreter programming-language programming-languages compilers developer-tools python cross-platform cli lisp metaprogramming macros python-interop repl

4 sources

Member repositories

RepositoryRoleHealth v2
hylang/hymain88

For agents

markdown · JSON · MCP: product_card(name="hylang/hy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem