简体   繁体   English

用于 Emacs Lisp 的 REPL

[英]REPL for Emacs Lisp

What are some REPLs for Emacs Lisp? Emacs Lisp 有哪些 REPL?

Is there only one that is within Emacs? Emacs 中是否只有一个?

Are there some that run inside terminal outside Emacs?是否有一些在 Emacs 之外的终端内运行?

Based on this question: REPL on console emacs , you can use Mx ielm (inferior emacs lisp mode).基于这个问题: REPL on console emacs ,您可以使用Mx ielm (劣质 emacs lisp 模式)。

There is a (work in progress) REPL for Emacs for use from the command line. Emacs 有一个(正在进行中的)REPL,可从命令行使用。 It currently supports basic command line editing and history.它目前支持基本的命令行编辑和历史记录。

The code is hosted on Github .该代码托管在 Github 上

There is this project on Gitlab. Gitlab上有这个项目 The REPL can run on a termninal or on Emacs' minibuffer. REPL 可以在终端或 Emacs 的 minibuffer 上运行。 Even if you run it in "no-window-system" mode (with -nw ).即使您在“无窗口系统”模式下运行它(使用-nw )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM