<?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: Text update and source</title>
	<atom:link href="http://yaxu.org/text-update-and-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://yaxu.org/text-update-and-source/</link>
	<description>Making music with text</description>
	<lastBuildDate>Thu, 04 Apr 2013 04:14:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Programming audio visually &#171; Computing Education Blog</title>
		<link>http://yaxu.org/text-update-and-source/comment-page-1/#comment-38944</link>
		<dc:creator>Programming audio visually &#171; Computing Education Blog</dc:creator>
		<pubDate>Tue, 08 Feb 2011 14:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://yaxu.org/?p=567#comment-38944</guid>
		<description><![CDATA[[...]   Alex McLean is building a really cool new programming environment, described in a movie demo at Text update and source « Alex McLean.  He&#8217;s building a programming environment for audio programming, like CMusic, CSound, or [...]]]></description>
		<content:encoded><![CDATA[<p>[...]   Alex McLean is building a really cool new programming environment, described in a movie demo at Text update and source « Alex McLean.  He&#8217;s building a programming environment for audio programming, like CMusic, CSound, or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://yaxu.org/text-update-and-source/comment-page-1/#comment-38672</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 06 Feb 2011 20:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://yaxu.org/?p=567#comment-38672</guid>
		<description><![CDATA[Hi Alan, an honour to see you here too!

Yes that&#039;s basically it, well specifically red for patterns (somewhat like lists), white for functions, yellow for OSC parameters and pink for OSC messages.

Yes there are different arities, e.g. &#039;every&#039; has an arity of three, a number, a function and a pattern.  The function is then applied to the pattern every nth repetition.

I think the visual repetition makes some sense in that due to the currying, functions in a sense only ever have one parameter, but are kind of twisted together into multi-parameter functions.  I&#039;m not sure about the snails either though, and am treating this as a prototype that will be rewritten at some point.  One idea I had was to use a cursive script and have the lines flowing out of the text somehow, although I doubt that would work well in practice...

Curried snails, is that fusion food? :)]]></description>
		<content:encoded><![CDATA[<p>Hi Alan, an honour to see you here too!</p>
<p>Yes that&#8217;s basically it, well specifically red for patterns (somewhat like lists), white for functions, yellow for OSC parameters and pink for OSC messages.</p>
<p>Yes there are different arities, e.g. &#8216;every&#8217; has an arity of three, a number, a function and a pattern.  The function is then applied to the pattern every nth repetition.</p>
<p>I think the visual repetition makes some sense in that due to the currying, functions in a sense only ever have one parameter, but are kind of twisted together into multi-parameter functions.  I&#8217;m not sure about the snails either though, and am treating this as a prototype that will be rewritten at some point.  One idea I had was to use a cursive script and have the lines flowing out of the text somehow, although I doubt that would work well in practice&#8230;</p>
<p>Curried snails, is that fusion food? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Blackwell</title>
		<link>http://yaxu.org/text-update-and-source/comment-page-1/#comment-37990</link>
		<dc:creator>Alan Blackwell</dc:creator>
		<pubDate>Mon, 31 Jan 2011 17:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://yaxu.org/?p=567#comment-37990</guid>
		<description><![CDATA[Hi Alex,

It&#039;s coming along nicely! So your coloured curly lines indicate the curried types? Red for string, green numbers and yellow functions? I wasn&#039;t sure whether your example included different arities - there are some double yellow lines, but at first I read those as being double lines, not as two lines next to each other. This might be something to do with the curl at the end, which means that you read a double line as a single snail, rather than two snails entangled with each other.

But I appreciate your achievement of a visual syntax within a consistently text-y aesthetic. If you literally had lines of curried snails marching across the screen, it would all be quite different!]]></description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>It&#8217;s coming along nicely! So your coloured curly lines indicate the curried types? Red for string, green numbers and yellow functions? I wasn&#8217;t sure whether your example included different arities &#8211; there are some double yellow lines, but at first I read those as being double lines, not as two lines next to each other. This might be something to do with the curl at the end, which means that you read a double line as a single snail, rather than two snails entangled with each other.</p>
<p>But I appreciate your achievement of a visual syntax within a consistently text-y aesthetic. If you literally had lines of curried snails marching across the screen, it would all be quite different!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://yaxu.org/text-update-and-source/comment-page-1/#comment-37985</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 31 Jan 2011 17:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://yaxu.org/?p=567#comment-37985</guid>
		<description><![CDATA[Hi Thomas, thanks for dropping by, it&#039;s an honour!

Actually no there isn&#039;t any of that kind of direct manipulation, location is only significant in terms of distance between neighbours...  The closest type-compatible neighbours connect.

I intend to build some kind of direct manipulation into the interface later, though.]]></description>
		<content:encoded><![CDATA[<p>Hi Thomas, thanks for dropping by, it&#8217;s an honour!</p>
<p>Actually no there isn&#8217;t any of that kind of direct manipulation, location is only significant in terms of distance between neighbours&#8230;  The closest type-compatible neighbours connect.</p>
<p>I intend to build some kind of direct manipulation into the interface later, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Green</title>
		<link>http://yaxu.org/text-update-and-source/comment-page-1/#comment-37984</link>
		<dc:creator>Thomas Green</dc:creator>
		<pubDate>Mon, 31 Jan 2011 17:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://yaxu.org/?p=567#comment-37984</guid>
		<description><![CDATA[So the sound depends on the location of a box in xy space, as well as the topology? That&#039;s going to make editing interesting. Sounds fun though.]]></description>
		<content:encoded><![CDATA[<p>So the sound depends on the location of a box in xy space, as well as the topology? That&#8217;s going to make editing interesting. Sounds fun though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
