chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] IPhone


From: Jim Ursetto
Subject: Re: [Chicken-users] IPhone
Date: Thu, 9 Apr 2009 22:00:59 -0500

2009/4/9 lowly coder <address@hidden>:
> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]