This site is a static rendering of the Trac instance that was used by R7RS-WG1 for its work on R7RS-small (PDF), which was ratified in 2013. For more information, see Home. For a version of this page that may be more recent, see TranslucentRecordsBenefits in WG2's repo for R7RS-large.

Translucent­Records­Benefits

aag
2010-03-14 06:35:01
1benefits of translucent records for building development toolshistory
source

It's important to be able to build development tools that operate on all types of records, not just one in particular. For example, if I want to build a debugger that is able to print out the contents of record structures in a uniform way, I need a standard way to ask any record for its contents, for its RTD, etc. The debugger should not have to be extended every time a new record type is defined. While most programs may not make use of this facility, its controlled use is powerful and useful.