1
0
Fork 0
cl-sites/novaspec.org/cl/t_compiled-function.html
2025-02-05 18:52:26 +01:00

215 lines
No EOL
4.8 KiB
HTML

<!DOCTYPE HTML>
<HTML LANG="en-us"
><HEAD
><TITLE
>compiled-function | Common Lisp Nova Spec</TITLE
><META CHARSET="US-ASCII"
><LINK REL="canonical" HREF="t_compiled-function.html"
><LINK REL="next" HREF="t_generic-function.html" TYPE="text/html" TITLE="generic-function"
><LINK REL="prev" HREF="t_function.html" TYPE="text/html" TITLE="function"
><LINK REL="up" HREF="4_4_Types_and_Classes_Dictionary.html" TYPE="text/html" TITLE="4.4 Types and Classes Dictionary"
><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"
>&#8594; <A HREF="4_Types_and_Classes.html"
>4. Types and Classes</A
></SPAN
> <SPAN CLASS="breadcrumb-item"
>&#8594; <A HREF="4_4_Types_and_Classes_Dictionary.html"
>4.4 Types and Classes Dictionary</A
></SPAN
> <SPAN CLASS="breadcrumb-item"
>&#8594; <A HREF="t_compiled-function.html"
>compiled-function</A
></SPAN
></DIV
><DIV CLASS="apropos"
><DIV CLASS="apropos-io"
><A HREF="t_function.html" CLASS="prev"
>&#8592;</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="t_generic-function.html" CLASS="next"
>&#8594;</A
></DIV
><DIV ID="apropos-res"
></DIV
></DIV
></DIV
><DIV CLASS="matter"
><DIV CLASS="com"
><DIV CLASS="begincom"
><HR
><TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0"
><TR
><TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="100%" CLASS="name"
><SPAN CLASS="idx" DATA-KIND="idxref" DATA-TERM="compiled-function"
></SPAN
><B
>compiled-function</B
></TD
><TD ALIGN="RIGHT" VALIGN="BASELINE" WIDTH="0" NOWRAP="NOWRAP" CLASS="ftype"
><I
>Type</I
></TD
></TR
></TABLE
><HR
></DIV
><UL CLASS="subtoc"
></UL
><DL
><DT
><B
>Supertypes</B
></DT
><DD
><P CLASS="j"
><A HREF="t_compiled-function.html" CLASS="typeref"
><B
>compiled-function</B
></A
>, <A HREF="t_function.html" CLASS="typeref"
><B
>function</B
></A
>, <A HREF="t_t.html" CLASS="typeref"
><B
>t</B
></A
></P
></DD
><DT
><B
>Description</B
></DT
><DD
><P CLASS="j"
>Any <A HREF="26_1_Glossary.html#function"
><EM CLASS="term"
>function</EM
></A
> may be considered by an <A HREF="26_1_Glossary.html#implementation"
><EM CLASS="term"
>implementation</EM
></A
> to be a a <A HREF="26_1_Glossary.html#compiled_function"
><EM CLASS="term"
>compiled function</EM
></A
> if it contains no references to <A HREF="26_1_Glossary.html#macro"
><EM CLASS="term"
>macros</EM
></A
> that must be expanded at run time, and it contains no unresolved references to <A HREF="26_1_Glossary.html#load_time_value"
><EM CLASS="term"
>load time values</EM
></A
>. See <A HREF="3_2_Compilation.html#sec_3_2_2" CLASS="secref"
><SPAN CLASS="cmr"
>Section</SPAN
> <SPAN CLASS="cmr"
>3.2.2</SPAN
> <SPAN CLASS="cmr"
>(Compilation</SPAN
> <SPAN CLASS="cmr"
>Semantics)</SPAN
></A
>. </P
><P CLASS="j"
><A HREF="26_1_Glossary.html#function"
><EM CLASS="term"
>Functions</EM
></A
> whose definitions appear lexically within a <A HREF="26_1_Glossary.html#file"
><EM CLASS="term"
>file</EM
></A
> that has been <A HREF="26_1_Glossary.html#compile"
><EM CLASS="term"
>compiled</EM
></A
> with <A HREF="f_compile-file.html" CLASS="funref"
><B
>compile-file</B
></A
> and then <A HREF="26_1_Glossary.html#load"
><EM CLASS="term"
>loaded</EM
></A
> with <A HREF="f_load.html" CLASS="funref"
><B
>load</B
></A
> are of <A HREF="26_1_Glossary.html#type"
><EM CLASS="term"
>type</EM
></A
> <A HREF="t_compiled-function.html" CLASS="typeref"
><B
>compiled-function</B
></A
>. <A HREF="26_1_Glossary.html#function"
><EM CLASS="term"
>Functions</EM
></A
> produced by the <A HREF="f_compile.html" CLASS="funref"
><B
>compile</B
></A
> function are of <A HREF="26_1_Glossary.html#type"
><EM CLASS="term"
>type</EM
></A
> <A HREF="t_compiled-function.html" CLASS="typeref"
><B
>compiled-function</B
></A
>. Other <A HREF="26_1_Glossary.html#function"
><EM CLASS="term"
>functions</EM
></A
> might also be of <A HREF="26_1_Glossary.html#type"
><EM CLASS="term"
>type</EM
></A
> <A HREF="t_compiled-function.html" CLASS="typeref"
><B
>compiled-function</B
></A
>.</P
></DD
></DL
></DIV
></DIV
><DIV CLASS="footer"
><DIV CLASS="btmnav"
><A HREF="t_function.html" CLASS="prev"
>&#8592;</A
><A HREF="t_generic-function.html" CLASS="next"
>&#8594;</A
></DIV
><DIV CLASS="trail"
>Conversion to HTML copyright 2023 by Gilbert Baumann</DIV
></DIV
></DIV
><SCRIPT
>domReady();</SCRIPT
></BODY
></HTML
>