Update license.html
[clqr.git] / index.html
blobd97b315d5d14a67f82828584e98804b7b8dee289
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>Common Lisp Quick Reference</title>
5 <meta name="author" content="Bert Burgemeister">
6 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
7 <link rel="icon" href="/favicon.ico" type="image/x-icon">
8 <link rel="stylesheet" href="new-pure.css" type="text/css">
9 </head>
11 <body>
13 <table class="main-table">
14 <tr>
15 <td class="title" colspan="2">
16 <a href="index.html">Common Lisp Quick Reference</a>
17 </td>
18 </tr>
19 <tr>
20 <td class="side-content">
21 <ul>
22 <li><a href="index.html">home</a>
23 <li><a href="download.html">download</a>
24 <li><a href="printing.html">printing &amp; bookbinding</a>
25 <li><a href="source.html">source</a>
26 <li><a href="license.html">license</a>
27 <li>&nbsp;
28 <li><a href="http://statcounter.com/project/standard/stats.php?project_id=7299380&guest=1">statistics</a>
29 </ul>
30 </td>
31 <td class="content">
32 <a href="clqr-a4-consec.pdf" title="Preview">
33 <img class="right" src="sample-frontcover.jpg"
34 alt="[Front Cover Sample]"/>
35 </a>
36 <h3>Introduction</h3>
37 <p> Common Lisp Quick Reference is a free booklet with short
38 descriptions of the thousand or so symbols defined in the ANSI standard.
39 It comes with a comprehensive index.
40 </p>
41 <p>
42 This rather humble effort is by no means meant to rival
43 the <a href="http://www.lispworks.com/documentation/HyperSpec/Front/index.htm">
44 Common Lisp HyperSpec</a>
45 or any of the great introductory web resources and books.
46 Its purpose is to give those who like a piece of
47 dead tree in their hands a quick overview on things they
48 know already, or some clue on what to look up elsewhere.
49 </p>
51 <p>It is written in LaTeX and formatted for printing on both
52 A4 and letter paper. After folding the sheets lengthwise,
53 they can easily be turned into a handy booklet.
54 </p>
55 <p>
56 Please report any errors to <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
57 trebbu@googlemail.com</a>. Nitpickers welcome!
58 </p>
59 <p>&nbsp;</p>
61 <h3>Latest Changes</h3>
62 <p><i>2018-10-10 14:08:44 +0200</i>
63 <br />Fix bugs reported by Fengjing Xiao
64 <br />- define-compiler-macro is a macro, not a function.
65 - symbol-name and symbol-package aren't setfable.
66 </p>
67 <p><i>2018-02-05 12:00:32 +0100</i>
68 <br />Initarg names don't need to be keywords
69 <br />Fix definitions of defstruct, define-condition, signal, warn, error,
70 cerror, and assert.
71 Thanks to Fengjing Xiao for the bug report.
72 </p>
73 <p><i>2018-02-05 11:55:28 +0100</i>
74 <br />Fix argument list of scale-float
75 <br />Thanks to Fengjing Xiao for the bug report.
76 </p>
77 <p><i>2018-01-23 12:36:42 +0100</i>
78 <br />CLOS-related initargs don't need to be keywords
79 <br />Thanks to Fengjing Xiao for the hint.
80 </p>
81 <p><i>2018-01-15 15:24:54 +0100</i>
82 <br />Remove a bit-rotten LaTeX dependency
83 <br />Minor layout modifications.
84 </p> </td>
85 </tr>
86 <tr>
87 <td class="quicklinks" colspan="2">
88 &nbsp;
89 </td>
90 </tr>
91 <tr>
92 <td class="footer" colspan="2">
93 &copy; 2008 - 2018 &nbsp;
94 <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
95 Bert Burgemeister
96 </a>
97 </td>
98 </tr>
99 </table>
100 <!-- Start of StatCounter Code for Default Guide -->
101 <script type="text/javascript">
102 var sc_project=7299380;
103 var sc_invisible=1;
104 var sc_security="72473b80";
105 </script>
106 <script type="text/javascript"
107 src="http://www.statcounter.com/counter/counter.js"></script>
108 <noscript><div class="statcounter"><a title="web counter"
109 href="http://statcounter.com/free-hit-counter/"
110 target="_blank"><img class="statcounter"
111 src="http://c.statcounter.com/7299380/0/72473b80/1/"
112 alt="web counter"></a></div></noscript>
113 <!-- End of StatCounter Code for Default Guide -->
114 </body>
115 </html>