summaryrefslogtreecommitdiff
path: root/devdocs/elisp/evaluation.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/evaluation.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/evaluation.html')
-rw-r--r--devdocs/elisp/evaluation.html36
1 files changed, 0 insertions, 36 deletions
diff --git a/devdocs/elisp/evaluation.html b/devdocs/elisp/evaluation.html
deleted file mode 100644
index 9843fccc..00000000
--- a/devdocs/elisp/evaluation.html
+++ /dev/null
@@ -1,36 +0,0 @@
- <h2 class="chapter">Evaluation</h2> <p>The <em>evaluation</em> of expressions in Emacs Lisp is performed by the <em>Lisp interpreter</em>—a program that receives a Lisp object as input and computes its <em>value as an expression</em>. How it does this depends on the data type of the object, according to rules described in this chapter. The interpreter runs automatically to evaluate portions of your program, but can also be called explicitly via the Lisp primitive function <code>eval</code>. </p> <table class="menu" border="0" cellspacing="0"> <tr>
-<td align="left" valign="top">• <a href="intro-eval" accesskey="1">Intro Eval</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Evaluation in the scheme of things. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="forms" accesskey="2">Forms</a>
-</td>
-<td> </td>
-<td align="left" valign="top">How various sorts of objects are evaluated. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="quoting" accesskey="3">Quoting</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Avoiding evaluation (to put constants in the program). </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="backquote" accesskey="4">Backquote</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Easier construction of list structure. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="eval" accesskey="5">Eval</a>
-</td>
-<td> </td>
-<td align="left" valign="top">How to invoke the Lisp interpreter explicitly. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="deferred-eval" accesskey="6">Deferred Eval</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Deferred and lazy evaluation of forms. </td>
-</tr> </table><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
- <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Evaluation.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Evaluation.html</a>
- </p>
-</div>