# racket/racket

The Racket repository

Repository: https://github.com/racket/racket
Canonical: https://ross.abutalabs.com/products/racket
Homepage: https://racket-lang.org/
Language: Racket
License: NOASSERTION
License Family: other
Topics: racket
Last push: 2026-08-21T15:31:58+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 73, longevity 100
- inputs: {"age_days": 5981, "days_push": 12, "days_rel": 20, "gap_med": 92, "n_releases_24m": 8}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5199, forks 697 (observed 2026-08-28T04:09:12.094214+00:00)

## What it is
Racket is a mature, general-purpose programming language and ecosystem designed for language-oriented programming, with a core implementation plus a large package distribution. It includes DrRacket IDE, the raco command-line tooling, a package manager, Typed Racket, and Scribble documentation tooling.

## Use cases
- create domain-specific languages with macros
- learn programming and programming language theory
- build cross-platform GUI applications
- write web server applications
- gradually type Scheme-like code with Typed Racket
- script and prototype quickly in a Lisp
- generate documentation with Scribble

## When to choose
- you want a mature Lisp/Scheme descendant with batteries-included libraries
- you are designing or teaching programming languages
- you need powerful macros to build embedded DSLs
- you want an integrated IDE, docs, and package system out of the box

## When to avoid
- you need maximum raw runtime performance or low-level systems control
- your team requires a widely used mainstream language ecosystem
- you need extensive third-party libraries for a niche domain
- hiring for Racket expertise is a constraint

## Facets
- artifact type: library
- maturity: stable
- function: programming-language, interpreter, compiler, package-manager, gui, cli, editor, documentation
- domain: programming-languages, developer-tools, education, cross-platform, web-development
- platform: windows, cross-platform, cli
- tags: language-oriented-programming, scheme, lisp, macros, dsl, typed-racket, drracket, scribble, raco, linux, macos

## Member repositories
- racket/racket (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:12.094214+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:00:15.746892+00:00, confidence not recorded.
  - readme: https://github.com/racket/racket (fetched 2026-08-28T04:09:12.094214+00:00, sha b6a92f432d29)
  - homepage: https://racket-lang.org/ (fetched 2026-08-29T08:55:31.954612+00:00, sha 4806c3d19f1c)
  - site_page: https://docs.racket-lang.org/pkg/getting-started.html?q=raco+pkg (fetched 2026-08-29T08:55:31.960951+00:00, sha f07fd361fcb9)
  - site_page: https://pre.racket-lang.org/installers (fetched 2026-08-29T08:55:31.963162+00:00, sha 74e0f08e541e)
  - site_page: https://docs.racket-lang.org (fetched 2026-08-29T08:55:31.964783+00:00, sha f1cf635b4d97)
  - site_page: https://docs.racket-lang.org/ (fetched 2026-08-29T08:55:31.957849+00:00, sha f1cf635b4d97)
- Data as of 2026-08-30T08:39:29.467469+00:00.
