[plt-dev] Should Check Syntax work on R6RS library files?

From: Grant Rettke (grettke at acm.org)
Date: Sat Feb 28 18:55:46 EST 2009

> How does that help you with the renaming with a syntax?
> You confuse me.

In R6RS constructor and getter/setter methods are generated for you by
define-record-type; but you have to manually enter all of them for
exports. When you rename the records, then, you have to search-replace
to correct all of your exports.

In #lang scheme you can use the export spec (all-defined-out) so you
don't have to worry about manually entering all of those exports.


Posted on the dev mailing list.