如何检查控制台中的括号......?

发布于 2024-12-15 08:15:49 字数 83 浏览 2 评论 0原文

当我在控制台中输入scheme编程时,有很多括号,我不确定哪一个是打开的,哪一个是关闭的。

那么,有没有命令/热键可以检查相应的括号呢?

When I type scheme programming in console, there are many brackets and I am not sure which one is opened, which one is closed.

So, is there any command/hot key to check the corresponding brackets?

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

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

发布评论

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

评论(2

灵芸 2024-12-22 08:15:49

你使用什么Scheme解释器?我建议您使用 IDE 而不是使用控制台,例如 Racket 非常用户友好,您'找到你的括号永远不会有困难。

And what Scheme interpreter are you using?. I advise you to use an IDE instead of using the console, for instance Racket is very user-friendly and you'll never have trouble finding your brackets.

a√萤火虫的光℡ 2024-12-22 08:15:49

如果已安装,请使用 rlwrap 运行您的方案解释器,这将提供括号匹配。

例如,我正在使用不提供读取行功能的 Chicken Scheme 解释器 csi。我可以运行 rlwrap csi 并获得括号匹配、历史记录等。

Run your scheme interpreter with rlwrap if you have it installed, which will provide paren-matching.

For example, I am using the Chicken Scheme interpreter csi that does not provide read-line functionality. I can run rlwrap csi and I will get paren-matching, history, and more.

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