Pharo on the iPhone

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Pharo on the iPhone

Alexandre Bergel
Hi!

iPhone 4 is amazing. It will be even better with Pharo inside. Is there a way to install it?

Cheers,
Alexandre

NB: my device is non jailbreaked.

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the iPhone

johnmci
(a) sign up for Apple's SDK, to install apps on the iPhone you have to pay $99 per year.

(b) visit squeakvm.org download the source tree

(c) look for the SqueakPureObjc.xcodeproj
compile/link/debug/run the iPhone app

(d) Optionally look for the SqueakPureObjcCogVM.xcodeproj after download the COG tree.
Don't cut yourself on the rough edges, but I think Esteban has a workable version now?

The difference between the two is that the SqueakPureObjcCogVM builds a stack VM, where as the SqueakPureObjc builds the traditional VM but is about 30% slower.

The image has to include the objective-c bridge and iphone stuff, there is a sample image (broken) in the source tree.

On 2011-01-20, at 5:10 PM, Alexandre Bergel wrote:

> Hi!
>
> iPhone 4 is amazing. It will be even better with Pharo inside. Is there a way to install it?
>
> Cheers,
> Alexandre
>
> NB: my device is non jailbreaked.
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>

--
===========================================================================
John M. McIntosh <[hidden email]>   Twitter:  squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================





Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the iPhone

Denis Kudriashov
Hello

Why you don't publich pharo to cydia? (for jailbreaked users)

2011/1/21 John M McIntosh <[hidden email]>
(a) sign up for Apple's SDK, to install apps on the iPhone you have to pay $99 per year.

(b) visit squeakvm.org download the source tree

(c) look for the SqueakPureObjc.xcodeproj
compile/link/debug/run the iPhone app

(d) Optionally look for the SqueakPureObjcCogVM.xcodeproj after download the COG tree.
Don't cut yourself on the rough edges, but I think Esteban has a workable version now?

The difference between the two is that the SqueakPureObjcCogVM builds a stack VM, where as the SqueakPureObjc builds the traditional VM but is about 30% slower.

The image has to include the objective-c bridge and iphone stuff, there is a sample image (broken) in the source tree.

On 2011-01-20, at 5:10 PM, Alexandre Bergel wrote:

> Hi!
>
> iPhone 4 is amazing. It will be even better with Pharo inside. Is there a way to install it?
>
> Cheers,
> Alexandre
>
> NB: my device is non jailbreaked.
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>

--
===========================================================================
John M. McIntosh <[hidden email]>   Twitter:  squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================






Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the iPhone

Alexandre Bergel
In reply to this post by johnmci
Thanks John for these pointers

Alexandre


On 21 Jan 2011, at 03:05, John M McIntosh wrote:

> (a) sign up for Apple's SDK, to install apps on the iPhone you have to pay $99 per year.
>
> (b) visit squeakvm.org download the source tree
>
> (c) look for the SqueakPureObjc.xcodeproj
> compile/link/debug/run the iPhone app
>
> (d) Optionally look for the SqueakPureObjcCogVM.xcodeproj after download the COG tree.
> Don't cut yourself on the rough edges, but I think Esteban has a workable version now?
>
> The difference between the two is that the SqueakPureObjcCogVM builds a stack VM, where as the SqueakPureObjc builds the traditional VM but is about 30% slower.
>
> The image has to include the objective-c bridge and iphone stuff, there is a sample image (broken) in the source tree.
>
> On 2011-01-20, at 5:10 PM, Alexandre Bergel wrote:
>
>> Hi!
>>
>> iPhone 4 is amazing. It will be even better with Pharo inside. Is there a way to install it?
>>
>> Cheers,
>> Alexandre
>>
>> NB: my device is non jailbreaked.
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>>
>
> --
> ===========================================================================
> John M. McIntosh <[hidden email]>   Twitter:  squeaker68882
> Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
> ===========================================================================
>
>
>
>
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the iPhone

EstebanLM
In reply to this post by johnmci
Hi,

El 21/01/2011, a las 3:05a.m., John M McIntosh escribió:

compile/link/debug/run the iPhone app

(d) Optionally look for the SqueakPureObjcCogVM.xcodeproj after download the COG tree.
Don't cut yourself on the rough edges, but I think Esteban has a workable version now?

yes... but still not merged with the build model we are creating (with hudson, etc.), neither commited to trunk. You can download it from here: http://gitorious.org/~estebanlm/cogvm/cog-osx, and let me know if you find any problem (most likely, now :P)


Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the iPhone

Stéphane Ducasse
In reply to this post by Denis Kudriashov
Hello
>
> Why you don't publich pharo to cydia? (for jailbreaked users)

would be cool :)
if somebody want to drive that it would be good

Stef

>
> 2011/1/21 John M McIntosh <[hidden email]>
> (a) sign up for Apple's SDK, to install apps on the iPhone you have to pay $99 per year.
>
> (b) visit squeakvm.org download the source tree
>
> (c) look for the SqueakPureObjc.xcodeproj
> compile/link/debug/run the iPhone app
>
> (d) Optionally look for the SqueakPureObjcCogVM.xcodeproj after download the COG tree.
> Don't cut yourself on the rough edges, but I think Esteban has a workable version now?
>
> The difference between the two is that the SqueakPureObjcCogVM builds a stack VM, where as the SqueakPureObjc builds the traditional VM but is about 30% slower.
>
> The image has to include the objective-c bridge and iphone stuff, there is a sample image (broken) in the source tree.
>
> On 2011-01-20, at 5:10 PM, Alexandre Bergel wrote:
>
> > Hi!
> >
> > iPhone 4 is amazing. It will be even better with Pharo inside. Is there a way to install it?
> >
> > Cheers,
> > Alexandre
> >
> > NB: my device is non jailbreaked.
> >
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> >
> >
> >
>
> --
> ===========================================================================
> John M. McIntosh <[hidden email]>   Twitter:  squeaker68882
> Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
> ===========================================================================
>
>
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the iPhone

hilaire
In reply to this post by Alexandre Bergel
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the iPhone

Alexandre Bergel
Unfortunately, my resources are scarce. iPhone are not really spread in Chile. I haven't seen a student having one.

Is it possible to make DrGeo available on iTune?

Cheers,
Alexandre


On 22 Jan 2011, at 05:21, Hilaire Fernandes wrote:

> Check with Bert, Bert help me to make working DrGeo on the iPhone, he
> integrates some changes in the Pharo image for that. I will check that
> in a few week. One aspect we have to do, is to produce a Pharo theme
> mathcing the iPhone/iPAD UI guideline. I have not yet started the effort
> on that department, but we could collaborate on that topic.
>
> Hilaire
>
> Le 21/01/2011 02:10, Alexandre Bergel a écrit :
>> Hi!
>>
>> iPhone 4 is amazing. It will be even better with Pharo inside. Is there a way to install it?
>>
>> Cheers,
>> Alexandre
>>
>> NB: my device is non jailbreaked.
>>
>
>
> --
> Education 0.2 -- http://blog.ofset.org/hilaire
>
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the iPhone

Sean P. DeNigris
Administrator
In reply to this post by Alexandre Bergel
Niko Schwarz tweeted that PhoneGap (http://www.phonegap.com/features) let's you write an app in HTML5 and hook into native mobile features (e.g. accelerometer) on multiple platforms, including the iPhone. He said that one could write an app in Seaside that outputs HTML5 and it would appear native on the iPhone.

It sounds interesting. Has anyone played with/seen this yet?

Sean
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the iPhone

hilaire
In reply to this post by Alexandre Bergel
CONTENTS DELETED
The author has deleted this message.