Search
Results
1.2.7. Overview of Syntax
Programming Types : GNU Emacs Lisp Reference Manual
[https://www.gnu.org/software/emacs/manual/html_mono/elisp.html#Programming-Types] - - public:mzimmerm
All types in lisp that are programmer's integer, string, symbol .. about 20) , as oppoesed to special elisp editing types.
Elisp Special syntaxc
[https://www.gnu.org/software/emacs/manual/html_mono/elisp.html] - - public:mzimmerm
Everything starting with # like #
alist in lisp
[https://www.gnu.org/software/emacs/manual/html_node/elisp/Association-Lists.html] - - public:mzimmerm
Cons cell vs list vs alist in Lisp
[https://www.gnu.org/software/emacs/manual/html_node/elisp/Cons-Cell-Type.html] - - public:mzimmerm
Check the 3 links on the bottom. Alist is list of cons cells. Every list is also Alist: (list-utils-safe-equal '(1 2 3 4) '(1 . (2 3 4))) ==> true