Tree @rel_2_0_2014_0819 (Download .tar.gz)
Pixley
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
Pixley development is hosted on Bitbucket.
There is also a git mirror of the repository on Github.
Official release distfiles are available on the Pixley project page at Cat's Eye Technologies.
Commit History
@rel_2_0_2014_0819
git clone https://git.catseye.tc/Pixley/
- miniscm is cooler but csi has fewer bugs, so prefer it for tests. Cat's Eye Technologies 10 years ago
- Try to find a Scheme implementation. mignon, not haney, is default Pixley implementation. Cat's Eye Technologies 10 years ago
- NetBSD's gcc's -pedantic is. Build haney only if ghc present. Cat's Eye Technologies 10 years ago
- Try out the new yoob.ExampleManager in practice. Cat's Eye Technologies 10 years ago
- Only load the Worker as needed, to reduce the # of requests. Cat's Eye Technologies 10 years ago
- Replace .wrapIt() with .wrapWith() (caller decides wrapper.) Cat's Eye Technologies 10 years ago
- Kill -> stop. Cat's Eye Technologies 10 years ago
- Allow dependency injection of the URL of the Web Worker script. Cat's Eye Technologies 10 years ago
- Implement a Web Worker for the Pixley evaluator. Cat's Eye Technologies 10 years ago
- Display status on program load. Cat's Eye Technologies 10 years ago