preserves/implementations/README.md

19 lines
550 B
Markdown

# Preserves Implementations
Here you may find:
- [javascript](javascript/), an implementation in TypeScript,
compiling to JavaScript, for node.js and the Browser.
- [python](python/), an implementation for Python 2.x and 3.x.
- [racket](racket/), an implementation for Racket 7.x and newer
(though older Rackets may also work with it).
- [rust](rust/), an implementation for Rust that interoperates with
serde.
Other implementations are also available:
- [Preserves for Squeak Smalltalk](https://squeaksource.com/Preserves.html)