CL-NEXTSTEP

March 12, 2026 ยท View on GitHub

Cocoa binding for CommonLisp on macOS.
It used CFFI and sb-alien(for use struct by value)

DEPENDENCIES

  • Quicklisp

USAGE

  1. build C shared library.
    $ cd /PATH/TO/cl-nextstep/
    $ cd C
    $ cmake -B build
    $ make -C build