方案库程序的实现细节?

发布于 2024-10-18 10:19:11 字数 71 浏览 1 评论 0原文

根据我的理解,诸如映射、应用、附加等方案程序都是在方案本身中编写的。有没有一种简单的方法可以在 REPL 中查看这些过程的实现?

As per my understanding scheme procedures like map,apply,append etc are written in scheme itself. Is there an easy way to see the implementation of these procedues right inside the REPL ?

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

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

发布评论

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

评论(1

溺孤伤于心 2024-10-25 10:19:11

我不相信有一个标准的方法来转储程序的源代码,但是定义了很多列表函数 此处,您可以查看实现的源代码以了解其余部分。但请注意,apply 可能是一个原语。

I do not believe there is a standard way to dump the source code of a procedure, but a lot of the list functions are defined here, and you can look through the source code for your implementation to see the rest. Note that apply is probably a primitive, though.

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