srfi-38

  1. srfi-38
    1. Description
    2. Author
    3. Repository
    4. Documentation
    5. Changelog
    6. License

Description

A Chicken version of the reference implementation for SRFI-38, a facility for reading and writing objects with shared structure.

Author

Alex Shinn, ported to Chicken 5 by Sergey Goldgaber

Repository

https://github.com/diamond-lizard/srfi-38

Documentation

See SRFI-38 document.

This implementation extends write-with-shared-structure to accept the optional keyword parameter #:ignore-strings, which is true will treat strings as normal (nonshared) objects even if repeated.

The utility `make-repl-support-shared-structure' is also provided to support printing results at the REPL with shared structure.

Changelog

License

This code was written by Alex Shinn in 2009 and placed in the Public Domain. All warranties are disclaimed.