Loading repository data…
Loading repository data…
theangelperalta / repository
CL-OBJC is a portable common-lisp/objective-c bridge written using CFFI. The aim is to be able to build Cocoa applications on Mac OS X by using InterfaceBuilder to design the GUI and then implement the code in common-lisp. (My attempt to revive this project)
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
CL-OBJC is a portable common-lisp/objective-c bridge written using CFFI. The aim is to be able to build Cocoa applications on macOS to design the GUI and then implement the code in common-lisp. (This my attempt to revive this project).
I have one of the three original examples up running. A simple window with buttons that bind to CL methods. The entire application is written in Objective-C no InterfaceBuilder used.
One of the orignal macOS app tutorials convert to CL again completely built in Objective-C, no interface builder!