I can not understand a para in Elisp manual : > Lisp is unlike many other languages in that its objects are > "self-typing": the primitive type of each object is implicit in the > object itself. For example, if an object is a vector, nothing can > treat it as a number; Lisp knows it is a vector, not a number. > What is `self-typing' ? thanks