mokus0 / hoc

Haskell to Objective-C bridge (work in progress: 64-bit support for Mac OS 10.7)
8 stars 2 forks source link

Integrate with Objective-C garbage collector #1

Open mokus0 opened 12 years ago

mokus0 commented 12 years ago

Full support (i.e., ability to properly collect loops containing objects on both sides) would be quite tricky, but we can probably manage to at least offer a reference-counting based hack to support linking with Objective C code that was compiled with "required" GC.