<?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>Higher-Order &#187; Extjs</title>
	<atom:link href="http://blog.higher-order.net/category/extjs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.higher-order.net</link>
	<description>topics: functional programming, concurrency, web-development, REST, dynamic languages</description>
	<lastBuildDate>Mon, 19 Jul 2010 06:45:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fibers: an exercise</title>
		<link>http://blog.higher-order.net/2008/08/15/fibers-an-exercise/</link>
		<comments>http://blog.higher-order.net/2008/08/15/fibers-an-exercise/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 09:26:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Extjs]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.higher-order.net/?p=74</guid>
		<description><![CDATA[I was involved with arranging and hosting the RubyFools 2008 conference (it was a great conference btw). One of my jobs was to come up with a bunch of Ruby exercises for our Ruby cave. I decided to go with exercises on the new Ruby 1.9 Fiber class since it is new and because I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I was involved with arranging and hosting the <a href="http://jaoo.dk/ruby-cph-2008/conference/">RubyFools 2008 conference</a> (it was a great conference btw). One of my jobs was to come up with a bunch of Ruby exercises for our <a href="http://jaoo.dk/ruby-cph-2008/events/">Ruby cave</a>. I decided to go with exercises on the new Ruby 1.9 Fiber class since it is new and because I&#8217;m interested in concurrency.</p>
<p>One of the exercises was a tricky exercise which, as far as I know, nobody solved. Now whether that was because no one tried or cared, or because it was too tricky, I don&#8217;t know. In either case, I think it is a pretty neat exercise. Here it is.</p>
<p><strong>Exercise.</strong> Using only the Fiber class from Ruby 1.9, write a class FiberStack which is an implementation of the Stack data structure. You can&#8217;t use any heap memory (except for Fiber), so using arrays or linked objects is out of the question.</p>
<p><strong>Please don&#8217;t paste code into comments. Instead post solutions as a comment <a href="http://blog.higher-order.net/2008/08/15/fibers-a-solution/">here</a>. Then post a comment here linking to that solution. In this way we won&#8217;t spoil the fun for those wanting to solve it on their own.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.higher-order.net/2008/08/15/fibers-an-exercise/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML-free Web-applications with ExtJS [Designing client/server web-apps, Part I, Section III]</title>
		<link>http://blog.higher-order.net/2008/04/19/html-free-web-applications-with-extjs-designing-clientserver-web-apps-part-i-section-iii/</link>
		<comments>http://blog.higher-order.net/2008/04/19/html-free-web-applications-with-extjs-designing-clientserver-web-apps-part-i-section-iii/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 19:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Extjs]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[model view controller]]></category>

		<guid isPermaLink="false">http://blog.higher-order.net/2008/04/19/html-free-web-applications-with-extjs-designing-clientserver-web-apps-part-i-section-iii/</guid>
		<description><![CDATA[HTML-free Web-applications with ExtJS]]></description>
			<content:encoded><![CDATA[<p><a href="http://higher-order.blogspot.com/2008/03/html-free-web-applications-with-extjs.html">HTML-free Web-applications with ExtJS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.higher-order.net/2008/04/19/html-free-web-applications-with-extjs-designing-clientserver-web-apps-part-i-section-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client/Server Web-apps &#8212; the model (Part I, Section II)</title>
		<link>http://blog.higher-order.net/2008/03/08/clientserver-web-apps-the-model-part-i-section-ii/</link>
		<comments>http://blog.higher-order.net/2008/03/08/clientserver-web-apps-the-model-part-i-section-ii/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 19:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Extjs]]></category>
		<category><![CDATA[HTML free web-applications]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[model view controller]]></category>

		<guid isPermaLink="false">http://blog.higher-order.net/2008/03/08/clientserver-web-apps-the-model-part-i-section-ii/</guid>
		<description><![CDATA[Client/Server Web-apps &#8212; the model]]></description>
			<content:encoded><![CDATA[<p><a href="http://higher-order.blogspot.com/2008/03/clientserver-web-apps-model-part-i.html">Client/Server Web-apps &#8212; the model</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.higher-order.net/2008/03/08/clientserver-web-apps-the-model-part-i-section-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
