<?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: Introduction To Wheeler, Part 3: Transitions and Mutual Dispatch</title>
	<atom:link href="http://www.youell.com/matt/writing/?feed=rss2&#038;p=665" rel="self" type="application/rss+xml" />
	<link>http://www.youell.com/matt/writing/?p=665</link>
	<description>simplify</description>
	<lastBuildDate>Wed, 31 Oct 2018 04:08:37 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: while coding &#187; Blog Archive &#187; Introduction To Wheeler, Part 2: Values &#38; Types</title>
		<link>http://www.youell.com/matt/writing/?p=665&#038;cpage=1#comment-420</link>
		<dc:creator>while coding &#187; Blog Archive &#187; Introduction To Wheeler, Part 2: Values &#38; Types</dc:creator>
		<pubDate>Sun, 25 Mar 2012 19:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.youell.com/matt/writing/?p=665#comment-420</guid>
		<description>[...] Next time we&#8217;ll look at Transitions which allow computation in Wheeler. Then we&#8217;ll exercise our type and value scheme. [...]</description>
		<content:encoded><![CDATA[<p>[...] Next time we&#8217;ll look at Transitions which allow computation in Wheeler. Then we&#8217;ll exercise our type and value scheme. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.youell.com/matt/writing/?p=665&#038;cpage=1#comment-407</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 08 Aug 2011 16:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.youell.com/matt/writing/?p=665#comment-407</guid>
		<description>Thanks @Andreas!</description>
		<content:encoded><![CDATA[<p>Thanks @Andreas!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.youell.com/matt/writing/?p=665&#038;cpage=1#comment-406</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 08 Aug 2011 08:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.youell.com/matt/writing/?p=665#comment-406</guid>
		<description>Hi Matt,

I just wanted to say THANKS for such an interesting mingle-mangle of odd but nonetheless fascinating ideas! Please keep on going, new programming worlds want to be explored!


Best regards,
Andreas</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>I just wanted to say THANKS for such an interesting mingle-mangle of odd but nonetheless fascinating ideas! Please keep on going, new programming worlds want to be explored!</p>
<p>Best regards,<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.youell.com/matt/writing/?p=665&#038;cpage=1#comment-398</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 05 May 2011 13:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.youell.com/matt/writing/?p=665#comment-398</guid>
		<description>@Jason, sounds like you get it. And it&#039;s perfectly fair to think of everything as sets. Yes, to EOL (not fancy, I know). 

For your code sample, the current public release would print &quot;hello world&quot; (I was trying to make it friendly) and the current unreleased version would print &quot;helloworld&quot; (trying to be accurate). An interaction like that with multiple strings means that each string is essentially packed into an argument list in the order it was read. Which is why &quot;hello&quot; comes first.</description>
		<content:encoded><![CDATA[<p>@Jason, sounds like you get it. And it&#8217;s perfectly fair to think of everything as sets. Yes, to EOL (not fancy, I know). </p>
<p>For your code sample, the current public release would print &#8220;hello world&#8221; (I was trying to make it friendly) and the current unreleased version would print &#8220;helloworld&#8221; (trying to be accurate). An interaction like that with multiple strings means that each string is essentially packed into an argument list in the order it was read. Which is why &#8220;hello&#8221; comes first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason E Bailey</title>
		<link>http://www.youell.com/matt/writing/?p=665&#038;cpage=1#comment-397</link>
		<dc:creator>Jason E Bailey</dc:creator>
		<pubDate>Thu, 05 May 2011 11:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.youell.com/matt/writing/?p=665#comment-397</guid>
		<description>Well you wouldn&#039;t necessarily need to call it a variable, in the context of your language you could call it a category of var that has a transition that accepts two values, an identifier and a relation (as an example) and the action of the called transition would be create a new category which has an explicit member of the identifier.

Really, I know you used venn diagrams earlier, I find myself slipping and thinking of everything as sets.

I take it your EOL terminated?

How does something like this work:
&quot;hello&quot; print &quot;world&quot;

would it be
hello
world
or 
world
hello
or
hello world

?</description>
		<content:encoded><![CDATA[<p>Well you wouldn&#8217;t necessarily need to call it a variable, in the context of your language you could call it a category of var that has a transition that accepts two values, an identifier and a relation (as an example) and the action of the called transition would be create a new category which has an explicit member of the identifier.</p>
<p>Really, I know you used venn diagrams earlier, I find myself slipping and thinking of everything as sets.</p>
<p>I take it your EOL terminated?</p>
<p>How does something like this work:<br />
&#8220;hello&#8221; print &#8220;world&#8221;</p>
<p>would it be<br />
hello<br />
world<br />
or<br />
world<br />
hello<br />
or<br />
hello world</p>
<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.youell.com/matt/writing/?p=665&#038;cpage=1#comment-396</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 05 May 2011 04:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.youell.com/matt/writing/?p=665#comment-396</guid>
		<description>Hi @Jason! Great questions. I am hoping to blog a bit more on this before OSCON and I should have a new release of Wheeler out sometime in the summer. But you have questions now, so I&#039;ll try to give you the short answers: 

Yes, you can impose order. Wheeler evaluates expressions as it sees them. Typically you&#039;ll define a transition with an expression, then later another expression will trigger that transition. To reprint the hello world message, you just feed Wheeler that expression (print &quot;Hello, world!&quot;) again. The transition for printing is entirely repeatable. Other transitions may behave differently.

Passing around an association (I call them relations) is something I&#039;ve gone back and forth about. I worked very hard to keep explicit variables out of the language, so having some kind of mechanism to capture a value by name feels dirty. But I&#039;m considering it. For now you have to very explicitly state what you want, every time you want it.</description>
		<content:encoded><![CDATA[<p>Hi @Jason! Great questions. I am hoping to blog a bit more on this before OSCON and I should have a new release of Wheeler out sometime in the summer. But you have questions now, so I&#8217;ll try to give you the short answers: </p>
<p>Yes, you can impose order. Wheeler evaluates expressions as it sees them. Typically you&#8217;ll define a transition with an expression, then later another expression will trigger that transition. To reprint the hello world message, you just feed Wheeler that expression (print &#8220;Hello, world!&#8221;) again. The transition for printing is entirely repeatable. Other transitions may behave differently.</p>
<p>Passing around an association (I call them relations) is something I&#8217;ve gone back and forth about. I worked very hard to keep explicit variables out of the language, so having some kind of mechanism to capture a value by name feels dirty. But I&#8217;m considering it. For now you have to very explicitly state what you want, every time you want it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason E Bailey</title>
		<link>http://www.youell.com/matt/writing/?p=665&#038;cpage=1#comment-395</link>
		<dc:creator>Jason E Bailey</dc:creator>
		<pubDate>Thu, 05 May 2011 02:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.youell.com/matt/writing/?p=665#comment-395</guid>
		<description>Ran across your site, since I saw that you are doing a presentation at emerging languages. So the concept is interesting, that you are building these triggers on the association of specific categories.

But what then? Can I impose some sort of order on this? once I&#039;ve created this association can I pass it around? Can I reprint the hello world message?

Just full of questions about this :)</description>
		<content:encoded><![CDATA[<p>Ran across your site, since I saw that you are doing a presentation at emerging languages. So the concept is interesting, that you are building these triggers on the association of specific categories.</p>
<p>But what then? Can I impose some sort of order on this? once I&#8217;ve created this association can I pass it around? Can I reprint the hello world message?</p>
<p>Just full of questions about this <img src='http://www.youell.com/matt/writing/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
