Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Bringing Scheme to the iPhone

Path: g2news2.google.com!postnews.google.com!t21g2000yqi.googlegroups.com!not-for-mail
From: jlongster <longs...@gmail.com>
Newsgroups: comp.lang.scheme
Subject: Re: Bringing Scheme to the iPhone
Date: Wed, 17 Jun 2009 14:13:53 -0700 (PDT)
Organization: http://groups.google.com
Lines: 15
Message-ID: <c7536c04-7f45-4c5b-a3ad-25034bd1bad6@t21g2000yqi.googlegroups.com>
References: <ce5fdb1f-959a-49ca-bae2-7975c3db60f6@l12g2000yqo.googlegroups.com> 
	<KwNZl.11158$gz5.6056@newsfe07.iad> <4A37B33F.4010407@soegaard.net> 
	<857e5eff-714f-4bbb-954a-42fcd39bc78a@g15g2000pra.googlegroups.com> 
	<7c63eww4tz.fsf@pbourguignon.anevia.com>
NNTP-Posting-Host: 75.148.111.133
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1245273233 26050 127.0.0.1 (17 Jun 2009 21:13:53 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 17 Jun 2009 21:13:53 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: t21g2000yqi.googlegroups.com; posting-host=75.148.111.133; 
	posting-account=TKiGXgoAAAArYe_faoM2G4fPuu_Q5LUa
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; 
	rv:1.9.0.11) Gecko/2009060214 Firefox/3.0.11,gzip(gfe),gzip(gfe)

Hey everyone,

You all are right about Apple disallowing any interpreted code.
However, as Marc previously stated, there's nothing they can do about
compiling Scheme to C, and compiling the C code for the iPhone.

I was able to get Gambit Scheme compiled for the iPhone and write a
small application on top of it.  I wrote an article about my
experiences and gave detailed instructions of how to do this
yourself.  Writing iPhone apps in Scheme is surely feasible (mostly
because of the incredible portability of Gambit).

http://jlongster.com/blog/2009/06/17/write-apps-iphone-scheme/

- James