Update history and bump copyright date.
Chris Pressey
10 years ago
2 | 2 |
BSD-style license:
|
3 | 3 |
|
4 | 4 |
|
5 | |
Copyright (c)2011 Cat's Eye Technologies. All rights reserved.
|
|
5 |
Copyright (c)2011-2015 Cat's Eye Technologies. All rights reserved.
|
6 | 6 |
|
7 | 7 |
Redistribution and use in source and binary forms, with or without
|
8 | 8 |
modification, are permitted provided that the following conditions
|
0 | 0 |
The Pixley Programming Language
|
1 | 1 |
===============================
|
2 | 2 |
|
3 | |
Language version 2.0, distribution revision 2013.1024
|
|
3 |
Language version 2.0, distribution revision 2015.0101
|
4 | 4 |
|
5 | 5 |
Introduction
|
6 | 6 |
------------
|
|
307 | 307 |
* The test suite has been modernized (for whatever "modern" means for
|
308 | 308 |
Falderal) and enriched to handle testing these extra implementations.
|
309 | 309 |
|
|
310 |
### Pixley 2.0 revision 2015.0101 ###
|
|
311 |
|
|
312 |
(This also includes updates from revision 2014.0819 which I neglected to
|
|
313 |
list here previously.)
|
|
314 |
|
|
315 |
Again, no changes in the language. Just some implementation improvements.
|
|
316 |
|
|
317 |
* A new implementation of Pixley, in Javascript, which runs in a web browser
|
|
318 |
which supports Web Workers. As a bonus, it can depict the Pixley program
|
|
319 |
as a series of nested, coloured rectangles. You can see it online here:
|
|
320 |
[Pixley installation at Cat's Eye Technologies](http://catseye.tc/installation/Pixley).
|
|
321 |
|
|
322 |
* Wrappers to allow `pixley.scm` to be run under Scheme48 and the CHICKEN
|
|
323 |
Scheme interpreter.
|
|
324 |
|
|
325 |
* The test suite tries to find a reasonable Scheme implementation to run
|
|
326 |
under.
|
|
327 |
|
|
328 |
* Syntax for tests updated to Falderal 0.10.
|
|
329 |
|
|
330 |
* `with-input-from-file` is an optional R5RS, so change the Scheme programs
|
|
331 |
to not rely on it.
|
|
332 |
|
310 | 333 |
Conclusion
|
311 | 334 |
----------
|
312 | 335 |
|