git @ Cat's Eye Technologies Pixley / rel_2_0_2015_0101
Update history and bump copyright date. Chris Pressey 10 years ago
2 changed file(s) with 25 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 BSD-style license:
33
44
5 Copyright (c)2011 Cat's Eye Technologies. All rights reserved.
5 Copyright (c)2011-2015 Cat's Eye Technologies. All rights reserved.
66
77 Redistribution and use in source and binary forms, with or without
88 modification, are permitted provided that the following conditions
00 The Pixley Programming Language
11 ===============================
22
3 Language version 2.0, distribution revision 2013.1024
3 Language version 2.0, distribution revision 2015.0101
44
55 Introduction
66 ------------
307307 * The test suite has been modernized (for whatever "modern" means for
308308 Falderal) and enriched to handle testing these extra implementations.
309309
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
310333 Conclusion
311334 ----------
312335