ch2_1_spec_ops
LabLISP special operators
In LabLisp, there are several commands treated as special forms. Some are identical to Common LISP special forms, some are actually macros in Common LISP, but LabLisp emulates them as special forms.
- QUOTE
'
- UNQUOTE
,
(comma) - SPLICE-UNQUOTE
,@
(comma-at) - HARD-SPLICE
,.
(comma-dot) - FUNCTION
#'
(sharp-quote) - SYMBOL-MACROLET (in future version)
ch2_1_spec_ops.txt · Last modified: 2025/01/20 06:32 by admin