<?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 for Subvert the dominant paradigm</title>
	<atom:link href="http://subvert-the-dominant-paradigm.net/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://subvert-the-dominant-paradigm.net/blog</link>
	<description></description>
	<lastBuildDate>Sun, 08 May 2011 21:10:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Comment on System R by Tony Garnock-Jones</title>
		<link>http://subvert-the-dominant-paradigm.net/blog/?p=105&#038;cpage=1#comment-48630</link>
		<dc:creator>Tony Garnock-Jones</dc:creator>
		<pubDate>Sun, 08 May 2011 21:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://subvert-the-dominant-paradigm.net/blog/?p=105#comment-48630</guid>
		<description>Nice work, John!</description>
		<content:encoded><![CDATA[<p>Nice work, John!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debian netboot install over PXE by aldin</title>
		<link>http://subvert-the-dominant-paradigm.net/blog/?p=26&#038;cpage=1#comment-46714</link>
		<dc:creator>aldin</dc:creator>
		<pubDate>Wed, 06 Apr 2011 11:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://subvert-the-dominant-paradigm.net/blog/?p=26#comment-46714</guid>
		<description>Thank you very much, i had to comment on this :) it works.

This is so simple howto for &quot;quickstart&quot;.</description>
		<content:encoded><![CDATA[<p>Thank you very much, i had to comment on this <img src='http://subvert-the-dominant-paradigm.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  it works.</p>
<p>This is so simple howto for &#8220;quickstart&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ICFP &#8217;09 by Felip</title>
		<link>http://subvert-the-dominant-paradigm.net/blog/?p=46&#038;cpage=1#comment-35575</link>
		<dc:creator>Felip</dc:creator>
		<pubDate>Tue, 16 Mar 2010 13:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://subvert-the-dominant-paradigm.net/blog/?p=46#comment-35575</guid>
		<description>Hi! 

I&#039;m cgn&#039;s author. I don&#039;t know how I ended here, but now that I read this, I thought cgn 008b didn&#039;t read from files anymore. I&#039;m sorry about this, I planed it to plot little plots for the lab at the faculty, not for big sets of data. A link to version 008b can be found at cliki.net/cgn. Unfortunately, I haven&#039;t updated it for quite a long time. I&#039;m planning to rewrite it from 0.

Cheers,

Felip.</description>
		<content:encoded><![CDATA[<p>Hi! </p>
<p>I&#8217;m cgn&#8217;s author. I don&#8217;t know how I ended here, but now that I read this, I thought cgn 008b didn&#8217;t read from files anymore. I&#8217;m sorry about this, I planed it to plot little plots for the lab at the faculty, not for big sets of data. A link to version 008b can be found at cliki.net/cgn. Unfortunately, I haven&#8217;t updated it for quite a long time. I&#8217;m planning to rewrite it from 0.</p>
<p>Cheers,</p>
<p>Felip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prolog in Church by Slobodan Blazeski</title>
		<link>http://subvert-the-dominant-paradigm.net/blog/?p=59&#038;cpage=1#comment-35163</link>
		<dc:creator>Slobodan Blazeski</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://subvert-the-dominant-paradigm.net/blog/?p=59#comment-35163</guid>
		<description>You could add wrapper around the prolog queries. For example a simple macro like :
(defact father &#039;Jon &#039;Tim)
(defact father &#039;Jon &#039;Sara)
(defact father &#039;Ron &#039;Jon)
(defrule father (son-name father-name) .. 
that creates function that will search through the facts in the prolog database. 
(father &#039;Jon _) =&gt; Tim
(father _ &#039;Tim) =&gt; Jon
Since prolog is relational you need to make some convention about mutiple results  returned.
You can return list: 
(father &#039;Jon _) =&gt; (Tim Sara) 
or stream or a table  like the database project I started working on which I will hope to continue to work on after we ship this May.</description>
		<content:encoded><![CDATA[<p>You could add wrapper around the prolog queries. For example a simple macro like :<br />
(defact father &#8216;Jon &#8216;Tim)<br />
(defact father &#8216;Jon &#8216;Sara)<br />
(defact father &#8216;Ron &#8216;Jon)<br />
(defrule father (son-name father-name) ..<br />
that creates function that will search through the facts in the prolog database.<br />
(father &#8216;Jon _) =&gt; Tim<br />
(father _ &#8216;Tim) =&gt; Jon<br />
Since prolog is relational you need to make some convention about mutiple results  returned.<br />
You can return list:<br />
(father &#8216;Jon _) =&gt; (Tim Sara)<br />
or stream or a table  like the database project I started working on which I will hope to continue to work on after we ship this May.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prolog in Church by jewel</title>
		<link>http://subvert-the-dominant-paradigm.net/blog/?p=59&#038;cpage=1#comment-35096</link>
		<dc:creator>jewel</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://subvert-the-dominant-paradigm.net/blog/?p=59#comment-35096</guid>
		<description>Do you have any examples of this kind of integration that you admire?</description>
		<content:encoded><![CDATA[<p>Do you have any examples of this kind of integration that you admire?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prolog in Church by Slobodan Blazeski</title>
		<link>http://subvert-the-dominant-paradigm.net/blog/?p=59&#038;cpage=1#comment-35085</link>
		<dc:creator>Slobodan Blazeski</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://subvert-the-dominant-paradigm.net/blog/?p=59#comment-35085</guid>
		<description>Prolog is an interesting language but I prefer taking its building blocks backtracking and unification and  integrating them into the host language instead of building interpreter.</description>
		<content:encoded><![CDATA[<p>Prolog is an interesting language but I prefer taking its building blocks backtracking and unification and  integrating them into the host language instead of building interpreter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jonesforth64 by Tony Garnock-Jones</title>
		<link>http://subvert-the-dominant-paradigm.net/blog/?p=54&#038;cpage=1#comment-31044</link>
		<dc:creator>Tony Garnock-Jones</dc:creator>
		<pubDate>Mon, 27 Jul 2009 16:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://subvert-the-dominant-paradigm.net/blog/?p=54#comment-31044</guid>
		<description>*Very* cool indeed.</description>
		<content:encoded><![CDATA[<p>*Very* cool indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hullabaloo in the Guava Orchard by bouie</title>
		<link>http://subvert-the-dominant-paradigm.net/blog/?p=49&#038;cpage=1#comment-30570</link>
		<dc:creator>bouie</dc:creator>
		<pubDate>Sun, 05 Jul 2009 12:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://subvert-the-dominant-paradigm.net/blog/?p=49#comment-30570</guid>
		<description>pass on the hardcopy...</description>
		<content:encoded><![CDATA[<p>pass on the hardcopy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Farmer, Fox, Chicken and Grain problem (in lisp) by ikawe</title>
		<link>http://subvert-the-dominant-paradigm.net/blog/?p=21&#038;cpage=1#comment-26362</link>
		<dc:creator>ikawe</dc:creator>
		<pubDate>Fri, 16 Jan 2009 21:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://subvert-the-dominant-paradigm.net/blog/?p=21#comment-26362</guid>
		<description>I didn&#039;t know this problem, but I enjoyed it.

for reference:
http://en.wikipedia.org/wiki/Wikipedia:Reference_desk/Archives/Mathematics/2008_March_22#Chicken.2C_fox.2C_and_grain_problem</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know this problem, but I enjoyed it.</p>
<p>for reference:<br />
<a href="http://en.wikipedia.org/wiki/Wikipedia:Reference_desk/Archives/Mathematics/2008_March_22#Chicken.2C_fox.2C_and_grain_problem">http://en.wikipedia.org/wiki/Wikipedia:Reference_desk/Archives/Mathematics/2008_March_22#Chicken.2C_fox.2C_and_grain_problem</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Improving dispatch performance in Church by Subvert the dominant paradigm &#187; Blog Archive &#187; Further performance improvements</title>
		<link>http://subvert-the-dominant-paradigm.net/blog/?p=33&#038;cpage=1#comment-23285</link>
		<dc:creator>Subvert the dominant paradigm &#187; Blog Archive &#187; Further performance improvements</dc:creator>
		<pubDate>Tue, 18 Nov 2008 10:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://subvert-the-dominant-paradigm.net/blog/?p=33#comment-23285</guid>
		<description>[...] my last post on performance improvements I have achieved more [...]</description>
		<content:encoded><![CDATA[<p>[...] my last post on performance improvements I have achieved more [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

