如何编译并运行LISP项目?

发布于 2025-01-08 06:58:21 字数 172 浏览 4 评论 0原文

我是 LISP 新手,目前在 window server 2008 上使用 LispWorks 和 ListBox IDE。 我想知道,如何编译并运行LISP项目,包含350个LISP源文件。 编译后会生成什么以及如何运行它......? 以及有哪些技术可用于调试 Lisp 项目。 (这是旧技术,所以我无法从互联网获得太多帮助)

I am new to LISP, currently using LispWorks and ListBox IDE on window server 2008.
I want to know that, how can we compile and run LISP project, contain 350 LISP source file.
and what will be generate after compilation and how can i run it...?
and what's techniques are available to debug lisp project.
(it is old technology, so I cannot get much help from internet)

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

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

发布评论

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

评论(1

·深蓝 2025-01-15 06:58:22

LispWorks 附带了大量文档。该文档也可以在他们的网站上找到。

LispWorks 可以:

  • 使用系统管理工具组织源代码
  • 保存具有已保存状态的图像
  • 将单个文件编译为可加载的机器代码
  • 创建共享库
  • 创建独立应用程序

他们的 Delivery 用户指南 描述如何生成应用程序。
DEFSYSTEM 的文档描述了如何组织源代码以及如何编译系统。

LispWorks comes with a lot of documentation. This documentation is also available on their website.

LispWorks can:

  • organize source code with a system management tool
  • save images with saved state
  • compile individual files to loadable machine code
  • create shared libraries
  • create stand-alone applications

Their Delivery User Guide describes how to generate applications.
The documentation of DEFSYSTEM describes how to organize source code and how to compile systems.

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