bakpakin/Fennel
Lua Lisp Language observed · 2026-08-28
Health v2 · maintenance only
52/100
- Activity 66
- Release rhythm 8
- Longevity 100
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: n/a
- age_days: 3678
- days_rel: n/a
- days_push: 206
- n_releases_24m: 0
Adoption not part of the score
2745 stars · 131 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fennel is a Lisp dialect that compiles to Lua with zero runtime overhead and full Lua compatibility. It supports compile-time macros, pattern matching, and can be embedded as a single-file library for runtime extensibility.
Use cases
- write lisp code that compiles to lua
- script games with a lisp language
- embed a scripting language in my lua application
- use macros and pattern matching on the lua runtime
- compile lisp to readable lua output
- script neovim or window managers with lisp
When to choose
- you want lisp syntax and macros while targeting the Lua ecosystem
- you need zero-overhead compiled output with no runtime dependency
- you want an embeddable scripting language for games, editors, or embedded devices
When to avoid
- you need multithreading or features beyond the Lua runtime's limitations
- your team is unfamiliar with Lisp syntax
- you need a large standard library ecosystem
Facets
cli-tool · maturity stable
compiler interpreter programming-language programming-languages compilers developer-tools lua cross-platform cli embedded lisp lua macros s-expressions luajit embeddable transpiler programming-language game-development
4 sources
- readme: https://github.com/bakpakin/Fennel · fetched 2026-08-28 · f5e51be4eec3
- homepage: https://fennel-lang.org · fetched 2026-08-29 · 1b4971295133
- site_page: https://fennel-lang.org/setup · fetched 2026-08-29 · c6d7cc90bdf5
- site_page: https://fennel-lang.org/changelog · fetched 2026-08-29 · 52e6509fe9a4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bakpakin/Fennel | main | 52 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem