sysp: Systems Lisp compiling to C with homoiconic macros and Hindley-Milner inference
Summary
sysp is a systems Lisp that compiles to C with homoiconic macros, refcounted memory, and Hindley-Milner type inference. The README describes its architecture, features, and build process, aimed at generating specialized C/CUDA code for numerical computing. It provides examples and roadmap notes for macro-based codegen and type inference.