<?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 Comonad.Reader &#187; Javascript</title>
	<atom:link href="http://comonad.com/reader/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://comonad.com/reader</link>
	<description>types, (co)monads, substructural logic</description>
	<lastBuildDate>Mon, 24 Oct 2022 17:48:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript Interpreter, Recompiler, Atomizer, Threading Library&#8230;</title>
		<link>http://comonad.com/reader/2007/javascript-interpreter-recompiler-atomizer-threading-library/</link>
		<comments>http://comonad.com/reader/2007/javascript-interpreter-recompiler-atomizer-threading-library/#comments</comments>
		<pubDate>Tue, 22 May 2007 00:34:00 +0000</pubDate>
		<dc:creator>Edward Kmett</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://comonad.com/reader/2007/javascript-interpreter-recompiler-atomizer-threading-library/</guid>
		<description><![CDATA[It recently came to my attention that most of the actual code for my old javascript libraries was not accessible from the Wiki. Apparently, I deleted the wrong directory in a spate of cleaning several months back and the links just quietly went dead. 
The URL http://comonad.com/jslib.tar.gz contains an archive that is a little out [...]]]></description>
			<content:encoded><![CDATA[<p>It recently came to my attention that most of the actual code for my old javascript libraries was not accessible from the Wiki. Apparently, I deleted the wrong directory in a spate of cleaning several months back and the links just quietly went dead. </p>
<p>The URL <a href="http://comonad.com/jslib.tar.gz">http://comonad.com/jslib.tar.gz</a> contains an archive that is a little out of date, but should contain most of the framework. (In particular the Recompiler seems to be missing pieces) I haven't had a chance to check it for sanity, completeness or consistency.</p>
<p>It relies on the use of the C preprocessor on the back-end. I may have forgotten some scripts it needs to actually build. I just used a linux box with spidermonkey and rhino to test. If there is any interest I'll try to drum up the rest of the pieces and make things functional, but I haven't heard much chatter about these since I moved things over from slipwave.com.</p>
<p>You hereby have the right to use this under the Apache Public License 2.0 with my name substituted in for the Apache Foundation, since thats what I said I would release it under. If you need a more permissive license feel free to ask.</p>
]]></content:encoded>
			<wfw:commentRss>http://comonad.com/reader/2007/javascript-interpreter-recompiler-atomizer-threading-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
