100 lines
No EOL
2.6 KiB
HTML
100 lines
No EOL
2.6 KiB
HTML
<!DOCTYPE HTML>
|
|
<HTML LANG="en-us"
|
|
><HEAD
|
|
><TITLE
|
|
>3. Evaluation and Compilation | Common Lisp Nova Spec</TITLE
|
|
><META CHARSET="US-ASCII"
|
|
><LINK REL="canonical" HREF="3_Evaluation_and_Compilation.html"
|
|
><LINK REL="next" HREF="3_1_Evaluation.html" TYPE="text/html" TITLE="3.1 Evaluation"
|
|
><LINK REL="prev" HREF="2_4_Standard_Macro_Characters.html" TYPE="text/html" TITLE="2.4 Standard Macro Characters"
|
|
><LINK REL="start" HREF="index.html" TYPE="text/html" TITLE="Common Lisp Nova Spec"
|
|
><META NAME="VIEWPORT" CONTENT="width=device-width, initial-scale=1.0"
|
|
><LINK REL="STYLESHEET" HREF="dpans.css%3F3909942064.css"
|
|
><SCRIPT SRC="dpans.js%3F3909942064"
|
|
></SCRIPT
|
|
><SCRIPT SRC="apropos.js%3F3909942064"
|
|
></SCRIPT
|
|
></HEAD
|
|
><BODY
|
|
><DIV
|
|
><DIV CLASS="topnav"
|
|
><DIV CLASS="breadcrumb"
|
|
><SPAN CLASS="breadcrumb-item"
|
|
><A HREF="index.html"
|
|
>Common Lisp Nova Spec</A
|
|
></SPAN
|
|
> <SPAN CLASS="breadcrumb-item"
|
|
>→ <A HREF="3_Evaluation_and_Compilation.html"
|
|
>3. Evaluation and Compilation</A
|
|
></SPAN
|
|
></DIV
|
|
><DIV CLASS="apropos"
|
|
><DIV CLASS="apropos-io"
|
|
><A HREF="2_4_Standard_Macro_Characters.html" CLASS="prev"
|
|
>←</A
|
|
><SPAN ID="apropos-label"
|
|
>Apropos </SPAN
|
|
><INPUT ID="apropos" AUTOFOCUS="AUTOFOCUS" PLACEHOLDER="Type here to search" ONINPUT="aproposInput(this);" ONKEYUP="aproposKeyup(event);" ONCHANGE="aproposChange(this);" ONFOCUS="aproposFocus(this);" ONFOCUSOUT="aproposFocusout(this);"
|
|
><A HREF="3_1_Evaluation.html" CLASS="next"
|
|
>→</A
|
|
></DIV
|
|
><DIV ID="apropos-res"
|
|
></DIV
|
|
></DIV
|
|
></DIV
|
|
><DIV CLASS="matter"
|
|
><SECTION
|
|
><H1 ID="sec_3" CLASS="HeadI"
|
|
>3. Evaluation and Compilation</H1
|
|
><UL CLASS="subtoc"
|
|
><LI
|
|
><A HREF="3_1_Evaluation.html"
|
|
>3.1 Evaluation</A
|
|
></LI
|
|
><LI
|
|
><A HREF="3_2_Compilation.html"
|
|
>3.2 Compilation</A
|
|
></LI
|
|
><LI
|
|
><A HREF="3_3_Declarations.html"
|
|
>3.3 Declarations</A
|
|
></LI
|
|
><LI
|
|
><A HREF="3_4_Lambda_Lists.html"
|
|
>3.4 Lambda Lists</A
|
|
></LI
|
|
><LI
|
|
><A HREF="3_5_Error_Checking_in_Function_Calls.html"
|
|
>3.5 Error Checking in Function Calls</A
|
|
></LI
|
|
><LI
|
|
><A HREF="3_6_Traversal_Rules_and_Side_Effects.html"
|
|
>3.6 Traversal Rules and Side Effects</A
|
|
></LI
|
|
><LI
|
|
><A HREF="3_7_Destructive_Operations.html"
|
|
>3.7 Destructive Operations</A
|
|
></LI
|
|
><LI
|
|
><A HREF="3_8_Evaluation_and_Compilation_Dictionary.html"
|
|
>3.8 Evaluation and Compilation Dictionary</A
|
|
></LI
|
|
></UL
|
|
></SECTION
|
|
></DIV
|
|
><DIV CLASS="footer"
|
|
><DIV CLASS="btmnav"
|
|
><A HREF="2_4_Standard_Macro_Characters.html" CLASS="prev"
|
|
>←</A
|
|
><A HREF="3_1_Evaluation.html" CLASS="next"
|
|
>→</A
|
|
></DIV
|
|
><DIV CLASS="trail"
|
|
>Conversion to HTML copyright 2023 by Gilbert Baumann</DIV
|
|
></DIV
|
|
></DIV
|
|
><SCRIPT
|
|
>domReady();</SCRIPT
|
|
></BODY
|
|
></HTML
|
|
> |