Dotcl: Common Lisp Implementation on .NET / Dotcl :在.NET上的通用LISP实现

📰 2026-05-02 20:30 更新

🔸 Dotcl: Common Lisp Implementation on .NET / Dotcl :在.NET上的通用LISP实现

🔗 Dotcl: Common Lisp Implementation on .NET
🔥 44 points

原文:
Common Lisp implementation on .NET. Lisp source is compiled to CIL (Common Intermediate Language) and runs on the .NET JIT — so the same Lisp image runs on Windows, macOS, and Linux across x86-64 and ARM64 without per-platform porting work. Broadly conforms to the ANSI Common Lisp standard — verified

译文:
.NET上的通用Lisp实现。LISP源代码被编译为CIL (通用中间语言)并在.NET JIT上运行—因此相同的LISP映像在Windows、macOS和Linux上跨x86-64和ARM64运行,而无需每个平台的移植工作。广泛符合ANSI Common Lisp标准—经过验证


自动更新 · 正文抓取 · 双语翻译

Leave a Comment