97 lines
No EOL
2.9 KiB
HTML
97 lines
No EOL
2.9 KiB
HTML
<!DOCTYPE HTML>
|
|
<HTML LANG="en-us"
|
|
><HEAD
|
|
><TITLE
|
|
>1.7 Language Subsets | Common Lisp Nova Spec</TITLE
|
|
><META CHARSET="US-ASCII"
|
|
><LINK REL="canonical" HREF="1_7_Language_Subsets.html"
|
|
><LINK REL="next" HREF="1_8_Deprecated_Language_Features.html" TYPE="text/html" TITLE="1.8 Deprecated Language Features"
|
|
><LINK REL="prev" HREF="1_6_Language_Extensions.html" TYPE="text/html" TITLE="1.6 Language Extensions"
|
|
><LINK REL="up" HREF="1_Introduction.html" TYPE="text/html" TITLE="1. Introduction"
|
|
><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="1_Introduction.html"
|
|
>1. Introduction</A
|
|
></SPAN
|
|
> <SPAN CLASS="breadcrumb-item"
|
|
>→ <A HREF="1_7_Language_Subsets.html"
|
|
>1.7 Language Subsets</A
|
|
></SPAN
|
|
></DIV
|
|
><DIV CLASS="apropos"
|
|
><DIV CLASS="apropos-io"
|
|
><A HREF="1_6_Language_Extensions.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="1_8_Deprecated_Language_Features.html" CLASS="next"
|
|
>→</A
|
|
></DIV
|
|
><DIV ID="apropos-res"
|
|
></DIV
|
|
></DIV
|
|
></DIV
|
|
><DIV CLASS="matter"
|
|
><SECTION
|
|
><H2 ID="sec_1_7" CLASS="HeadII"
|
|
>1.7 Language Subsets</H2
|
|
><UL CLASS="subtoc"
|
|
></UL
|
|
><P CLASS="j"
|
|
>The language described in this standard contains no subsets, though subsets are not forbidden. </P
|
|
><P CLASS="j"
|
|
>For a language to be considered a subset, it must have the property that any valid <A HREF="26_1_Glossary.html#program"
|
|
><EM CLASS="term"
|
|
>program</EM
|
|
></A
|
|
> in that language has equivalent semantics and will run directly (with no extralingual pre-processing, and no special compatibility packages) in any <A HREF="26_1_Glossary.html#conforming_implementation"
|
|
><EM CLASS="term"
|
|
>conforming implementation</EM
|
|
></A
|
|
> of the full language. </P
|
|
><P CLASS="j"
|
|
>A language that conforms to this requirement shall be described as being a “subset of Common Lisp as specified by ANSI <SPAN CLASS="metavar"
|
|
><SPAN CLASS="cmsy"
|
|
>⟪</SPAN
|
|
><I
|
|
>standard</I
|
|
> <I
|
|
>number</I
|
|
><SPAN CLASS="cmsy"
|
|
>⟫</SPAN
|
|
></SPAN
|
|
>.”</P
|
|
></SECTION
|
|
></DIV
|
|
><DIV CLASS="footer"
|
|
><DIV CLASS="btmnav"
|
|
><A HREF="1_6_Language_Extensions.html" CLASS="prev"
|
|
>←</A
|
|
><A HREF="1_8_Deprecated_Language_Features.html" CLASS="next"
|
|
>→</A
|
|
></DIV
|
|
><DIV CLASS="trail"
|
|
>Conversion to HTML copyright 2023 by Gilbert Baumann</DIV
|
|
></DIV
|
|
></DIV
|
|
><SCRIPT
|
|
>domReady();</SCRIPT
|
|
></BODY
|
|
></HTML
|
|
> |