help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: etymology of obarray


From: B. T. Raven
Subject: Re: etymology of obarray
Date: Fri, 16 May 2014 13:25:39 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1


> Where does the word obarray originate?  What is "ob"?
> 

I think it's 'object', i.e. anything that (type-of) returns. E.g.
(type-of 'type-of) returns > symbol, (type-of 1) returns > integer, etc.
There is or was also an oblist, which includes the same kind of info in
a list rather than a vector.

Ed


reply via email to

[Prev in Thread] Current Thread [Next in Thread]