Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!mailrus!cornell!uw-beaver!Teknowledge.COM!unix!hplabs!hp-pcd!hpcvra!billw From: billw@hpcvra.CV.HP.COM (William C Wickes) Newsgroups: comp.sys.handhelds Subject: Re: User-defined libraries: how? Message-ID: <21580036@hpcvra.CV.HP.COM> Date: 19 Mar 90 19:12:36 GMT References: <6757@columbia.edu> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 10 Alonzo's reply is a bit overstated. A library is in effect a compiled directory, in which variable names have been replaced by a hash table for faster access. Access to the library's objects is then provided by XLIB name objects rather than global names. Libraries may also contain message tables, nameless objects, and configuration code. If you change the "prolog" code of an arbitrary object into that of a library, the result won't have any useful purpose.