2009/4/9 lowly coder <lowlyco...@huoyanjinjing.com>:
> Wait ... the Apple Developer Agreement has strict requirements against GC?

Perhaps not.  All I can find is a note that the Objective-C runtime
does not support GC, but it doesn't say you can't implement it
yourself.

In a low-memory environment, you can probably run your executable with
a fixed heap size to guarantee you don't run out of memory.  However,
an out-of-memory condition will crash your app.

> I tried building a basic Chicken 4 app on Mac OS X ... looks like the objc
> egg is not ported over yet. Anyone know what's holding it up?

No one has found the time (or desire) yet.


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to