1
0
Fork 0
cl-sites/HyperSpec-7-0/HyperSpec/Body/26_glo_r.htm
2024-04-01 10:24:07 +02:00

66 lines
20 KiB
HTML

<!-- Common Lisp HyperSpec (TM), version 7.0 generated by Kent M. Pitman on Mon, 11-Apr-2005 2:31am EDT -->
<HTML>
<HEAD>
<TITLE>CLHS: Glossary-Section R</TITLE>
<LINK HREF="../Data/clhs.css" REL="stylesheet" TYPE="text/css" />
<META HTTP-EQUIV="Author" CONTENT="Kent M. Pitman">
<META HTTP-EQUIV="Organization" CONTENT="LispWorks Ltd.">
<LINK REL=TOP HREF="../Front/index.htm">
<LINK REL=COPYRIGHT HREF="../Front/Help.htm#Legal">
<LINK REL=DISCLAIMER HREF="../Front/Help.htm#Disclaimer">
<LINK REL=PREV HREF="26_glo_q.htm">
<LINK REL=UP HREF="26_a.htm">
<LINK REL=NEXT HREF="26_glo_s.htm">
</HEAD>
<BODY>
<H1><A REV=MADE HREF="http://www.lispworks.com/"><IMG WIDTH=80 HEIGHT=65 ALT="[LISPWORKS]" SRC="../Graphics/LWSmall.gif" ALIGN=Bottom></A><A REL=TOP HREF="../Front/index.htm"><IMG WIDTH=237 HEIGHT=65 ALT="[Common Lisp HyperSpec (TM)]" SRC="../Graphics/CLHS_Sm.gif" ALIGN=Bottom></A> <A REL=PREV HREF="26_glo_q.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Previous]" SRC="../Graphics/Prev.gif" ALIGN=Bottom></A><A REL=UP HREF="26_a.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Up]" SRC="../Graphics/Up.gif" ALIGN=Bottom></A><A REL=NEXT HREF="26_glo_s.htm"><IMG WIDTH=40 HEIGHT=40 ALT="[Next]" SRC="../Graphics/Next.gif" ALIGN=Bottom></A></H1>
<HR>
<B>R</B> <P>
<P><A NAME="radix"><B>radix</B></A> <I>n.</I> an <A REL=DEFINITION HREF="26_glo_i.htm#integer"><I>integer</I></A> between 2 and 36, inclusive, which can be used to designate a base with respect to which certain kinds of numeric input or output are performed. (There are n valid digit characters for any given <A REL=DEFINITION HREF="#radix"><I>radix</I></A> n, and those digits are the first n digits in the sequence <TT>0</TT>, <TT>1</TT>, ..., <TT>9</TT>, <TT>A</TT>, <TT>B</TT>, ..., <TT>Z</TT>, which have the weights <TT>0</TT>, <TT>1</TT>, ..., <TT>9</TT>, <TT>10</TT>, <TT>11</TT>, ..., <TT>35</TT>, respectively. Case is not significant in parsing numbers of radix greater than <TT>10</TT>, so ``9b8a'' and ``9B8A'' denote the same <A REL=DEFINITION HREF="#radix"><I>radix</I></A> <TT>16</TT> number.) <P>
<P><A NAME="random_state"><B>random state</B></A> <I>n.</I> an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> of <A REL=DEFINITION HREF="26_glo_t.htm#type"><I>type</I></A> <A REL=DEFINITION HREF="t_rnd_st.htm#random-state"><B>random-state</B></A>. <P>
<P><A NAME="rank"><B>rank</B></A> <I>n.</I> a non-negative <A REL=DEFINITION HREF="26_glo_i.htm#integer"><I>integer</I></A> indicating the number of <A REL=DEFINITION HREF="26_glo_d.htm#dimension"><I>dimensions</I></A> of an <A REL=DEFINITION HREF="26_glo_a.htm#array"><I>array</I></A>. <P>
<P><A NAME="ratio"><B>ratio</B></A> <I>n.</I> an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> of <A REL=DEFINITION HREF="26_glo_t.htm#type"><I>type</I></A> <A REL=DEFINITION HREF="t_ratio.htm#ratio"><B>ratio</B></A>. <P>
<P><A NAME="ratio_marker"><B>ratio marker</B></A> <I>n.</I> a character which is used in the textual notation for a <A REL=DEFINITION HREF="#ratio"><I>ratio</I></A> to separate the numerator from the denominator, and which is <A REL=DEFINITION HREF="26_glo_s.htm#slash"><I>slash</I></A> in the <A REL=DEFINITION HREF="26_glo_s.htm#standard_readtable"><I>standard readtable</I></A>. See <A REL=CHILD HREF="02_a.htm">Section 2.1 (Character Syntax)</A>. <P>
<P><A NAME="rational"><B>rational</B></A> <I>n.</I> an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> of <A REL=DEFINITION HREF="26_glo_t.htm#type"><I>type</I></A> <A REL=DEFINITION HREF="t_ration.htm#rational"><B>rational</B></A>. <P>
<P><A NAME="read"><B>read</B></A> <I>v.t.</I> 1. (a <A REL=DEFINITION HREF="26_glo_b.htm#binding"><I>binding</I></A> or <A REL=DEFINITION HREF="26_glo_s.htm#slot"><I>slot</I></A> or component) to obtain the <A REL=DEFINITION HREF="26_glo_v.htm#value"><I>value</I></A> of the <A REL=DEFINITION HREF="26_glo_b.htm#binding"><I>binding</I></A> or <A REL=DEFINITION HREF="26_glo_s.htm#slot"><I>slot</I></A>. 2. (an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> from a <A REL=DEFINITION HREF="26_glo_s.htm#stream"><I>stream</I></A>) to parse an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> from its representation on the <A REL=DEFINITION HREF="26_glo_s.htm#stream"><I>stream</I></A>. <P>
<P><A NAME="readably"><B>readably</B></A> <I>adv.</I> (of a manner of printing an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> O1) in such a way as to permit the <A REL=DEFINITION HREF="26_glo_l.htm#lisp_reader"><I>Lisp Reader</I></A> to later <I>parse</I> the printed output into an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> O2 that is <A REL=DEFINITION HREF="26_glo_s.htm#similar"><I>similar</I></A> to O1. <P>
<P><A NAME="reader"><B>reader</B></A> <I>n.</I> 1. a <A REL=DEFINITION HREF="26_glo_f.htm#function"><I>function</I></A> that <A REL=DEFINITION HREF="#read"><I>reads</I></A>[1] a <A REL=DEFINITION HREF="26_glo_v.htm#variable"><I>variable</I></A> or <A REL=DEFINITION HREF="26_glo_s.htm#slot"><I>slot</I></A>. 2. the <A REL=DEFINITION HREF="26_glo_l.htm#lisp_reader"><I>Lisp reader</I></A>. <P>
<P><A NAME="reader_macro"><B>reader macro</B></A> <I>n.</I> 1. a textual notation introduced by dispatch on one or two <A REL=DEFINITION HREF="26_glo_c.htm#character"><I>characters</I></A> that defines special-purpose syntax for use by the <A REL=DEFINITION HREF="26_glo_l.htm#lisp_reader"><I>Lisp reader</I></A>, and that is implemented by a <A REL=DEFINITION HREF="#reader_macro_function"><I>reader macro function</I></A>. See <A REL=CHILD HREF="02_b.htm">Section 2.2 (Reader Algorithm)</A>. 2. the <A REL=DEFINITION HREF="26_glo_c.htm#character"><I>character</I></A> or <A REL=DEFINITION HREF="26_glo_c.htm#character"><I>characters</I></A> that introduce a <A REL=DEFINITION HREF="#reader_macro"><I>reader macro</I></A>[1]; that is, a <A REL=DEFINITION HREF="26_glo_m.htm#macro_character"><I>macro character</I></A> or the conceptual pairing of a <A REL=DEFINITION HREF="26_glo_d.htm#dispatching_macro_character"><I>dispatching macro character</I></A> and the <A REL=DEFINITION HREF="26_glo_c.htm#character"><I>character</I></A> that follows it. (A <A REL=DEFINITION HREF="#reader_macro"><I>reader macro</I></A> is not a kind of <A REL=DEFINITION HREF="26_glo_m.htm#macro"><I>macro</I></A>.) <P>
<P><A NAME="reader_macro_function"><B>reader macro function</B></A> <I>n.</I> a <A REL=DEFINITION HREF="26_glo_f.htm#function"><I>function</I></A> <A REL=DEFINITION HREF="26_glo_d.htm#designator"><I>designator</I></A> that denotes a <A REL=DEFINITION HREF="26_glo_f.htm#function"><I>function</I></A> that implements a <A REL=DEFINITION HREF="#reader_macro"><I>reader macro</I></A>[2]. See the <A REL=DEFINITION HREF="26_glo_f.htm#function"><I>functions</I></A> <A REL=DEFINITION HREF="f_set_ma.htm#set-macro-character"><B>set-macro-character</B></A> and <A REL=DEFINITION HREF="f_set__1.htm#set-dispatch-macro-character"><B>set-dispatch-macro-character</B></A>. <P>
<P><A NAME="readtable"><B>readtable</B></A> <I>n.</I> an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> of <A REL=DEFINITION HREF="26_glo_t.htm#type"><I>type</I></A> <A REL=DEFINITION HREF="t_rdtabl.htm#readtable"><B>readtable</B></A>. <P>
<P><A NAME="readtable_case"><B>readtable case</B></A> <I>n.</I> an attribute of a <A REL=DEFINITION HREF="#readtable"><I>readtable</I></A> whose value is a <A REL=DEFINITION HREF="26_glo_c.htm#case_sensitivity_mode"><I>case sensitivity mode</I></A>, and that selects the manner in which <A REL=DEFINITION HREF="26_glo_c.htm#character"><I>characters</I></A> in a <A REL=DEFINITION HREF="26_glo_s.htm#symbol"><I>symbol</I></A>'s <A REL=DEFINITION HREF="26_glo_n.htm#name"><I>name</I></A> are to be treated by the <A REL=DEFINITION HREF="26_glo_l.htm#lisp_reader"><I>Lisp reader</I></A> and the <A REL=DEFINITION HREF="26_glo_l.htm#lisp_printer"><I>Lisp printer</I></A>. See <A REL=CHILD HREF="23_ab.htm">Section 23.1.2 (Effect of Readtable Case on the Lisp Reader)</A> and <A REL=CHILD HREF="22_accb.htm">Section 22.1.3.3.2 (Effect of Readtable Case on the Lisp Printer)</A>. <P>
<P><A NAME="readtable_designator"><B>readtable designator</B></A> <I>n.</I> a <A REL=DEFINITION HREF="26_glo_d.htm#designator"><I>designator</I></A> for a <A REL=DEFINITION HREF="#readtable"><I>readtable</I></A>; that is, an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> that denotes a <A REL=DEFINITION HREF="#readtable"><I>readtable</I></A> and that is one of: <A REL=DEFINITION HREF="a_nil.htm#nil"><B>nil</B></A> (denoting the <A REL=DEFINITION HREF="26_glo_s.htm#standard_readtable"><I>standard readtable</I></A>), or a <A REL=DEFINITION HREF="#readtable"><I>readtable</I></A> (denoting itself). <P>
<P><A NAME="recognizable_subtype"><B>recognizable subtype</B></A> <I>n.</I> (of a <A REL=DEFINITION HREF="26_glo_t.htm#type"><I>type</I></A>) a <A REL=DEFINITION HREF="26_glo_s.htm#subtype"><I>subtype</I></A> of the <A REL=DEFINITION HREF="26_glo_t.htm#type"><I>type</I></A> which can be reliably detected to be such by the <A REL=DEFINITION HREF="26_glo_i.htm#implementation"><I>implementation</I></A>. See the <A REL=DEFINITION HREF="26_glo_f.htm#function"><I>function</I></A> <A REL=DEFINITION HREF="f_subtpp.htm#subtypep"><B>subtypep</B></A>. <P>
<P><A NAME="reference"><B>reference</B></A> <I>n.</I>, <I>v.t.</I> 1. <I>n.</I> an act or occurrence of referring to an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A>, a <A REL=DEFINITION HREF="26_glo_b.htm#binding"><I>binding</I></A>, an <A REL=DEFINITION HREF="26_glo_e.htm#exit_point"><I>exit point</I></A>, a <A REL=DEFINITION HREF="26_glo_t.htm#tag"><I>tag</I></A>, or an <A REL=DEFINITION HREF="26_glo_e.htm#environment"><I>environment</I></A>. 2. <I>v.t.</I> to refer to an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A>, a <A REL=DEFINITION HREF="26_glo_b.htm#binding"><I>binding</I></A>, an <A REL=DEFINITION HREF="26_glo_e.htm#exit_point"><I>exit point</I></A>, a <A REL=DEFINITION HREF="26_glo_t.htm#tag"><I>tag</I></A>, or an <A REL=DEFINITION HREF="26_glo_e.htm#environment"><I>environment</I></A>, usually by <A REL=DEFINITION HREF="26_glo_n.htm#name"><I>name</I></A>. <P>
<P><A NAME="registered_package"><B>registered package</B></A> <I>n.</I> a <A REL=DEFINITION HREF="26_glo_p.htm#package"><I>package</I></A> <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> that is installed in the <A REL=DEFINITION HREF="26_glo_p.htm#package_registry"><I>package registry</I></A>. (Every <A REL=DEFINITION HREF="#registered_package"><I>registered package</I></A> has a <A REL=DEFINITION HREF="26_glo_n.htm#name"><I>name</I></A> that is a <A REL=DEFINITION HREF="26_glo_s.htm#string"><I>string</I></A>, as well as zero or more <A REL=DEFINITION HREF="26_glo_s.htm#string"><I>string</I></A> nicknames. All <A REL=DEFINITION HREF="26_glo_p.htm#package"><I>packages</I></A> that are initially specified by Common Lisp or created by <A REL=DEFINITION HREF="f_mk_pkg.htm#make-package"><B>make-package</B></A> or <A REL=DEFINITION HREF="m_defpkg.htm#defpackage"><B>defpackage</B></A> are <A REL=DEFINITION HREF="#registered_package"><I>registered packages</I></A>. <A REL=DEFINITION HREF="#registered_package"><I>Registered packages</I></A> can be turned into <A REL=DEFINITION HREF="26_glo_u.htm#unregistered_package"><I>unregistered packages</I></A> by <A REL=DEFINITION HREF="f_del_pk.htm#delete-package"><B>delete-package</B></A>.) <P>
<P><A NAME="relative"><B>relative</B></A> <I>adj.</I> 1. (of a <A REL=DEFINITION HREF="26_glo_t.htm#time"><I>time</I></A>) representing an offset from an <A REL=DEFINITION HREF="26_glo_a.htm#absolute"><I>absolute</I></A> <A REL=DEFINITION HREF="26_glo_t.htm#time"><I>time</I></A> in the units appropriate to that time. For example, a <A REL=DEFINITION HREF="#relative"><I>relative</I></A> <A REL=DEFINITION HREF="26_glo_i.htm#internal_time"><I>internal time</I></A> is the difference between two <A REL=DEFINITION HREF="26_glo_a.htm#absolute"><I>absolute</I></A> <A REL=DEFINITION HREF="26_glo_i.htm#internal_time"><I>internal times</I></A>, and is measured in <A REL=DEFINITION HREF="26_glo_i.htm#internal_time_unit"><I>internal time units</I></A>. 2. (of a <A REL=DEFINITION HREF="26_glo_p.htm#pathname"><I>pathname</I></A>) representing a position in a directory hierarchy by motion from a position other than the root, which might therefore vary. ``The notation <TT>#P&quot;../foo.text&quot;</TT> denotes a relative pathname if the host file system is Unix.'' See <A REL=DEFINITION HREF="26_glo_a.htm#absolute"><I>absolute</I></A>. <P>
<P><A NAME="repertoire"><B>repertoire</B></A> <I>n.</I>, <I>ISO</I> a <A REL=DEFINITION HREF="26_glo_s.htm#subtype"><I>subtype</I></A> of <A REL=DEFINITION HREF="t_ch.htm#character"><B>character</B></A>. See <A REL=CHILD HREF="13_abb.htm">Section 13.1.2.2 (Character Repertoires)</A>. <P>
<P><A NAME="report"><B>report</B></A> <I>n.</I> (of a <A REL=DEFINITION HREF="26_glo_c.htm#condition"><I>condition</I></A>) to <A REL=DEFINITION HREF="26_glo_c.htm#call"><I>call</I></A> the <A REL=DEFINITION HREF="26_glo_f.htm#function"><I>function</I></A> <A REL=DEFINITION HREF="f_pr_obj.htm#print-object"><B>print-object</B></A> on the <A REL=DEFINITION HREF="26_glo_c.htm#condition"><I>condition</I></A> in an <A REL=DEFINITION HREF="26_glo_e.htm#environment"><I>environment</I></A> where the <A REL=DEFINITION HREF="26_glo_v.htm#value"><I>value</I></A> of <A REL=DEFINITION HREF="v_pr_esc.htm#STprint-escapeST"><B>*print-escape*</B></A> is <A REL=DEFINITION HREF="26_glo_f.htm#false"><I>false</I></A>. <P>
<P><A NAME="report_message"><B>report message</B></A> <I>n.</I> the text that is output by a <A REL=DEFINITION HREF="26_glo_c.htm#condition_reporter"><I>condition reporter</I></A>. <P>
<P><A NAME="required_parameter"><B>required parameter</B></A> <I>n.</I> A <A REL=DEFINITION HREF="26_glo_p.htm#parameter"><I>parameter</I></A> for which a corresponding positional <A REL=DEFINITION HREF="26_glo_a.htm#argument"><I>argument</I></A> must be supplied when <I>calling</I> the <A REL=DEFINITION HREF="26_glo_f.htm#function"><I>function</I></A>. <P>
<P><A NAME="rest_list"><B>rest list</B></A> <I>n.</I> (of a <A REL=DEFINITION HREF="26_glo_f.htm#function"><I>function</I></A> having a <A REL=DEFINITION HREF="#rest_parameter"><I>rest parameter</I></A>) The <A REL=DEFINITION HREF="26_glo_l.htm#list"><I>list</I></A> to which the <A REL=DEFINITION HREF="#rest_parameter"><I>rest parameter</I></A> is <A REL=DEFINITION HREF="26_glo_b.htm#bound"><I>bound</I></A> on some particular <A REL=DEFINITION HREF="26_glo_c.htm#call"><I>call</I></A> to the <A REL=DEFINITION HREF="26_glo_f.htm#function"><I>function</I></A>. <P>
<P><A NAME="rest_parameter"><B>rest parameter</B></A> <I>n.</I> A <A REL=DEFINITION HREF="26_glo_p.htm#parameter"><I>parameter</I></A> which was introduced by <TT>&amp;rest</TT>. <P>
<P><A NAME="restart"><B>restart</B></A> <I>n.</I> an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> of <A REL=DEFINITION HREF="26_glo_t.htm#type"><I>type</I></A> <A REL=DEFINITION HREF="t_rst.htm#restart"><B>restart</B></A>. <P>
<P><A NAME="restart_designator"><B>restart designator</B></A> <I>n.</I> a <A REL=DEFINITION HREF="26_glo_d.htm#designator"><I>designator</I></A> for a <A REL=DEFINITION HREF="#restart"><I>restart</I></A>; that is, an <A REL=DEFINITION HREF="26_glo_o.htm#object"><I>object</I></A> that denotes a <A REL=DEFINITION HREF="#restart"><I>restart</I></A> and that is one of: a <A REL=DEFINITION HREF="26_glo_n.htm#non-nil"><I>non-nil</I></A> <A REL=DEFINITION HREF="26_glo_s.htm#symbol"><I>symbol</I></A> (denoting the most recently established <A REL=DEFINITION HREF="26_glo_a.htm#active"><I>active</I></A> <A REL=DEFINITION HREF="#restart"><I>restart</I></A> whose <A REL=DEFINITION HREF="26_glo_n.htm#name"><I>name</I></A> is that <A REL=DEFINITION HREF="26_glo_s.htm#symbol"><I>symbol</I></A>), or a <A REL=DEFINITION HREF="#restart"><I>restart</I></A> (denoting itself). <P>
<P><A NAME="restart_function"><B>restart function</B></A> <I>n.</I> a <A REL=DEFINITION HREF="26_glo_f.htm#function"><I>function</I></A> that invokes a <A REL=DEFINITION HREF="#restart"><I>restart</I></A>, as if by <A REL=DEFINITION HREF="f_invo_1.htm#invoke-restart"><B>invoke-restart</B></A>. The primary purpose of a <A REL=DEFINITION HREF="#restart_function"><I>restart function</I></A> is to provide an alternate interface. By convention, a <A REL=DEFINITION HREF="#restart_function"><I>restart function</I></A> usually has the same name as the <A REL=DEFINITION HREF="#restart"><I>restart</I></A> which it invokes. The next figure shows a list of the <A REL=DEFINITION HREF="26_glo_s.htm#standardized"><I>standardized</I></A> <A REL=DEFINITION HREF="#restart_function"><I>restart functions</I></A>. <P>
<PRE>
<A REL=DEFINITION HREF="a_abort.htm#abort">abort</A> <A REL=DEFINITION HREF="a_muffle.htm#muffle-warning">muffle-warning</A> <A REL=DEFINITION HREF="a_use_va.htm#use-value">use-value</A>
<A REL=DEFINITION HREF="a_contin.htm#continue">continue</A> <A REL=DEFINITION HREF="a_store_.htm#store-value">store-value</A>
</PRE>
<P><B>Figure 26-4. Standardized Restart Functions</B> <P>
<P><A NAME="return"><B>return</B></A> <I>v.t.</I> (of <A REL=DEFINITION HREF="26_glo_v.htm#value"><I>values</I></A>) 1. (from a <A REL=DEFINITION HREF="26_glo_b.htm#block"><I>block</I></A>) to transfer control and <A REL=DEFINITION HREF="26_glo_v.htm#value"><I>values</I></A> from the <A REL=DEFINITION HREF="26_glo_b.htm#block"><I>block</I></A>; that is, to cause the <A REL=DEFINITION HREF="26_glo_b.htm#block"><I>block</I></A> to <A REL=DEFINITION HREF="26_glo_y.htm#yield"><I>yield</I></A> the <A REL=DEFINITION HREF="26_glo_v.htm#value"><I>values</I></A> immediately without doing any further evaluation of the <A REL=DEFINITION HREF="26_glo_f.htm#form"><I>forms</I></A> in its body. 2. (from a <A REL=DEFINITION HREF="26_glo_f.htm#form"><I>form</I></A>) to <A REL=DEFINITION HREF="26_glo_y.htm#yield"><I>yield</I></A> the <A REL=DEFINITION HREF="26_glo_v.htm#value"><I>values</I></A>. <P>
<P><A NAME="return_value"><B>return value</B></A> <I>n.</I> <I>Trad.</I> a <A REL=DEFINITION HREF="26_glo_v.htm#value"><I>value</I></A>[1] <P>
<P><A NAME="right-parenthesis"><B>right-parenthesis</B></A> <I>n.</I> the <A REL=DEFINITION HREF="26_glo_s.htm#standard_character"><I>standard character</I></A> ``<TT>)</TT>'', that is variously called ``right parenthesis'' or ``close parenthesis'' See <A REL=DEFINITION HREF="02_ac.htm#stdcharsthree">Figure 2-5</A>. <P>
<P><A NAME="run_time"><B>run time</B></A> <I>n.</I> 1. <A REL=DEFINITION HREF="26_glo_l.htm#load_time"><I>load time</I></A> 2. <A REL=DEFINITION HREF="26_glo_e.htm#execution_time"><I>execution time</I></A> <P>
<P><A NAME="run-time_compiler"><B>run-time compiler</B></A> <I>n.</I> refers to the <A REL=DEFINITION HREF="f_cmp.htm#compile"><B>compile</B></A> function or to <A REL=DEFINITION HREF="26_glo_i.htm#implicit_compilation"><I>implicit compilation</I></A>, for which the compilation and run-time <A REL=DEFINITION HREF="26_glo_e.htm#environment"><I>environments</I></A> are maintained in the same <A REL=DEFINITION HREF="26_glo_l.htm#lisp_image"><I>Lisp image</I></A>. <P>
<P><A NAME="run-time_definition"><B>run-time definition</B></A> <I>n.</I> a definition in the <A REL=DEFINITION HREF="#run-time_environment"><I>run-time environment</I></A>. <P>
<P><A NAME="run-time_environment"><B>run-time environment</B></A> <I>n.</I> the <A REL=DEFINITION HREF="26_glo_e.htm#environment"><I>environment</I></A> in which a program is <I>executed</I>. <P>
<P><HR>The following <A REL=META HREF="../Front/X3J13Iss.htm">X3J13 cleanup issue</A>, <I>not part of the specification</I>, applies to this section:<P><UL><LI> <A REL=CHILD HREF="../Issues/iss193.htm">IGNORE-USE-TERMINOLOGY:VALUE-ONLY</A><P></UL><HR>
<A REL=NAVIGATOR HREF="../Front/StartPts.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Starting Points]" SRC="../Graphics/StartPts.gif" ALIGN=Bottom></A><A REL=TOC HREF="../Front/Contents.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Contents]" SRC="../Graphics/Contents.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../Front/X_Master.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Index]" SRC="../Graphics/Index.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../Front/X_Symbol.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Symbols]" SRC="../Graphics/Symbols.gif" ALIGN=Bottom></A><A REL=GLOSSARY HREF="../Body/26_a.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Glossary]" SRC="../Graphics/Glossary.gif" ALIGN=Bottom></A><A HREF="../Front/X3J13Iss.htm"><IMG WIDTH=80 HEIGHT=40 ALT="[Issues]" SRC="../Graphics/Issues.gif" ALIGN=Bottom></A><BR>
<A REL=COPYRIGHT HREF="../Front/Help.htm#Legal"><I>Copyright 1996-2005, LispWorks Ltd. All rights reserved.</I></A><P>
</BODY>
</HTML>