rue-language/rue
A programming language that is higher level than Rust but lower level than Go. Someday, anyways. observed · 2026-09-03
Health v2 · maintenance only
64/100
- Activity 100
- Release rhythm 35
- Longevity 32
Flags: no_releases
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: 454
- days_rel: n/a
- days_push: 0
- n_releases_24m: 0
Adoption not part of the score
1184 stars · 42 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rue is an experimental systems programming language, implemented in Rust, that explores memory safety without garbage collection while aiming for gentler ergonomics than Rust or Zig. Its compiler emits native x86-64 and AArch64 machine code directly (no LLVM), producing static ELF and Mach-O executables.
Use cases
- experiment with a memory-safe systems language without a garbage collector
- study a complete compiler pipeline with inspectable IRs
- compile small programs to static native binaries without LLVM
- explore ownership, borrowing, and comptime language design
- follow an open language-design and agent-assisted compiler project
When to choose
- you want to learn from or contribute to an early-stage language design experiment
- you need a minimal native compiler toolchain without LLVM dependencies
- you are researching linear types, drop tracking, or compile-time evaluation
When to avoid
- you need a production-ready language with a stable standard library
- your project requires mature tooling, ecosystem, or long-term support
- you need targets beyond x86-64 Linux, AArch64 Linux, or AArch64 macOS
Facets
cli-tool · maturity experimental
programming-language compiler cli programming-languages compilers developer-tools cli cpp systems-programming memory-safety no-llvm ownership research-language native-codegen linux macos
2 sources
- readme: https://github.com/rue-language/rue · fetched 2026-09-03 · 3aea74ef49fe
- homepage: https://rue-lang.dev/ · fetched 2026-08-29 · 5a357415fdae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rue-language/rue | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="rue-language/rue")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem