Re: investigating stackless frameworks for iOS and OSX

Denis Fourt <[email protected]> Thu, 19 Mar 2015 12:56:35 -0400
Newsgroups gmane.comp.python.stackless
Message-ID <[email protected]>
--===============8280429019881557404==
Content-Type: multipart/alternative;
	boundary="_9fe305dc-a374-4992-8e07-975e9e266394_"

--_9fe305dc-a374-4992-8e07-975e9e266394_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi=2C
I don't know if you'll find this useful=2C but you might want to check this=
 :http://kalogirou.net/2011/03/31/something-moving-in-the-shadows/
The Sylphis game engine (which I have never used) is based on stackless and=
 seems to have been ported to iOS=2C according that article.=20
Regards=2C
Denis
> Date: Wed=2C 18 Mar 2015 19:48:55 -0700
> From: bentley-2O0ZWvXUCaBWk0Htik3J/[email protected]
> To: [email protected]
> Subject: [Stackless] investigating stackless frameworks for iOS and OSX
>=20
> Hiya=2C
>=20
> I have written some python code here and there=2C and have been intereste=
d=20
> in working with Stackless for a while. At the beginning of this week=2C I=
=20
> have been spending some non-prime-time hours to put together a project.
>=20
> I'm an iOS developer these days=2C tho I know my way around OS X. I have=
=20
> been setting up an Xcode 6.2 project=2C and after quite a bit of surfing=
=20
> github=2C stackoverflow=2C apple=2C and so on during the last couple of d=
ays=2C=20
> I have some idea what I want to do.
>=20
> It looks like to facilitate what I had in mind=2C Apple provides Xcode as=
=20
> a development IDE to build standalone apps for OS X and iOS=2C embedding=
=20
> python in a framework along with pyobjc.
>=20
> I can create a stackless framework using the brew formula that's over at=
=20
> GitHub Alzakath-homebrew-stackless. (written by Herv=E9 Coatanhay?) That=
=20
> framework doesn't appear to include the pyobjc modules that Apple=20
> includes in Python.framework. The brew formula also seems to support=20
> 2.7=2C but not 3.4.
>=20
> It also looks like=2C from comments on the pyobjc mailing list=2C that=20
> pyobjc does not currently work well with stackless python.
>=20
> My short term goal is to build some frameworks and then write some test=20
> code in swift and/or objc to see if I can get anything to work.
>=20
> I might be able to add stuff to Alzakath-homebrew-stackless to get the=20
> functional equivalent of Apple's python.framework. Meanwhile=2C I'd be=20
> writing some code against the existing python.framework.
>=20
> My goal is to have an app written with a bunch of embedded stackless=20
> code running reasonably quickly. I should wind up with some nice results=
=20
> sooner or later. I hope to eventually produce some fast-running embedded=
=20
> stackless code in relatively well self-contained apps. Porting the=20
> results to other platforms is not high on the list.
>=20
> Ok? Absurd?
>=20
> -Mike
>=20
>=20
>=20
>=20
>=20
> _______________________________________________
> Stackless mailing list
> [email protected]
> http://www.stackless.com/mailman/listinfo/stackless
 		 	   		  =

--_9fe305dc-a374-4992-8e07-975e9e266394_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<style><!--
.hmmessage P
{
margin:0px=3B
padding:0px
}
body.hmmessage
{
font-size: 12pt=3B
font-family:Calibri
}
--></style></head>
<body class=3D'hmmessage'><div dir=3D'ltr'>Hi=2C<div><br></div><div>I don't=
 know if you'll find this useful=2C but you might want to check this :</div=
