Re: Why strings? (was Re: GTK problem)
- From: "Daniel Solaz" <dsolaz sistelcom com>
- To: gtk-list redhat com
- Subject: Re: Why strings? (was Re: GTK problem)
- Date: Wed, 08 Apr 1998 16:07:16 +0200
Alan Shutko wrote:
>O>(The terminology is that to ask the server to assign an integer for
>O>a string is to "intern" it - beats me why)
>The terminology is from Lisp. More than that, I cannot
>explain, since I'm very sketchy on that level of lisp.
In Lisp you intern a symbol in a package (which is a name space) so it
has a meaning *inside* it; there's always a current package, and you get
external symbols with "package:symbol" (for symbols exported by package)
or "package::symbol" (for symbols private to package).
Given that C lacks symbols, if hashing really means no performance loss
then GTK's solution is a good one.
-Daniel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]