tomhrr/dale
Lisp-flavoured C observed · 2026-08-28
Health v2 · maintenance only
30/100
- Activity 17
- 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: 4849
- days_rel: n/a
- days_push: 500
- n_releases_24m: 0
Adoption not part of the score
1045 stars · 51 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Dale is a system-level programming language with Lisp-style S-expression syntax that compiles via LLVM, similar to C but with macros, type deduction, overloading, and other higher-level features. It has no garbage collector and produces native binaries on Linux, macOS, and BSD systems.
Use cases
- write systems code with lisp syntax
- compile a lisp-flavoured language to native binaries
- use syntactic macros in a c-like language
- learn how a compiler and macro system work
- write c-like programs with type deduction and overloading
- experiment with a garbage-collection-free lisp
When to choose
- you want c-level performance with lisp syntax and macros
- you need a no-GC systems language with compiler introspection
- you want to study or hack on a small self-contained language implementation
When to avoid
- you need a mature ecosystem with libraries and package management
- you need windows support or broad platform coverage
- you want a production-ready language for a team project
Facets
cli-tool · maturity active
compiler programming-language interpreter programming-languages compilers developer-tools bsd cpp lisp s-expressions syntactic-macros llvm systems-programming no-gc type-deduction macro-system linux macos docker
1 source
- readme: https://github.com/tomhrr/dale · fetched 2026-08-28 · 0a7c27a5039b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tomhrr/dale | main | 30 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem