<?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>The Betacantrips Travelogue &#187; replace javascript</title>
	<atom:link href="http://travelogue.betacantrips.com/tag/replace-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://travelogue.betacantrips.com</link>
	<description>And all I got was this lousy weblog</description>
	<lastBuildDate>Mon, 05 Sep 2011 15:54:38 +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>WTFJS</title>
		<link>http://travelogue.betacantrips.com/2010/03/02/wtfjs/</link>
		<comments>http://travelogue.betacantrips.com/2010/03/02/wtfjs/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 23:20:10 +0000</pubDate>
		<dc:creator>Ethan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer science slash cultural anthropology]]></category>
		<category><![CDATA[programming languages]]></category>
		<category><![CDATA[replace javascript]]></category>

		<guid isPermaLink="false">http://travelogue.betacantrips.com/2010/03/02/wtfjs/</guid>
		<description><![CDATA[Filed under: computer science slash cultural anthropology, programming languages, replace javascript
OK, this is completely wonderful &#8212; exactly a thing I would have wanted to make, except somebody else made it for me, better. Keep this in mind in case anyone ever tells you the old yarn about how JavaScript is only a terrible language because [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://travelogue.betacantrips.com/tag/computer-science-slash-cultural-anthropology/'>computer science slash cultural anthropology</a>, <a href='http://travelogue.betacantrips.com/tag/programming-languages/'>programming languages</a>, <a href='http://travelogue.betacantrips.com/tag/replace-javascript/'>replace javascript</a></p>
<p>OK, <a class="reference external" href="http://wtfjs.com/">this</a> is completely wonderful &#8212; exactly a thing I would have wanted to make, except somebody else made it for me, better. Keep this in mind in case anyone ever tells you the old yarn about how JavaScript is only a terrible language because of browser inconsistencies..</p>
<p><a class="reference external" href="http://wtfjs.com/post/413856021/more-fun-with-implicit-tostring-calls-and-also">An example</a>:</p>
<pre class="literal-block">
// be careful with those implicit .toString() calls in == comparison

typeof &quot;abc&quot; == &quot;string&quot; // true
typeof String(&quot;abc&quot;) == &quot;string&quot; // true
String(&quot;abc&quot;) == &quot;abc&quot; // true -- same types get casted to equal each other

String(&quot;abc&quot;) instanceof String // false -- hmmm...
(new String(&quot;abc&quot;)) instanceof String // true
String(&quot;abc&quot;) == (new String(&quot;abc&quot;)) // true -- wait, wtf?
</pre>
]]></content:encoded>
			<wfw:commentRss>http://travelogue.betacantrips.com/2010/03/02/wtfjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPython in the web browser under Native Client</title>
		<link>http://travelogue.betacantrips.com/2009/06/17/cpython-in-the-web-browser-under-native-client/</link>
		<comments>http://travelogue.betacantrips.com/2009/06/17/cpython-in-the-web-browser-under-native-client/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 03:18:09 +0000</pubDate>
		<dc:creator>Ethan</dc:creator>
				<category><![CDATA[future]]></category>
		<category><![CDATA[programming languages]]></category>
		<category><![CDATA[replace javascript]]></category>

		<guid isPermaLink="false">http://travelogue.betacantrips.com/?p=134</guid>
		<description><![CDATA[Filed under: future, programming languages, replace javascript
Towards: the replacement of JS as an anachronistic relic? The story on LWN:
Mark Seaborn has announced an effort to put CPython into Google&#8217;s Native Client. &#8220;I have been doing some work to extend Google&#8217;s Native Client to support dynamic linking.  For those who haven&#8217;t heard of it, Native [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://travelogue.betacantrips.com/tag/future/'>future</a>, <a href='http://travelogue.betacantrips.com/tag/programming-languages/'>programming languages</a>, <a href='http://travelogue.betacantrips.com/tag/replace-javascript/'>replace javascript</a></p>
<p>Towards: the replacement of JS as an anachronistic relic? <a href="http://lwn.net/Articles/337544">The story on LWN</a>:</p>
<blockquote><p>Mark Seaborn has announced an effort to put CPython into Google&#8217;s Native Client. &#8220;<span>I have been doing some work to extend Google&#8217;s Native Client to support dynamic linking.  For those who haven&#8217;t heard of it, Native Client is a sandboxing system for running a subset of x86 code. It is proposed as a way of running native code inside web apps. One of my aims has been to get CPython working in the web browser under Native Client without having to modify CPython. I recently got to the point where modules from the Python standard library are importable under Native Client, including (as a demonstration) the Sqlite extension module.</span>&#8220;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://travelogue.betacantrips.com/2009/06/17/cpython-in-the-web-browser-under-native-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

