GListDoc.tioga
Bertrand Serlet, May 29, 1986 11:35:54 am PDT
GList
CEDAR 6.0 — FOR INTERNAL XEROX USE ONLY
GList
Cheap Type Genericity in Cedar
Bertrand Serlet
© Copyright 1986 Xerox Corporation. All rights reserved.
Abstract: GList is an interface for dealing with lists. Lists must be of the form LIST OF REF <AType>. Contrarily to List.mesa, you can really use this interface, since it takes REFs as arguments instead of LORA. Speed measurement indicate that GList is only a few % slower than inline code. Implementation of GList uses 2 LOOPHOLEs, but usage is entirely safe.
Created by: Bertrand Serlet
Maintained by: Bertrand Serlet <Serlet.pa>
Keywords: List, Type Generic, Lisp
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

For Internal Xerox Use Only
The load file GList.load starts GList.
The test program GListTest.mesa included in the package shows how to use GList.
To test GList itself, start GList and (compile and) run GListTest. A command named GListTest is then registered.