klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

Some-Terms.html (2363B)


      1 <html lang="en">
      2 <head>
      3 <title>Some Terms - klisp Reference Manual</title>
      4 <meta http-equiv="Content-Type" content="text/html">
      5 <meta name="description" content="klisp Reference Manual">
      6 <meta name="generator" content="makeinfo 4.13">
      7 <link title="Top" rel="start" href="index.html#Top">
      8 <link rel="up" href="Conventions.html#Conventions" title="Conventions">
      9 <link rel="prev" href="Conventions.html#Conventions" title="Conventions">
     10 <link rel="next" href="Evaluation-Notation.html#Evaluation-Notation" title="Evaluation Notation">
     11 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
     12 <meta http-equiv="Content-Style-Type" content="text/css">
     13 <style type="text/css"><!--
     14   pre.display { font-family:inherit }
     15   pre.format  { font-family:inherit }
     16   pre.smalldisplay { font-family:inherit; font-size:smaller }
     17   pre.smallformat  { font-family:inherit; font-size:smaller }
     18   pre.smallexample { font-size:smaller }
     19   pre.smalllisp    { font-size:smaller }
     20   span.sc    { font-variant:small-caps }
     21   span.roman { font-family:serif; font-weight:normal; } 
     22   span.sansserif { font-family:sans-serif; font-weight:normal; } 
     23 --></style>
     24 <link rel="stylesheet" type="text/css" href="css/style.css">
     25 </head>
     26 <body>
     27 <div class="node">
     28 <a name="Some-Terms"></a>
     29 <p>
     30 Next:&nbsp;<a rel="next" accesskey="n" href="Evaluation-Notation.html#Evaluation-Notation">Evaluation Notation</a>,
     31 Previous:&nbsp;<a rel="previous" accesskey="p" href="Conventions.html#Conventions">Conventions</a>,
     32 Up:&nbsp;<a rel="up" accesskey="u" href="Conventions.html#Conventions">Conventions</a>
     33 <hr>
     34 </div>
     35 
     36 <h4 class="subsection">1.3.1 Some Terms</h4>
     37 
     38 <p>Throughout this manual, the phrases &ldquo;the Kernel reader&rdquo; and &ldquo;the Kernel
     39 printer&rdquo; are used to refer to those routines in Lisp that convert
     40 textual representations of Kernel objects into actual objects, and
     41 <!-- TODO xref to printed representations -->
     42 vice versa.  XXX Printed Representation XXX, for more details.  You, the
     43 person reading this manual, are assumed to be &ldquo;the programmer&rdquo; or
     44 &ldquo;the user&rdquo;.
     45 
     46    <p><a name="index-fonts-2"></a>  Examples of Kernel code appear in this font or form: <code>(list 1 2
     47 3)</code>.  Names that represent arguments or metasyntactic variables appear
     48 in this font or form: <var>first-number</var>.
     49 
     50    </body></html>
     51