Can anyone tell me something about this file? As I know:
- Common-Lisp and Scheme are both dialects of lisp.
- 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