klisp

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

index.html (4448B)


      1 <html lang="en">
      2 <head>
      3 <title>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="../index.html#dir" title="(dir)">
      9 <link rel="prev" href="../index.html#dir" title="(dir)">
     10 <link rel="next" href="License.html#License" title="License">
     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 <h1 class="settitle">klisp Reference Manual</h1>
     28 <div class="node">
     29 <a name="Top"></a>
     30 <p>
     31 Next:&nbsp;<a rel="next" accesskey="n" href="License.html#License">License</a>,
     32 Previous:&nbsp;<a rel="previous" accesskey="p" href="../index.html#dir">(dir)</a>,
     33 Up:&nbsp;<a rel="up" accesskey="u" href="../index.html#dir">(dir)</a>
     34 <hr>
     35 </div>
     36 
     37 <ul class="menu">
     38 <li><a accesskey="1" href="License.html#License">License</a>:                  Conditions for copying and changing klisp. 
     39 <li><a accesskey="2" href="Introduction.html#Introduction">Introduction</a>:             Introduction and conventions used. 
     40 <!-- TODO lisp types and other introductions -->
     41 <li><a accesskey="3" href="Interpreter.html#Interpreter">Interpreter</a>:              The klisp stand-alone interpreter
     42 <li><a accesskey="4" href="Booleans.html#Booleans">Booleans</a>:                 Booleans module features. 
     43 <li><a accesskey="5" href="Equivalence.html#Equivalence">Equivalence</a>:              Equivalence (under &amp; up to) mutation modules features. 
     44 <li><a accesskey="6" href="Symbols.html#Symbols">Symbols</a>:                  Symbols module features. 
     45 <li><a accesskey="7" href="Control.html#Control">Control</a>:                  Control module features. 
     46 <li><a accesskey="8" href="Pairs-and-lists.html#Pairs-and-lists">Pairs and lists</a>:          Pairs and lists and Pair mutation modules features. 
     47 <li><a accesskey="9" href="Environments.html#Environments">Environments</a>:             Environments and Environment mutation modules features. 
     48 <li><a href="Combiners.html#Combiners">Combiners</a>:                Combiners module features. 
     49 <li><a href="Continuations.html#Continuations">Continuations</a>:            Continuations module features. 
     50 <li><a href="Encapsulations.html#Encapsulations">Encapsulations</a>:           Encapsulations module features. 
     51 <li><a href="Promises.html#Promises">Promises</a>:                 Promises module features. 
     52 <li><a href="Keyed-Variables.html#Keyed-Variables">Keyed Variables</a>:          Keyed (dynamic &amp; static) variables module features. 
     53 <li><a href="Numbers.html#Numbers">Numbers</a>:                  Numbers module features. 
     54 <li><a href="Strings.html#Strings">Strings</a>:                  Strings module features. 
     55 <li><a href="Characters.html#Characters">Characters</a>:               Characters module features. 
     56 <li><a href="Ports.html#Ports">Ports</a>:                    Ports module features. 
     57 <li><a href="Vectors.html#Vectors">Vectors</a>:                  Vectors module features. 
     58 <li><a href="Bytevectors.html#Bytevectors">Bytevectors</a>:              Bytevectors module features. 
     59 <li><a href="Errors.html#Errors">Errors</a>:                   Errors module features. 
     60 <li><a href="Libraries.html#Libraries">Libraries</a>:                Libraries module features. 
     61 <li><a href="System.html#System">System</a>:                   System module features. 
     62 <!-- TODO add error objs to both klisp and the manual -->
     63 <li><a href="Alphabetical-Index.html#Alphabetical-Index">Alphabetical Index</a>:       Index including concepts, functions, variables,
     64                               and other terms.
     65 
     66 <!-- Appendices -->
     67 <!-- TODO -->
     68 <!-- TODO add detailed node listing -->
     69    </ul>
     70 
     71 <!-- *-texinfo-*- -->
     72    </body></html>
     73