Tree @master (Download .tar.gz)
Pixley
Try it online @ catseye.tc | See also: Pail ∘ Robin
Pixley is a strict subset of R5RS Scheme (or, if you prefer, R4RS Scheme), supporting four datatypes (boolean, cons cell, function, and symbol) and a dozen built-in symbols. The reference implementation of Pixley is written in 124 lines of Pixley (or, if you prefer, 124 lines of Scheme; and if you prefer more Scheme-ly metrics, it consists of 413 instances of 54 unique symbols in 684 cons cells.)
This distribution also contains (non-reference) implementations of Pixley
in C (mignon) and Haskell (haney), as well as ancillary support for
running Pixley under four different implementations of Scheme (Racket's
plt-r5rs, Husk Scheme, Mini-Scheme v0.85p1, and Tinyscheme,) as well as
several minor dialects of the Pixley language (Pifxley, P-Normal Pixley,
and Crabwell.)
Except where noted as being in the public domain, the source code files in the Pixley project are distributed under a BSD license.
The latest released version of the Pixley language is 2.0. For more information on the language, reference implementation, and project, please refer to The Pixley Programming Language document.
Development
Official release distfiles are available on the Pixley project page at Cat's Eye Technologies.
The git repository for the reference distribution is available on Codeberg.
For a release history of the reference distribution, see HISTORY.md.
Commit History
@master
git clone https://git.catseye.tc/Pixley/
- Whitespace. catseye 14 years ago
- Improve test harness; fix up p-normalizer and test suite for it. catseye 14 years ago
- Import latest development efforts on Pixley. catseye 14 years ago
- Added tag rel_1_1 for changeset 2661e942c34c catseye 14 years ago
- Add dynamic markup from website. catseye 14 years ago
- Added tag rel_1_1 for changeset 322761d4b65a catseye 14 years ago
- Import of Pixley 1.1 sources. catseye 14 years ago
- Added tag rel_1_0 for changeset 70a2fe3cc554 catseye 14 years ago
- Initial import of Pixley 1.0 sources. catseye 14 years ago