<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.6944.0">
<TITLE>Self-referential functions</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Slightly OT, perhaps.  Reading the sources, I noticed a *lot* of things like<BR>
<BR>
(defmacro defmacro<BR>
<BR>
and<BR>
<BR>
(defun eq (a b)<BR>
   (eq a b))<BR>
<BR>
.  How exactly does that work?  It sort of boggles my mind, really.  Is there a general explanation on the web somewhere for this technique, or could someone explain how it works in Muerte?<BR>
<BR>
Chris Capel</FONT>
</P>

</BODY>
</HTML>