# [`boundvariable`][]
Research notes regarding the [Cult of the Bound Variable][] and affiliates.
[`boundvariable`]: https://git.rcrnstn.net/rcrnstn/cult-of-the-bound-variable
[Cult of the Bound Variable]: http://boundvariable.org
## Universal Machine (UM)
### An puzzling appeal
The association of amateur computational archaeolinguistics, of which I am
a/the member, has heard the call of Professor Emeritus Harry Q. Bovik and
intend to contribute to the [task][] outlined if we can.
As an archaeolinguist my first instinct is to sort through what we know so far
and archive it locally, I hope Professor Bovik doesn't not mind. I also hope
you like [AWK][]. The [`Makefile`][] now downloads/generates the following:
- [`task.txt`][]: Slightly trimmed plain text version of the task.
- [`sha1sums.txt`][]: File hashes extracted from the task.
- [`codex-key.txt`][]: Codex key extracted from the task.
- `codex.umz`: The codex.
- `sandmark.umz`: The benchmark.
- [`sandmark-output.txt`][]: Expected output of the benchmark.
- [`um-spec.txt`][]: Specification for the Universal Machine.
- `um.um`: CMU Reference implementation of the Universal Machine.
These files are all committed but also added to `.gitignore` and removed by
`make clean`.
[tasks]: http://www.boundvariable.org/task.shtml
[AWK]: https://en.wikipedia.org/wiki/AWK
[`Makefile`]: Makefile
[`task.txt`]: task.txt
[`sha1sums.txt`]: sha1sums.txt
[`codex-key.txt`]: codex-key.txt
[`sandmark-output.txt`]: sandmark-output.txt
[`um-spec.txt`]: um-spec.txt
## License
Licensed under the [ISC License][] unless otherwise noted, see the
[`LICENSE`][] file.
[ISC License]: https://choosealicense.com/licenses/isc
[`LICENSE`]: LICENSE