REPL for Emacs Lisp
如何在emacs里测试elips语法?
The term “REPL” stands for “read-eval-print-loop” which originally comes from Lisp, which literally has functions named read, eval, and print. Emacs Lisp is no different, so you can do emacs –batch –eval ‘(while t (print (eval (read))))’ to get what you want.
|
|
参考
- 原文作者:Ethan
- 原文链接:https://zhangxingong.fun/post/repl-elips-in-emacs/
- 版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. 进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。