Could anyone tell me something about Scheme Common-Lisp and FASL File

匿名 (未验证) 提交于 2019-12-03 09:05:37

问题:

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

回答1:

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

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



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!