谁能告诉我一些有关Scheme Common-Lisp 和FASL 文件的信息

发布于 2024-10-09 18:53:59 字数 215 浏览 0 评论 0原文

谁能告诉我有关该文件的信息吗?据我所知:

  1. Common-Lisp和Scheme都是Lisp的方言。
  2. Common-Lisp 源文件 *.lisp 可以编译成二进制文件 *.fasl,其加载速度比源文件更快。

Q:Scheme源代码*.scm可以编译成比源代码加载速度更快的二进制文件吗?

预先感谢,

Can anyone tell me something about this file? As I know:

  1. Common-Lisp and Scheme are both dialects of lisp.
  2. Common-Lisp source file *.lisp can be compiled into binary file *.fasl which can be loaded faster than the source file.

Q:Can the Scheme source code *.scm be compiled into some binary file that will be loaded faster than the source code?

Thanks in advance,

joe

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

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

发布评论

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

评论(1

夜访吸血鬼 2024-10-16 18:53:59

是的,如果您使用的方案实现具有该功能。

或者,您可以将代码编译为本机二进制文件...

Yes, if the Scheme implementation you're using has that feature.

Alternatively, you could compile your code to native binaries...

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