<?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: ErlTL 0.9.1</title>
	<atom:link href="http://yarivsblog.com/articles/2006/10/21/erltl-0-9-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://yarivsblog.com/articles/2006/10/21/erltl-0-9-1/</link>
	<description>Adventures in Open Source Erlang</description>
	<pubDate>Fri, 16 May 2008 03:36:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Charles</title>
		<link>http://yarivsblog.com/articles/2006/10/21/erltl-0-9-1/#comment-422</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Fri, 27 Oct 2006 03:38:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-422</guid>
		<description>&lt;p&gt;Thank you for ErlTL, Yariv!
I used it with yaws and appmods. It&#8217;s much simpler than sheer ehtml (In fact they can be combined). It&#8217;s also so handy when used in a home-grown embedded mini-httpd server to deliver dynamic pages.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thank you for ErlTL, Yariv!<br />
I used it with yaws and appmods. It&#8217;s much simpler than sheer ehtml (In fact they can be combined). It&#8217;s also so handy when used in a home-grown embedded mini-httpd server to deliver dynamic pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://yarivsblog.com/articles/2006/10/21/erltl-0-9-1/#comment-421</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Tue, 24 Oct 2006 21:29:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-421</guid>
		<description>&lt;p&gt;Now I started to use ErlTL, and I really like it. Works fine with Aptana-Eclipse-HTML-Editor and yes, pattern matching is the best thing since slide breed !!!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Now I started to use ErlTL, and I really like it. Works fine with Aptana-Eclipse-HTML-Editor and yes, pattern matching is the best thing since slide breed !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikkom</title>
		<link>http://yarivsblog.com/articles/2006/10/21/erltl-0-9-1/#comment-419</link>
		<dc:creator>mikkom</dc:creator>
		<pubDate>Tue, 24 Oct 2006 09:58:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-419</guid>
		<description>&lt;p&gt;I might be a little bit biased because I have implemented my own web development environment (including a very, very simple template language) with erlang and many before that, even when cgi was a new thing and we did our web development with C.&lt;/p&gt;

&lt;p&gt;Anyways, I really recommend reading this document, it&#8217;s one of the best ever written about templates and I bet it will give you some great ideas:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.cs.usfca.edu/" rel="nofollow"&gt;http://www.cs.usfca.edu/&lt;/a&gt;~parrt/papers/mvc.templates.pdf&lt;/p&gt;

&lt;p&gt;It&#8217;s extremely important to understand the actual position of templates before you start implementing a language of your own because otherwise you will end up with something that will bind logic with presentation and (believe me, I have done this too many times) it&#8217;s really hard to separate afterwards.&lt;/p&gt;

&lt;p&gt;ps. I could not live without pattern matching anymore.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I might be a little bit biased because I have implemented my own web development environment (including a very, very simple template language) with erlang and many before that, even when cgi was a new thing and we did our web development with C.</p>
<p>Anyways, I really recommend reading this document, it&#8217;s one of the best ever written about templates and I bet it will give you some great ideas:</p>
<p><a href="http://www.cs.usfca.edu/" rel="nofollow">http://www.cs.usfca.edu/</a>~parrt/papers/mvc.templates.pdf</p>
<p>It&#8217;s extremely important to understand the actual position of templates before you start implementing a language of your own because otherwise you will end up with something that will bind logic with presentation and (believe me, I have done this too many times) it&#8217;s really hard to separate afterwards.</p>
<p>ps. I could not live without pattern matching anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yariv</title>
		<link>http://yarivsblog.com/articles/2006/10/21/erltl-0-9-1/#comment-418</link>
		<dc:creator>Yariv</dc:creator>
		<pubDate>Tue, 24 Oct 2006 09:24:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-418</guid>
		<description>&lt;p&gt;One more thing &#8211; Java and PHP don&#8217;t have pattern matching! :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>One more thing &#8211; Java and PHP don&#8217;t have pattern matching! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yariv</title>
		<link>http://yarivsblog.com/articles/2006/10/21/erltl-0-9-1/#comment-417</link>
		<dc:creator>Yariv</dc:creator>
		<pubDate>Tue, 24 Oct 2006 09:17:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-417</guid>
		<description>&lt;p&gt;Yes&#8230; I know about some of those template languages. But I needed something that was quick to implement, that was an improvement over .yaws files and ehtml, that had good performance, and that would interact well with other Erlang code. I might add more high-level syntax in the future but I needed this starting point.&lt;/p&gt;

&lt;p&gt;Btw, Rails quite successfully uses ERb, which is similar in concept to ErlTL.&lt;/p&gt;

&lt;p&gt;Thanks for the feedback!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Yes&#8230; I know about some of those template languages. But I needed something that was quick to implement, that was an improvement over .yaws files and ehtml, that had good performance, and that would interact well with other Erlang code. I might add more high-level syntax in the future but I needed this starting point.</p>
<p>Btw, Rails quite successfully uses ERb, which is similar in concept to ErlTL.</p>
<p>Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikkom</title>
		<link>http://yarivsblog.com/articles/2006/10/21/erltl-0-9-1/#comment-416</link>
		<dc:creator>mikkom</dc:creator>
		<pubDate>Tue, 24 Oct 2006 03:15:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-416</guid>
		<description>&lt;p&gt;Sorry to say my opinion but that template syntax is almost exactly what web developers have tried to get away from in another languages. (that&#8217;s why java has custom tags and jstl instead of plain jsp, that&#8217;s why there are templating frameworks even for php).&lt;/p&gt;

&lt;p&gt;I really suggest studying evolution in java web templating frameworks, you will find gold nuggets of information there.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Sorry to say my opinion but that template syntax is almost exactly what web developers have tried to get away from in another languages. (that&#8217;s why java has custom tags and jstl instead of plain jsp, that&#8217;s why there are templating frameworks even for php).</p>
<p>I really suggest studying evolution in java web templating frameworks, you will find gold nuggets of information there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
