<?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>Chaotic Java &#187; Yielder</title>
	<atom:link href="http://chaoticjava.com/posts/category/code/java-language/frameworks/yielder/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaoticjava.com</link>
	<description>The internet, design patterns, frameworks and Java</description>
	<lastBuildDate>Mon, 14 Nov 2011 03:49:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Revival of the Yielder project?</title>
		<link>http://chaoticjava.com/posts/revival-of-the-yielder-project/</link>
		<comments>http://chaoticjava.com/posts/revival-of-the-yielder-project/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 21:17:00 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Framework Development]]></category>
		<category><![CDATA[Yielder]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/?p=314</guid>
		<description><![CDATA[After not touching the yielder project for a long time, I decided to go back and make the change I knew I needed but feared of doing and fix the yielder project.
]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/revival-of-the-yielder-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use case for Yielder</title>
		<link>http://chaoticjava.com/posts/use-case-for-yielder/</link>
		<comments>http://chaoticjava.com/posts/use-case-for-yielder/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 05:30:37 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Not Code]]></category>
		<category><![CDATA[Yielder]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/use-case-for-yielder/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/use-case-for-yielder/";</script>A week ago, Michael Barker wrote a use case for yielder, where he uses the yielding ability to implement &#8220;Mini-Axon&#8221;, the Kamaelia learning experience usually done in Python, where generators are a built-in feature of the language. I thought it was good to mention it here, to show how yielder can be used for more [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/use-case-for-yielder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug fixed, carry on yielding!</title>
		<link>http://chaoticjava.com/posts/bug-fixed-carry-on-yielding/</link>
		<comments>http://chaoticjava.com/posts/bug-fixed-carry-on-yielding/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 13:36:35 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Yielder]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/bug-fixed-carry-on-yielding/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/bug-fixed-carry-on-yielding/";</script>The latest yielder bug has been fixed, and now compilations without debugging information won&#8217;t break. The differences from the original implementation post relate to the local variable promotion only. The changes are as follows: Added members: The members being added to the Yielder implementation class are no longer according to the original local variables, but [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/bug-fixed-carry-on-yielding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On local variables&#8217; scopes and other problems</title>
		<link>http://chaoticjava.com/posts/on-local-variables-scopes-and-other-problems/</link>
		<comments>http://chaoticjava.com/posts/on-local-variables-scopes-and-other-problems/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 11:25:25 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Yielder]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/on-local-variables-scopes-and-other-problems/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/on-local-variables-scopes-and-other-problems/";</script>One of the latest discovered bugs in Yielder, originally thought to be linked to Eclipse, is apparently related to the debugging information usually supplied by compilers. The lack of debugging information made promoting local variables to class members impossible with the current way the yielder works, and new approaches are much more complex. I&#8217;ll try [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/on-local-variables-scopes-and-other-problems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yielder: Eclipse bug revealed, newsgroup created</title>
		<link>http://chaoticjava.com/posts/yielder-eclipse-bug-revealed-newsgroup-created/</link>
		<comments>http://chaoticjava.com/posts/yielder-eclipse-bug-revealed-newsgroup-created/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 04:06:05 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Yielder]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/yielder-eclipse-bug-revealed-newsgroup-created/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/yielder-eclipse-bug-revealed-newsgroup-created/";</script>For some people the Yielder test cases didn&#8217;t pass properly. Readers Hanson Char and Michael Barker found a bug, which is either caused by the different OS used or the different compiler used (Windows vs. Linux/Mac, or Eclipse vs. Sun/Apple compiler). At the moment I&#8217;m relying on the aforementioned people to help with the bug, [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/yielder-eclipse-bug-revealed-newsgroup-created/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Feedback regarding Java &#8216;yield&#8217;</title>
		<link>http://chaoticjava.com/posts/feedback-regarding-java-yield/</link>
		<comments>http://chaoticjava.com/posts/feedback-regarding-java-yield/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 05:26:48 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Not Code]]></category>
		<category><![CDATA[Yielder]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/feedback-regarding-java-yield/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/feedback-regarding-java-yield/";</script>It&#8217;s definitely been an exciting couple of weeks. Ever since I published the code for the yield-like feature (project site here) there has been a few mentions of it over other blogs (Tech Sweep, Neal Gafter&#8217;s blog, Lambda the Ultimate and even a reminder of when not to use such a framework from WarpedJavaGuy). In [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/feedback-regarding-java-yield/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Yielder and Collections libraries&#8217; documentation are up</title>
		<link>http://chaoticjava.com/posts/yielder-and-collections-libraries-documentation-are-up/</link>
		<comments>http://chaoticjava.com/posts/yielder-and-collections-libraries-documentation-are-up/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 20:17:54 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Yielder]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/yielder-and-collections-libraries-documentation-are-up/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/yielder-and-collections-libraries-documentation-are-up/";</script>I&#8217;ve uploaded the JavaDoc output of both the Yielder and Collections libraries&#8217; to the site. You can read them here. Hopefully, the list of classes and ideas which are implemented using this library will shed some light on what can be done and is already done with the yielding feature.]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/yielder-and-collections-libraries-documentation-are-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yielder project site updated</title>
		<link>http://chaoticjava.com/posts/yielder-project-site-updated/</link>
		<comments>http://chaoticjava.com/posts/yielder-project-site-updated/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 19:12:47 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Yielder]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/yielder-project-site-updated/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/yielder-project-site-updated/";</script>I&#8217;ve added the much-needed introduction page and a very helpful examples page to the project&#8217;s site. Let me know if it helps understanding this library.. !]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/yielder-project-site-updated/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

