<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: tinypy 64k &#8211; nearing 1.0 &#8211; and it really does fit in 64k!</title>
	<atom:link href="http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/</link>
	<description>games, tech, web, stuff, biz, and bilge</description>
	<lastBuildDate>Sun, 07 Mar 2010 03:20:28 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: philhassey</title>
		<link>http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/comment-page-1/#comment-1113</link>
		<dc:creator>philhassey</dc:creator>
		<pubDate>Wed, 20 Feb 2008 01:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/#comment-1113</guid>
		<description>Truy - heh, maybe if you buy me an iphone :)  I&#039;ve actually no idea if that would be hard to do or not.  After the 1.0 release maybe you should give it a go!</description>
		<content:encoded><![CDATA[<p>Truy &#8211; heh, maybe if you buy me an iphone <img src='http://www.philhassey.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I&#8217;ve actually no idea if that would be hard to do or not.  After the 1.0 release maybe you should give it a go!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truy</title>
		<link>http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/comment-page-1/#comment-1112</link>
		<dc:creator>Truy</dc:creator>
		<pubDate>Wed, 20 Feb 2008 01:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/#comment-1112</guid>
		<description>Please port this to the iphone / ipod touch !  Pretty please?</description>
		<content:encoded><![CDATA[<p>Please port this to the iphone / ipod touch !  Pretty please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philhassey</title>
		<link>http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/comment-page-1/#comment-1109</link>
		<dc:creator>philhassey</dc:creator>
		<pubDate>Tue, 19 Feb 2008 19:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/#comment-1109</guid>
		<description>note: valgrind issues resolved by downloading the source and compiling the latest release.  I haven&#039;t updated my distro in a while, so most of my packages are out of date.</description>
		<content:encoded><![CDATA[<p>note: valgrind issues resolved by downloading the source and compiling the latest release.  I haven&#8217;t updated my distro in a while, so most of my packages are out of date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Boddie</title>
		<link>http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/comment-page-1/#comment-1107</link>
		<dc:creator>Paul Boddie</dc:creator>
		<pubDate>Tue, 19 Feb 2008 16:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/#comment-1107</guid>
		<description>PyMite doesn&#039;t support classes and a certain amount of other stuff:

http://pymite.python-hosting.com/wiki/PyMite</description>
		<content:encoded><![CDATA[<p>PyMite doesn&#8217;t support classes and a certain amount of other stuff:</p>
<p><a href="http://pymite.python-hosting.com/wiki/PyMite" rel="nofollow">http://pymite.python-hosting.com/wiki/PyMite</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philhassey</title>
		<link>http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/comment-page-1/#comment-1106</link>
		<dc:creator>philhassey</dc:creator>
		<pubDate>Tue, 19 Feb 2008 16:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/#comment-1106</guid>
		<description>pymite looks pretty neat.  I hadn&#039;t heard of it .. it doesn&#039;t seem to compile though :(  Anyone got any ideas?
global.c:112: warning: dereferencing type-punned pointer will break strict-aliasing rules

I don&#039;t think tinypy would do so well with minimal amount of RAM right now, but I bet someone could create a branch of it that did.</description>
		<content:encoded><![CDATA[<p>pymite looks pretty neat.  I hadn&#8217;t heard of it .. it doesn&#8217;t seem to compile though <img src='http://www.philhassey.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   Anyone got any ideas?<br />
global.c:112: warning: dereferencing type-punned pointer will break strict-aliasing rules</p>
<p>I don&#8217;t think tinypy would do so well with minimal amount of RAM right now, but I bet someone could create a branch of it that did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Tauber</title>
		<link>http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/comment-page-1/#comment-1105</link>
		<dc:creator>James Tauber</dc:creator>
		<pubDate>Tue, 19 Feb 2008 15:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/#comment-1105</guid>
		<description>At some point, I&#039;d love to tie this in to Cleese.</description>
		<content:encoded><![CDATA[<p>At some point, I&#8217;d love to tie this in to Cleese.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Dillon</title>
		<link>http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/comment-page-1/#comment-1104</link>
		<dc:creator>Michael Dillon</dc:creator>
		<pubDate>Tue, 19 Feb 2008 15:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/#comment-1104</guid>
		<description>How does this compare to PyMite http://pymite.python-hosting.com/ which also claims to be able to run on 8-bit microcontrollers with as little as 64kb of program memory and 4k of RAM?

Have you done a feature comparison of the two?

Is it possible that you could use some of the techniques from PyMite to make a microPython that is closer to standard Python and more generally usable?

I ask these questions because it seems that PyMite and tinypy are on the threshold of making Python a viable language for embedded systems development.</description>
		<content:encoded><![CDATA[<p>How does this compare to PyMite <a href="http://pymite.python-hosting.com/" rel="nofollow">http://pymite.python-hosting.com/</a> which also claims to be able to run on 8-bit microcontrollers with as little as 64kb of program memory and 4k of RAM?</p>
<p>Have you done a feature comparison of the two?</p>
<p>Is it possible that you could use some of the techniques from PyMite to make a microPython that is closer to standard Python and more generally usable?</p>
<p>I ask these questions because it seems that PyMite and tinypy are on the threshold of making Python a viable language for embedded systems development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Afshar</title>
		<link>http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/comment-page-1/#comment-1102</link>
		<dc:creator>Ali Afshar</dc:creator>
		<pubDate>Tue, 19 Feb 2008 12:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/2008/02/19/tinypy-64k-nearing-10-and-it-really-does-fit-in-64k/#comment-1102</guid>
		<description>I have been following from the sidelines (via planet python). It&#039;s great to see you are making progress on this bizarre and interesting project. Keep it up!</description>
		<content:encoded><![CDATA[<p>I have been following from the sidelines (via planet python). It&#8217;s great to see you are making progress on this bizarre and interesting project. Keep it up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
