文件名称:anaphora:Emacs Lisp的照应性表达式,提供隐式临时变量
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-01 03:48:10
EmacsLisp
概述 Emacs Lisp的照应性表达式,提供隐式临时变量。 快速开始 ( require 'anaphora ) (awhen (big-long-calculation) (foo it) ; `it` is provided as (bar it)) ; a temporary variable ; ; anonymous function to compute factorial using `self` (alambda (x) ( if ( = x 0 ) 1 ( * x (self ( 1- x))))) ; ; to fontify `it' and `self' ( with-eval-after-load " lisp-mode " (anaphora-install-font-lock-keywords)) 回指 照应性表达式会隐式创建一
【文件预览】:
anaphora-master
----ert-tests()
--------anaphora-test.el(10KB)
----anaphora.el(13KB)
----README.markdown(2KB)
----.travis.yml(4KB)
----Makefile(8KB)
----.gitignore(42B)