How to compile scheme into native binary files ?
- by Joe
I am very new to scheme. And now I am trying to compile some scheme code into binary file which will be loaded faster into interpreter. (The interpreter is a hybrid interpreter)Some one told me that I can compile the code into native binary file and then load it into interperter. And my question is:
1. What is the native binary file?
2. How can I…