<?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: Learning to code with a speech impediment: Or, What&#8217;s all the buzz about Lisp?</title>
	<atom:link href="http://virtualinfinity.net/wordpress/lisp/2007/10/08/learning-lisp-part-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://virtualinfinity.net/wordpress/lisp/2007/10/08/learning-lisp-part-one/</link>
	<description>Daniel Pitts' Tech Blog</description>
	<pubDate>Sat, 22 Nov 2008 06:28:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Daniel</title>
		<link>http://virtualinfinity.net/wordpress/lisp/2007/10/08/learning-lisp-part-one/#comment-3</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 21 Oct 2007 04:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://virtualinfinity.net/wordpress/lisp/2007/10/08/learning-lisp-part-one/#comment-3</guid>
		<description>Actually, I was thinking about an interesting syntax for HTML and Lisp
&lt;pre&gt;
(html 
  (head (title "The title of the page"))
  (body
    (h1 "My page headline")
    (p "some paragraph)))
&lt;/pre&gt;
etc...
Having html/head/body/h1/p/etc.. all be functions that output the appropriate HTML.  You could also create constructs that provide the same functionality as the JSTL (loops and conditionals the most useful). Just an idea I'm playing with.</description>
		<content:encoded><![CDATA[<p>Actually, I was thinking about an interesting syntax for HTML and Lisp</p>
<pre>
(html
  (head (title "The title of the page"))
  (body
    (h1 "My page headline")
    (p "some paragraph)))
</pre>
<p>etc&#8230;<br />
Having html/head/body/h1/p/etc.. all be functions that output the appropriate HTML.  You could also create constructs that provide the same functionality as the JSTL (loops and conditionals the most useful). Just an idea I&#8217;m playing with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reuben</title>
		<link>http://virtualinfinity.net/wordpress/lisp/2007/10/08/learning-lisp-part-one/#comment-2</link>
		<dc:creator>Reuben</dc:creator>
		<pubDate>Thu, 11 Oct 2007 14:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://virtualinfinity.net/wordpress/lisp/2007/10/08/learning-lisp-part-one/#comment-2</guid>
		<description>It's more academic, but it's more of a mindfuck too: try Prolog. 

I remember liking Lisp in college, and have read that it's continued to advance to the point that you can do webby things with it. Let me know if you start to build full featured webapps, and how well it works.</description>
		<content:encoded><![CDATA[<p>It&#8217;s more academic, but it&#8217;s more of a mindfuck too: try Prolog. </p>
<p>I remember liking Lisp in college, and have read that it&#8217;s continued to advance to the point that you can do webby things with it. Let me know if you start to build full featured webapps, and how well it works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
