These are the Common Lisp symbols which are bound in more than one namespace: for example, + is both a function (addition) and a variable (the most recent form evaluated by the REPL). The links point into the Common Lisp Hyperspec.
- *
- +
- -
- /
- abort
- and
- atom
- bit
- character
- complex
- cons
- continue
- eql
- error
- float
- function
- lambda
- list
- logical-pathname
- member
- method-combination
- mod
- muffle-warning
- nil
- not
- null
- or
- pathname
- rational
- setf
- store-value
- string
- t
- type
- use-value
- values
- vector
1 comment:
I wish I were able to appreciate the genius of this.
Post a Comment