How to overcome the lack of local variable for emacs lisp closure

前端 未结 4 1768
忘了有多久
忘了有多久 2021-02-08 02:53

I\'m now studying Emacs Lisp from the reference manual and Common Lisp from a LISP Book.

from the Common Lisp book

>> (setf power-of-two
     (let          


        
4条回答
  •  南旧
    南旧 (楼主)
    2021-02-08 03:09

    See this page: http://www.emacswiki.org/emacs/FakeClosures

提交回复
热议问题