><div><a href=3D"http://kalogirou.net/2011/03/31/something-moving-in-the-sh=
adows/" target=3D"_blank">http://kalogirou.net/2011/03/31/something-moving-=
in-the-shadows/</a></div><div><br></div><div>The Sylphis game engine (which=
&nbsp=3B<span style=3D"font-size: 12pt=3B">I have never used</span><span st=
yle=3D"font-size: 12pt=3B">) is based on stackless and seems to have been p=
orted to iOS=2C according that article.&nbsp=3B</span></div><div><br></div>=
<div>Regards=2C</div><div><br></div><div>Denis</div><div><br><div>&gt=3B Da=
te: Wed=2C 18 Mar 2015 19:48:55 -0700<br>&gt=3B From: bentley-2O0ZWvXUCaBWk0Htik3J/[email protected]<=
br>&gt=3B To: [email protected]<br>&gt=3B Subject: [Stackless] invest=
igating stackless frameworks for iOS and OSX<br>&gt=3B <br>&gt=3B Hiya=2C<b=
r>&gt=3B <br>&gt=3B I have written some python code here and there=2C and h=
ave been interested <br>&gt=3B in working with Stackless for a while. At th=
e beginning of this week=2C I <br>&gt=3B have been spending some non-prime-=
time hours to put together a project.<br>&gt=3B <br>&gt=3B I'm an iOS devel=
oper these days=2C tho I know my way around OS X. I have <br>&gt=3B been se=
tting up an Xcode 6.2 project=2C and after quite a bit of surfing <br>&gt=
=3B github=2C stackoverflow=2C apple=2C and so on during the last couple of=
 days=2C <br>&gt=3B I have some idea what I want to do.<br>&gt=3B <br>&gt=
=3B It looks like to facilitate what I had in mind=2C Apple provides Xcode =
as <br>&gt=3B a development IDE to build standalone apps for OS X and iOS=
=2C embedding <br>&gt=3B python in a framework along with pyobjc.<br>&gt=3B=
 <br>&gt=3B I can create a stackless framework using the brew formula that'=
s over at <br>&gt=3B GitHub Alzakath-homebrew-stackless. (written by Herv=
=E9 Coatanhay?) That <br>&gt=3B framework doesn't appear to include the pyo=
bjc modules that Apple <br>&gt=3B includes in Python.framework. The brew fo=
rmula also seems to support <br>&gt=3B 2.7=2C but not 3.4.<br>&gt=3B <br>&g=
t=3B It also looks like=2C from comments on the pyobjc mailing list=2C that=
 <br>&gt=3B pyobjc does not currently work well with stackless python.<br>&=
gt=3B <br>&gt=3B My short term goal is to build some frameworks and then wr=
ite some test <br>&gt=3B code in swift and/or objc to see if I can get anyt=
hing to work.<br>&gt=3B <br>&gt=3B I might be able to add stuff to Alzakath=
-homebrew-stackless to get the <br>&gt=3B functional equivalent of Apple's =
python.framework. Meanwhile=2C I'd be <br>&gt=3B writing some code against =
the existing python.framework.<br>&gt=3B <br>&gt=3B My goal is to have an a=
pp written with a bunch of embedded stackless <br>&gt=3B code running reaso=
nably quickly. I should wind up with some nice results <br>&gt=3B sooner or=
 later. I hope to eventually produce some fast-running embedded <br>&gt=3B =
stackless code in relatively well self-contained apps. Porting the <br>&gt=
=3B results to other platforms is not high on the list.<br>&gt=3B <br>&gt=
=3B Ok? Absurd?<br>&gt=3B <br>&gt=3B -Mike<br>&gt=3B <br>&gt=3B <br>&gt=3B =
<br>&gt=3B <br>&gt=3B <br>&gt=3B __________________________________________=
_____<br>&gt=3B Stackless mailing list<br>&gt=3B [email protected]<br=
>&gt=3B http://www.stackless.com/mailman/listinfo/stackless<br></div></div>=
 		 	   		  </div></body>
</html>=

--_9fe305dc-a374-4992-8e07-975e9e266394_--


--===============8280429019881557404==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless
--===============8280429019881557404==--