1
0
Fork
You've already forked coca
0
Cocoa in Common Lisp
  • Common Lisp 100%
凉凉 295433586b trivial implement of dialog-item-action-function
TODO:
+ unwind-protect when fails, ensures the environment
 is always correctly setted up and cleaned up
+ remove all the TODOs in readme.org
+ finish the documentation in readme.org
2026年06月14日 19:08:54 +08:00
cocoa trivial implement of dialog-item-action-function 2026年06月14日 19:08:54 +08:00
objc set-view-container (possibly workable, need more tests) 2026年06月12日 00:05:03 +08:00
.gitignore Basic structure of Coca from McCLIM-Coca.ObjC and McCLIM-Coca.Cocoa. 2026年06月08日 04:56:05 +08:00
coca.asd view-cursor, trivial memory leak fix (success?) 2026年06月13日 01:17:00 +08:00
readme.org update readme as project road map. 2026年06月13日 22:12:37 +08:00

Coca: Cocoa in Common Lisp

About

This is a rewrite of McCLIM-Coca's packages McCLIM-Coca.ObjC and McCLIM-Coca.Cocoa.

It is seperated and rewrited as a general macOS GUI library. The goal is to provide a MCL-like API for creating and managing widgets (dialog items) in Common Lisp.