============= Dylan / Cocoa ============= The purpose of this project is to use Apple's *Bridge Support* to assist in generating wrappers around the Cocoa libraries. This would include the creation of a bridge between Dylan and Objective C using the low level C API provided by Objective C's runtime. Bridge Support documentation: - `BridgeSupport MacOSForge project page `_ - `BridgeSupport Mac OS X Manual Page `_ Interesting prior art: - `jscocoa BridgeSupport usage `_ - `LuaCocoa `_ - `Clozure CL Objective C bridge `_ - `LispWorks Objective C interface `_ - `A list of a lot of Cocoa Bridges `_