Skip to content
Boaz Rosenan edited this page Aug 9, 2021 · 64 revisions

Recommended Implementations

What is a recommended implementation?

To be recommended, a implementation MUST parse any valid EDN and follow EDN specifications for how to handle tagged elements. Unless an implementation is for a specific use, like ring-edn, a recommended implementation SHOULD emit any data as EDN. Parsing and emitting SHOULD be transitive: if EDN is read in, and then the results are written back up, the resulting EDN should produce equivalent data. Some leniency is currently accepted for symbolic types, as well as lists vs vectors, but should become more strict as EDN matures.

If your implementation meets these guidelines, please feel free to recommend it.

Other Implementations

Clone this wiki locally