Add truth-machine example.
catseye
12 years ago
16 | 16 | * `thue.py`, in Python, written by Frédéric van der Plancke |
17 | 17 | * `thue.rb`, in Ruby, written by Chris Pressey |
18 | 18 | |
19 | There is an assortment of example Thue programs in the `eg` directory; all | |
20 | were written by John, except for `add_bin.t`, which was written by Frédéric, | |
21 | and the `edgcase?.t` ones, which were written by Chris. | |
19 | There is an assortment of example Thue programs in the `eg` directory. The | |
20 | credits for these are as follows: | |
21 | ||
22 | * `add_bin.t`: Frédéric van der Plancke | |
23 | * `edgcase?.t`: Chris Pressey | |
24 | * `truth-machine.t`: Keymaker | |
25 | * all others: John Colagioia | |
22 | 26 | |
23 | 27 | More information on Thue can be found on the esolangs.org wiki |
24 | 28 | [entry for Thue](http://esolangs.org/wiki/Thue). |
53 | 57 | programs in `eg`, and the contents of this README, into the public domain, |
54 | 58 | under the Creative Commons [CC0 1.0 Public Domain Dedication][]. |
55 | 59 | |
60 | The following example files were taken from the [esolangs.org wiki][], and | |
61 | are thus also under the CC0 1.0 Public Domain Dedication: | |
62 | ||
63 | * `truth-machine.t` | |
64 | ||
56 | 65 | [CC0 1.0 Public Domain Dedication]: http://creativecommons.org/publicdomain/zero/1.0/ |
66 | [esolangs.org wiki]: http://esolangs.org/ |