I recently started learning Common Lisp using SBCL. How can I compile my Lisp programs into a Windows binary?
相关问题
- Drakma and Dexador both fails at USocket call whil
- X-I.: command not found, and failed to build certa
- Maven - Access properties on parent pom from a chi
- Forming Lisp code to task — related to flatten lis
- TFS 2010 : Use the label name in build number form
相关文章
- Handling ffmpeg library interface change when upgr
- Build errors of missing packages in Visual Studio
- Forcing a TFS2010 workflow build to FAIL instead o
- Use Eclipse classpath variable to replace absolute
- Does learning one Lisp help in learning the other?
- Common Lisp: Why does my tail-recursive function c
- How do I write a macro-defining macro in common li
- How to add String parameter to Jenkins with option
There're several tools to do it. You can start with Buildapp.
Making hello.exe:
31 MB executable file!
Use
SB-EXT:SAVE-LISP-AND-DIE
. See http://www.sbcl.org/manual/#Saving-a-Core-Image for details.