-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREAD ME FIRST.txt
48 lines (35 loc) · 1.58 KB
/
READ ME FIRST.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Quackery consists of the files and folders in the folder named
quackery in which you find this file.
In addition to this text file, you should find four pdf files, namely;
The Book of Quackery.pdf the Quackery manual
The Book of Quackery for print.pdf as above, but prints better
Quackery-Book-Review.pdf mostly for the benefit of people
visiting the GitHub repository
Forging a Future in Silicon.pdf The Quackery engine envisioned
and four text files;
quackery.py the Quackery language coded in Python 3
extensionsX.qky a file of Quackery code
bigrat.qky another file of Quackery code
turtleduck.qky and another file of Quackery code
and a folder called sundry, containing four more files of Quackery
code;
cards.qky
demo.qky
fsm.qky
heapsort.qky
You will require a copy of Python3, version 3.5 or better, on your
system. As a quick test navigate to the quackery folder in your
Terminal app and enter either
python quackery.py sundry/demo.qky
or
python3 quackery.py sundry/demo.qky
One or both of these should a few screenfuls of output. If both
produce an error message, you probably need to install or upgrade
Python 3 on your system. More details about running Quackery can be
found in The Book of Quackery.
This work is licensed under the Creative Commons Attribution 4.0
International License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/4.0/ or send a letter to
Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
Gordon Charlton, 2024
gordonrcharlton {at} gmail {dot} com