<?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: Why classic FRP does not fit interactive behavior</title>
	<atom:link href="http://conal.net/blog/posts/why-classic-frp-does-not-fit-interactive-behavior/feed" rel="self" type="application/rss+xml" />
	<link>http://conal.net/blog/posts/why-classic-frp-does-not-fit-interactive-behavior</link>
	<description>Inspirations &#38; experiments, mainly about denotative/functional programming in Haskell</description>
	<lastBuildDate>Sat, 26 Sep 2020 21:06:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.17</generator>
	<item>
		<title>By: Peter Verswyvelen</title>
		<link>http://conal.net/blog/posts/why-classic-frp-does-not-fit-interactive-behavior#comment-278</link>
		<dc:creator><![CDATA[Peter Verswyvelen]]></dc:creator>
		<pubDate>Wed, 31 Dec 2014 23:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=69#comment-278</guid>
		<description><![CDATA[&lt;p&gt;Maybe the key is to model FRP in 4D Minkowski space, using general relativity ;-)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Maybe the key is to model FRP in 4D Minkowski space, using general relativity <img src="http://conal.net/blog/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axiomatic basis for FRP &#171; Enough Blogging!</title>
		<link>http://conal.net/blog/posts/why-classic-frp-does-not-fit-interactive-behavior#comment-277</link>
		<dc:creator><![CDATA[Axiomatic basis for FRP &#171; Enough Blogging!]]></dc:creator>
		<pubDate>Wed, 09 Jun 2010 22:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=69#comment-277</guid>
		<description><![CDATA[&lt;p&gt;[...] T is an ordered, measurable set, usually denoting time. This is what Conal Elliott called an &#8220;interactive behavior&#8220;, and what is known in Yampa as a &#8220;signal function&#8221;. I use the term [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] T is an ordered, measurable set, usually denoting time. This is what Conal Elliott called an &#8220;interactive behavior&#8220;, and what is known in Yampa as a &#8220;signal function&#8221;. I use the term [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Garbage collecting the semantics of FRP</title>
		<link>http://conal.net/blog/posts/why-classic-frp-does-not-fit-interactive-behavior#comment-276</link>
		<dc:creator><![CDATA[Conal Elliott &#187; Blog Archive &#187; Garbage collecting the semantics of FRP]]></dc:creator>
		<pubDate>Mon, 04 Jan 2010 21:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=69#comment-276</guid>
		<description><![CDATA[&lt;p&gt;[...] (e.g., Haskell) functions between behaviors. Problems with this formulation are described in Why classic FRP does not fit interactive behavior. These same problems motivated &#8220;Arrowized FRP&#8221;. In Arrowized FRP, behaviors (renamed [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] (e.g., Haskell) functions between behaviors. Problems with this formulation are described in Why classic FRP does not fit interactive behavior. These same problems motivated &#8220;Arrowized FRP&#8221;. In Arrowized FRP, behaviors (renamed [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okie</title>
		<link>http://conal.net/blog/posts/why-classic-frp-does-not-fit-interactive-behavior#comment-275</link>
		<dc:creator><![CDATA[okie]]></dc:creator>
		<pubDate>Wed, 10 Dec 2008 16:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=69#comment-275</guid>
		<description><![CDATA[&lt;p&gt;This discussion of slightly different views of the behavior of systems involves trade offs between time, information, and certainty. It&#039;s interesting how transformations that modulate the trade offs can combine and to redistribute them. In terms of the information theoretic fundamental quantities, everything is always conserved, but particular applications can sure as hell see some amazing benefits. As far as convenient and efficient packaging without losing expressiveness or semantic accuracy go, I think there&#039;s spooky usefulness in wavelet analysis...but maybe it&#039;s just similar to how I think about things.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>This discussion of slightly different views of the behavior of systems involves trade offs between time, information, and certainty. It&#8217;s interesting how transformations that modulate the trade offs can combine and to redistribute them. In terms of the information theoretic fundamental quantities, everything is always conserved, but particular applications can sure as hell see some amazing benefits. As far as convenient and efficient packaging without losing expressiveness or semantic accuracy go, I think there&#8217;s spooky usefulness in wavelet analysis&#8230;but maybe it&#8217;s just similar to how I think about things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Functional interactive behavior</title>
		<link>http://conal.net/blog/posts/why-classic-frp-does-not-fit-interactive-behavior#comment-274</link>
		<dc:creator><![CDATA[Conal Elliott &#187; Blog Archive &#187; Functional interactive behavior]]></dc:creator>
		<pubDate>Wed, 10 Dec 2008 09:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=69#comment-274</guid>
		<description><![CDATA[&lt;p&gt;[...] a previous post, I presented a fundamental reason why classic FRP does not fit interactive behavior, which is that the semantic model captures only the influence of time and not other input. I also [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] a previous post, I presented a fundamental reason why classic FRP does not fit interactive behavior, which is that the semantic model captures only the influence of time and not other input. I also [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Palmer</title>
		<link>http://conal.net/blog/posts/why-classic-frp-does-not-fit-interactive-behavior#comment-273</link>
		<dc:creator><![CDATA[Luke Palmer]]></dc:creator>
		<pubDate>Wed, 10 Dec 2008 07:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=69#comment-273</guid>
		<description><![CDATA[&lt;p&gt;I love the exposition of the conjugate transformation of interactive behaviors.  I can&#039;t wait for the next installment!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I love the exposition of the conjugate transformation of interactive behaviors.  I can&#8217;t wait for the next installment!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
