Email list hosting service & mailing list manager

Property Lists bear (02 Apr 2003 10:41 UTC)
Re: Property Lists Richard Kelsey (02 Apr 2003 12:25 UTC)
Re: Property Lists bear (03 Apr 2003 13:22 UTC)
Re: Property Lists Matthias Felleisen (03 Apr 2003 13:25 UTC)
Re: Property Lists bear (04 Apr 2003 06:39 UTC)

Re: Property Lists Richard Kelsey 02 Apr 2003 12:23 UTC

   From: bear <xxxxxx@sonic.net>
   Date: Wed, 02 Apr 2003 12:41:30 +0200

   Whilst you were thinking about record types, did anyone have a look
   at common-lisp style property lists?

No.  The rationale begins:

 Many Scheme implementations provide means for creating new types,
 usually called either records or structures.

SRFI-9 is primarily a mechanism for creating new types.  A minimal
approach would have been for each record to contain a single, immutable
value.  The Scheme implementations mentioned above, along with many
other programming languages, extend this by allowing multiple, mutable
fields.   SRFI-9 specifies a common interface for this common feature.

Hashtable-based property lists are a distinctly different, less common
feature, and one that is usually not combined with creating new types.
If you think it would be a better approach, then by all means write a
SRFI for it.
                                      -Richard Kelsey