[r6rs-discuss] Inconsistent library names

From: J. G. Pusey <jgp>
Date: Tue, 29 May 2007 22:42:37 -0400

In perusing through R5.92RS and now R5.93RS, I've noticed that the
library names seem to be a bit inconsistent. The majority of names
that refer to a single "data type" (I use the term loosely) do so in
the plural:

     conditions
     exceptions
     files
     hashtables
     i/o ports
     lists
     mutable-pairs
     mutable-strings
     programs
     records ...

Whereas as a few others do so in the singular:

     arithmetic flonum
     bytevector
     enum

It would seem to me to make sense to pluralize these for consistency:

     arithmetic flonums
     bytevectors
     enums

In addition, it would seem to also make sense to change 'arithmetic
fx' to 'arithmetic fixnums' for consistency with 'arithmetic flonums'.

Just my pedantic two cents,
jgp
Received on Tue May 29 2007 - 22:42:37 UTC

This archive was generated by hypermail 2.3.0 : Wed Oct 23 2024 - 09:15:01 UTC