YASnippet: generic (not Elisp-specific) powerful abreviation-based snippet expander. Even though it could be used in the place ofspeed-of-thought-lisp, it is less context-aware and requires a specific key combination to trigger. It offers other features, though, and can be used complementarily...
在 CL 中它是个special form,在emacs lisp中它是个#。下面的setq表达式和set表达式的效果相同: (setqa1)=>1(set'a1)=>1;; emacs-lisp(symbol-function'setq)=>#;; common-lisp(symbol-function'setq)=>SPECIAL setf可以理解为setq一般化后的版本。除了符号外,它可以接受一个表达式,然后对表达式想要取值的“...
YASnippet: generic (not Elisp-specific) powerful abreviation-based snippet expander. Even though it could be used in the place ofspeed-of-thought-lisp, it is less context-aware and requires a specific key combination to trigger. It offers other features, though, and can be used complementarily...