edn-format/edn resource
Extensible Data Notation observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5109
- days_rel: n/a
- days_push: 1691
- n_releases_24m: 0
Adoption not part of the score
2766 stars · 101 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A specification for Extensible Data Notation (edn), a text-based data format for conveying immutable values, used by Clojure, Datomic, and other applications. The repository defines the format in isolation to help implement readers and writers in other languages.
Use cases
- serialize data in a language-neutral text format
- implement an edn parser or reader in another language
- exchange data between Clojure and non-Clojure systems
- represent programs and data with a rich set of built-in elements
- convey single values in HTTP query params or streams
When to choose
- you need a simple, extensible, schema-free data notation for value transfer
- you work in the Clojure or Datomic ecosystem and need the canonical edn spec
- you want a streaming-friendly format with no enclosing top-level element
When to avoid
- you need schemas, validation, or object identity/reference semantics
- you need a widely adopted interchange format with broad tooling like JSON or YAML
- you require a formal grammar or rigorous standard - the spec is still casual
Facets
learning-resource · maturity maintenance
serialization parser json parsers developer-tools apis cross-platform data-notation specification clojure data-format data-transfer-format
1 source
- readme: https://github.com/edn-format/edn · fetched 2026-08-28 · 4ec5de32c1ee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| edn-format/edn | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem