<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Caltrain.com written in EMACS Lisp?</title>
	<link>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html</link>
	<description>20 minutes into the future...</description>
	<pubDate>Fri, 29 Aug 2008 03:11:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: smiley</title>
		<link>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-49879</link>
		<dc:creator>smiley</dc:creator>
		<pubDate>Wed, 08 Aug 2007 04:42:49 +0000</pubDate>
		<guid>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-49879</guid>
		<description>&lt;p&gt;http://imgs.xkcd.com/comics/lisp_cycles.png&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://imgs.xkcd.com/comics/lisp_cycles.png" rel="nofollow">http://imgs.xkcd.com/comics/lisp_cycles.png</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Barts</title>
		<link>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-48200</link>
		<dc:creator>Chris Barts</dc:creator>
		<pubDate>Thu, 26 Jul 2007 13:06:35 +0000</pubDate>
		<guid>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-48200</guid>
		<description>&lt;p&gt;It's only evil if Emacs lives solely in the 'text editor' box in your mind. However, that's never been a good way to think about Emacs. Emacs has always been a computing environment (something more immersive than a shell, but less hardware-oriented than an operating system) where the organizing metaphor is 'editing a buffer'. That buffer can be a file, a directory, a sound file, or just about anything else. Of course, what Emacs really is is a Lisp compiler and bytecode interpreter (with a garbage-collection system to help things along). Thought about in that light, running a website on it is much more comprehensible.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s only evil if Emacs lives solely in the &#8216;text editor&#8217; box in your mind. However, that&#8217;s never been a good way to think about Emacs. Emacs has always been a computing environment (something more immersive than a shell, but less hardware-oriented than an operating system) where the organizing metaphor is &#8216;editing a buffer&#8217;. That buffer can be a file, a directory, a sound file, or just about anything else. Of course, what Emacs really is is a Lisp compiler and bytecode interpreter (with a garbage-collection system to help things along). Thought about in that light, running a website on it is much more comprehensible.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: moo</title>
		<link>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-47893</link>
		<dc:creator>moo</dc:creator>
		<pubDate>Tue, 24 Jul 2007 06:30:18 +0000</pubDate>
		<guid>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-47893</guid>
		<description>&lt;p&gt;that just looks like some inline sexps to muck about with html.&lt;/p&gt;

&lt;p&gt;not that there's any reason not to write webserver in elisp though: you could probably patch emacsclient to pass environ variables, and then use it for CGI dispatch. evil!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>that just looks like some inline sexps to muck about with html.</p>

<p>not that there&#8217;s any reason not to write webserver in elisp though: you could probably patch emacsclient to pass environ variables, and then use it for CGI dispatch. evil!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Diogo</title>
		<link>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-47857</link>
		<dc:creator>Diogo</dc:creator>
		<pubDate>Mon, 23 Jul 2007 22:58:16 +0000</pubDate>
		<guid>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-47857</guid>
		<description>&lt;p&gt;It isnt properly emacs lisp. It could be, but it could be simply and abstraction layer on top of Common Lisp. Both Emacs-Lisp and Common Lisp give you the tools to create a completely different language on top of itself.&lt;/p&gt;

&lt;p&gt;In this case, looking at rhe name of the functions, it sure looks like it, but then again, you can't be exactly sure unless you check up on it or ask someone.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It isnt properly emacs lisp. It could be, but it could be simply and abstraction layer on top of Common Lisp. Both Emacs-Lisp and Common Lisp give you the tools to create a completely different language on top of itself.</p>

<p>In this case, looking at rhe name of the functions, it sure looks like it, but then again, you can&#8217;t be exactly sure unless you check up on it or ask someone.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-47830</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Mon, 23 Jul 2007 19:18:36 +0000</pubDate>
		<guid>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-47830</guid>
		<description>&lt;p&gt;Two common lisp web frameworks I know of: Uncommon Web, and this new one the defmacro guy's working on: 
http://www.defmacro.org/ramblings/weblocks-demo.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Two common lisp web frameworks I know of: Uncommon Web, and this new one the defmacro guy&#8217;s working on: 
<a href="http://www.defmacro.org/ramblings/weblocks-demo.html" rel="nofollow">http://www.defmacro.org/ramblings/weblocks-demo.html</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-47822</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Mon, 23 Jul 2007 17:20:05 +0000</pubDate>
		<guid>http://www.xxeo.com/archives/2007/07/23/caltraincom-written-in-emacs-lisp.html#comment-47822</guid>
		<description>&lt;p&gt;Emacs can run anything else, so why not a web site :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Emacs can run anything else, so why not a web site <img src='http://www.xxeo.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>
