Update metrics and fix heading level in docs.
catseye
13 years ago
3 | 3 |
Pixley is a strict subset of R5RS Scheme (or, if you prefer, R4RS Scheme),
|
4 | 4 |
supporting four datatypes (boolean, cons cell, function, and symbol) and
|
5 | 5 |
a dozen built-in symbols. The reference implementation of Pixley
|
6 | |
is written in 124 lines of Pixley (or, if you prefer, 124 lines of Scheme;
|
7 | |
and if you prefer more Scheme-ly metrics, it consists of 407 instances of
|
8 | |
53 unique symbols in 672 cons cells.)
|
|
6 |
is written in 122 lines of Pixley (or, if you prefer, 122 lines of Scheme;
|
|
7 |
and if you prefer more Scheme-ly metrics, it consists of 405 instances of
|
|
8 |
53 unique symbols in 668 cons cells.)
|
9 | 9 |
|
10 | 10 |
Except where noted as being in the public domain, the source code files
|
11 | 11 |
in the Pixley project are distributed under a BSD license.
|
64 | 64 |
<h2>Reference Implementation</h2>
|
65 | 65 |
|
66 | 66 |
<p>The reference implementation of Pixley, <code>pixley.pix</code>,
|
67 | |
is written in 124 lines of Pixley (or, if you prefer, 124 lines of Scheme;
|
|
67 |
is written in 122 lines of Pixley (or, if you prefer, 122 lines of Scheme;
|
68 | 68 |
and if you prefer more Scheme-ly metrics, it consists of 405 instances of
|
69 | 69 |
53 unique symbols in 668 cons cells.)</p>
|
70 | 70 |
|
|
124 | 124 |
...)
|
125 | 125 |
</pre>
|
126 | 126 |
|
127 | |
<h2>Pixley v1.1</h2>
|
|
127 |
<h3>Pixley v1.1</h3>
|
128 | 128 |
|
129 | 129 |
<p>Pixley 1.1 was released on November 5<sup>th</sup>, 2010, from Evanston,
|
130 | 130 |
Illinois.</p>
|