Skip to content

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)

Notifications You must be signed in to change notification settings

theangelperalta/cl-objc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CL-OBJC - 🚧 UNDER CONSTRUCTION 🚧


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).

Examples

Hello World

example_screenshot

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.

Converter

example_screenshot

One of the orignal macOS app tutorials convert to CL again completely built in Objective-C, no interface builder!

About

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)

Resources

Stars

Watchers

Forks

Packages

No packages published