dotcl: Common Lisp Implementation on .NET
Summary
Dotcl implements Common Lisp on the .NET platform by compiling Lisp to CIL, enabling cross-platform Lisp execution on Windows, macOS, and Linux. It supports embedding Lisp in .NET apps, accessing .NET APIs from Lisp, and self-hosting the compiler via a bootstrap process, with samples demonstrating practical Lisp-based .NET integrations.