Lisp 之 Symbol

Table of Contents


翻译自Elisp: Lisp Symbol — By paprika

在 Lisp 中有“Symbols“的概念,它在其他语言中类似标识符(identifier)。除此之外,他还有如下特点:

Symbols 的概念

LISP differs from most programing languages such as C, Java, Ruby, Python, in that it deals with symbols, as opposed to just identifiers and values.

<TODO>