CLRHack argument passing

178 · Funcall Blogspot · May 23, 2026, 12:08 p.m.
Summary
This post discusses the implementation of argument passing for Common Lisp within the CLRHack engine, which translates its dynamic semantics into the statically-typed .NET CLR environment. It covers the details of method overloading, parameter handling, and multiple return values, providing a technical overview for developers interested in Lisp and .NET integration.