CL 解释器有语法高亮吗?

发布于 2024-11-19 09:51:59 字数 128 浏览 3 评论 0原文

当调用“python”或“guile”或任何其他解释器时,我喜欢 read-eval-print 界面,但我怀念语法突出显示、paren 匹配和像 vim 中那样的快速导航。是否有任何程序可以为 shell/解释器提供更符合人体工程学的界面?

When invoking 'python' or 'guile' or any other interpreter, I like the read-eval-print interface, but I miss syntax highlighting, paren-matching, and quick navigation like within vim. Are there any programs that provide a more ergonomic interface to shells / interpreters?

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

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

发布评论

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

评论(1

恋竹姑娘 2024-11-26 09:52:00

对于 python,请查看 bpython,它支持内联语法突出显示和父级匹配。 OTOH ipython 也非常有用,例如你可以只编写 help $function 它会运行 help( $function) 自动。

For python have a look at bpython, it supports inline syntax highlighting and parent-matching. OTOH ipython is also quite useful, for example you can just write help $function and it will run help($function) automatically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文