klisp

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

Caveats.html (2458B)


      1 <html lang="en">
      2 <head>
      3 <title>Caveats - 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="Introduction.html#Introduction" title="Introduction">
      9 <link rel="prev" href="Introduction.html#Introduction" title="Introduction">
     10 <link rel="next" href="Kernel-History.html#Kernel-History" title="Kernel History">
     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="Caveats"></a>
     29 <p>
     30 Next:&nbsp;<a rel="next" accesskey="n" href="Kernel-History.html#Kernel-History">Kernel History</a>,
     31 Previous:&nbsp;<a rel="previous" accesskey="p" href="Introduction.html#Introduction">Introduction</a>,
     32 Up:&nbsp;<a rel="up" accesskey="u" href="Introduction.html#Introduction">Introduction</a>
     33 <hr>
     34 </div>
     35 
     36 <h3 class="section">1.1 Caveats</h3>
     37 
     38 <p>This is the first draft of this manual.  It will be incomplete for
     39 some time.  It will also evolve, together with klisp and the Kernel
     40 Programming Language, both of which, right now, are in a quite fluid
     41 state.
     42 
     43 <!-- this is below, in history -->
     44    <p>The main reference on Kernel is the preliminary report:
     45 <cite>Revised(-1) Report on the Kernel Programming Language</cite>.  Some
     46 sections of the report are still incomplete, so both klisp and this
     47 manual will use specifications from other languages in these sections,
     48 trying to follow the Kernel spirit.  These instances will be documented
     49 throughout the manual.
     50 
     51    <p>Please mail comments and corrections to
     52 <a href="mailto:canavarro82@gmail.com">canavarro82@gmail.com</a>.
     53 
     54 <p class="noindent">
     55 <pre class="display">      &ndash;Andres Navarro
     56 </pre>
     57    </body></html>
     58