Emacs Lisp 的 REPL

发布于 2024-11-19 20:19:42 字数 81 浏览 2 评论 0原文

Emacs Lisp 有哪些 REPL?

Emacs 中只有一个吗?

是否有一些在 Emacs 之外的终端内运行?

What are some REPLs for Emacs Lisp?

Is there only one that is within Emacs?

Are there some that run inside terminal outside Emacs?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

黎歌 2024-11-26 20:19:42

基于这个问题:REPL on console emacs,您可以使用Mx ielm (较差的 emacs lisp 模式)。

Based on this question: REPL on console emacs, you can use M-x ielm (inferior emacs lisp mode).

平定天下 2024-11-26 20:19:42

有一个(正在进行中的)用于 Emacs 的 REPL,可以从命令行使用。目前它支持基本的命令行编辑和历史记录。

代码托管在 Github 上

There is a (work in progress) REPL for Emacs for use from the command line. It currently supports basic command line editing and history.

The code is hosted on Github.

独自唱情﹋歌 2024-11-26 20:19:42

Gitlab 上有这个项目。 REPL 可以在终端或 Emacs 的迷你缓冲区上运行。即使您在“无窗口系统”模式下运行它(使用 -nw)。

There is this project on Gitlab. The REPL can run on a termninal or on Emacs' minibuffer. Even if you run it in "no-window-system" mode (with -nw).

音栖息无 2024-11-26 20:19:42

也可以只运行 eshell

M-x eshell

示例

~/.emacs.d/org $ (directory-files "." nil ".org") 
("#x1.org#" "#x2.org#" ".#x3.org" ...

One can also just run eshell

M-x eshell

example

~/.emacs.d/org $ (directory-files "." nil ".org") 
("#x1.org#" "#x2.org#" ".#x3.org" ...
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文