[plt-scheme] Is there a set data-type?

From: Noel Welsh (noelwelsh at gmail.com)
Date: Fri Feb 5 08:43:37 EST 2010

For small amounts of data one can use a list and the lset procedures
from SRFI-1.
A hash table makes a good set impl., with hash-has-key? and
hash-set/hash-set! being the minimal interface
set.plt on Planet, or the galore package on Planet.

N.

On Fri, Feb 5, 2010 at 1:29 PM, Todd O'Bryan <toddobryan at gmail.com> wrote:
> What do people use for a set data-type? If there isn't one built-in,
> we're going to use a hash-table with #t as all the values.
>
> Todd
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.