We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
你可以看看 Lispy: https://github.com/ryan-allen/lispy
没有相当s-表达式,但概念相似..
You might check out Lispy: https://github.com/ryan-allen/lispy
It's no quite s-expressions, but similar in concept..
我一直在用 Ruby 开发自己的 s-表达式处理程序,但我喜欢它们相对容易的操作方式。
如果您还没有见过 Ruby 的内置 Ripper 库,那么值得一看:
I've been rolling my own handlers for s-expressions in Ruby, but I'm loving the relative ease with which they can be manipulated.
If you haven't seen Ruby's built-in Ripper library yet, it's worth checking out:
最快的可用库是 sfsexp (小型、快速的 s-expression 库)。它是用 C 语言编写的,带有 Ruby 绑定,您可以在 API 文档 中查看其实际效果。
The fastest lib available is sfsexp (the small, fast s-expression library). It is written in C with Ruby bindings that you can see in action in the API Doc.