<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>javier arturo rodríguez &#187; Python</title>
	<atom:link href="http://javier.rodriguez.org.mx/index.php/category/code/python/feed" rel="self" type="application/rss+xml" />
	<link>http://javier.rodriguez.org.mx</link>
	<description>random musings</description>
	<lastBuildDate>Thu, 16 Apr 2009 14:00:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Whitespace Matters</title>
		<link>http://javier.rodriguez.org.mx/index.php/2007/08/31/whitespace-matters</link>
		<comments>http://javier.rodriguez.org.mx/index.php/2007/08/31/whitespace-matters#comments</comments>
		<pubDate>Fri, 31 Aug 2007 15:19:13 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://javier.rodriguez.org.mx/index.php/2007/08/31/whitespace-matters/</guid>
		<description><![CDATA[Mark Jason Dominus just released SuperPython 0.91, &#8220;a Perl source filter for the SuperPython language, allowing SuperPython code to be embedded into Perl programs&#8221;.
In terms of language, it goes way beyond python itself to give proper semantics to whitespace. For instance, here is the Hello World program written in SuperPython:
#!/usr/bin/perl
use SuperPython;
Ain&#8217;t it neat? Naturally, the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://perl.plover.com/">Mark Jason Dominus</a> just released <a href="http://search.cpan.org/~mjd/SuperPython-0.91/SuperPython.pm">SuperPython 0.91</a>, &#8220;a Perl source filter for the SuperPython language, allowing SuperPython code to be embedded into Perl programs&#8221;.<br />
In terms of language, it goes way beyond python itself to give proper semantics to whitespace. For instance, here is the Hello World program written in SuperPython:</p>
<div class="codesnip-container" >#!/usr/bin/perl<br />
use SuperPython;</div>
<p>Ain&#8217;t it neat? Naturally, the result is</p>
<div class="codesnip-container" >$ ./hello.spy<br />
Hello, world.</div>
<p>just as would be expected.<br />
If you want to try this program yourself you might be surprised to find out that copy+paste won&#8217;t work, but that&#8217;s a small price to pay in exchange or the benefits of the richness of syntax and expresiveness of the language, and anyway you may download <a href="http://javier.rodriguez.org.mx/code/hello.spy">the source code for hello.spy</a> right here.<br />
Mark is very optimist in contributing the new features of SuperPython back to python itself, and has kindly offered to work closely with the Python community to see this happen.<br />
Congrats Mark, and keep up the good work!</p>
<div class="simpletags">Tags: <a href="http://technorati.com/tag/code" rel="tag">code</a>, <a href="http://technorati.com/tag/perl" rel="tag"> perl</a>, <a href="http://technorati.com/tag/python" rel="tag"> python</a>, <a href="http://technorati.com/tag/computer+languages" rel="tag"> computer languages</a></div>
]]></content:encoded>
			<wfw:commentRss>http://javier.rodriguez.org.mx/index.php/2007/08/31/whitespace-matters/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
