How do I do closures in Emacs Lisp?

后端 未结 8 1890
感动是毒
感动是毒 2020-12-01 03:12

I\'m trying to create a function on the fly that would return one constant value.

In JavaScript and other modern imperative languages I would use closures:



        
8条回答
提交回复
热议问题