<?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"
	>
<channel>
	<title>Comments on: I love HAML</title>
	<atom:link href="http://www.webdevbros.net/2008/04/26/i-love-haml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevbros.net/2008/04/26/i-love-haml/</link>
	<description>hot talk about web scripting</description>
	<pubDate>Sat, 22 Nov 2008 04:59:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2008/04/26/i-love-haml/#comment-7861</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Sat, 26 Apr 2008 10:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/?p=175#comment-7861</guid>
		<description>why arent you writing your webapps with a true c++ webframework like “Wt”: http://www.webtoolkit.eu/wt/ ;)

:)))) i dont really care .. i was just wondering. i prefer nice &#038; readable code over performance ...</description>
		<content:encoded><![CDATA[<p>why arent you writing your webapps with a true c++ webframework like “Wt”: <a href="http://www.webtoolkit.eu/wt/" rel="nofollow">http://www.webtoolkit.eu/wt/</a> ;)</p>
<p>:)))) i dont really care .. i was just wondering. i prefer nice &#038; readable code over performance &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Weizenbaum</title>
		<link>http://www.webdevbros.net/2008/04/26/i-love-haml/#comment-7860</link>
		<dc:creator>Nathan Weizenbaum</dc:creator>
		<pubDate>Sat, 26 Apr 2008 09:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/?p=175#comment-7860</guid>
		<description>fab: The recommended way of dealing with long Ruby statements in a Haml template is to move the statement into a helper method. This tends to make your views much clearer and can help facilitate abstraction.

Michal: Haml's roughly on par with ERB as of the most recent release. The parsing is constant time; the file is parsed once and compiled to a Ruby method, which is run with each successive rendering.

Also, it's mightily confusing to have the most recent comments on the top.</description>
		<content:encoded><![CDATA[<p>fab: The recommended way of dealing with long Ruby statements in a Haml template is to move the statement into a helper method. This tends to make your views much clearer and can help facilitate abstraction.</p>
<p>Michal: Haml&#8217;s roughly on par with ERB as of the most recent release. The parsing is constant time; the file is parsed once and compiled to a Ruby method, which is run with each successive rendering.</p>
<p>Also, it&#8217;s mightily confusing to have the most recent comments on the top.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fab</title>
		<link>http://www.webdevbros.net/2008/04/26/i-love-haml/#comment-7859</link>
		<dc:creator>fab</dc:creator>
		<pubDate>Sat, 26 Apr 2008 09:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/?p=175#comment-7859</guid>
		<description>afaik it has the same overhead as every erb template has. it's not a real difference i guess. and after all speed in view templates doesn't matter that much i think. the db is the major bottleneck in webapps nowadays. but i do enjoy the lesser code i have to write. and if you are for real performance: why arent you writing your webapps with a true c++ webframework like "Wt": http://www.webtoolkit.eu/wt/ ;)</description>
		<content:encoded><![CDATA[<p>afaik it has the same overhead as every erb template has. it&#8217;s not a real difference i guess. and after all speed in view templates doesn&#8217;t matter that much i think. the db is the major bottleneck in webapps nowadays. but i do enjoy the lesser code i have to write. and if you are for real performance: why arent you writing your webapps with a true c++ webframework like &#8220;Wt&#8221;: <a href="http://www.webtoolkit.eu/wt/" rel="nofollow">http://www.webtoolkit.eu/wt/</a> ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2008/04/26/i-love-haml/#comment-7858</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Sat, 26 Apr 2008 09:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/?p=175#comment-7858</guid>
		<description>sound very good .. but what about the speed? i am wondering if the extra parsing lacks a bit?</description>
		<content:encoded><![CDATA[<p>sound very good .. but what about the speed? i am wondering if the extra parsing lacks a bit?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
