diff --git a/README.rst b/README.rst
index 74f5eee..ad45b97 100644
--- a/README.rst
+++ b/README.rst
@@ -17,6 +17,7 @@ Projects
+ ``par/``: `A Pamphlet Against R `_
+ ``pio/``: `PlatformIO `_ projects
+ ``practical_prolog/``: `The Practice of Prolog `_
++ ``qc/``: Quantum computing experiments
+ ``uc/``: `Understanding Computation `_
Related
diff --git a/KnowledgeBase example.ipynb b/misc/aqe/KnowledgeBase example.ipynb
similarity index 100%
rename from KnowledgeBase example.ipynb
rename to misc/aqe/KnowledgeBase example.ipynb
diff --git a/NOTES.txt b/misc/aqe/NOTES.txt
similarity index 100%
rename from NOTES.txt
rename to misc/aqe/NOTES.txt
diff --git a/README.md b/misc/aqe/README.md
similarity index 100%
rename from README.md
rename to misc/aqe/README.md
diff --git a/__init__.py b/misc/aqe/__init__.py
similarity index 100%
rename from __init__.py
rename to misc/aqe/__init__.py
diff --git a/actions.py b/misc/aqe/actions.py
similarity index 100%
rename from actions.py
rename to misc/aqe/actions.py
diff --git a/data/corpus.json b/misc/aqe/data/corpus.json
similarity index 100%
rename from data/corpus.json
rename to misc/aqe/data/corpus.json
diff --git a/example.md b/misc/aqe/example.md
similarity index 100%
rename from example.md
rename to misc/aqe/example.md
diff --git a/kb.py b/misc/aqe/kb.py
similarity index 100%
rename from kb.py
rename to misc/aqe/kb.py
diff --git a/sample.py b/misc/aqe/sample.py
similarity index 100%
rename from sample.py
rename to misc/aqe/sample.py
diff --git a/test_actions.py b/misc/aqe/test_actions.py
similarity index 100%
rename from test_actions.py
rename to misc/aqe/test_actions.py
diff --git a/test_kb.py b/misc/aqe/test_kb.py
similarity index 100%
rename from test_kb.py
rename to misc/aqe/test_kb.py
diff --git a/util.py b/misc/aqe/util.py
similarity index 100%
rename from util.py
rename to misc/aqe/util.py
diff --git a/default/defs.h b/misc/kforth/default/defs.h
similarity index 100%
rename from default/defs.h
rename to misc/kforth/default/defs.h
diff --git a/defs.h b/misc/kforth/defs.h
similarity index 100%
rename from defs.h
rename to misc/kforth/defs.h
diff --git a/doc/Makefile b/misc/kforth/doc/Makefile
similarity index 100%
rename from doc/Makefile
rename to misc/kforth/doc/Makefile
diff --git a/doc/conf.py b/misc/kforth/doc/conf.py
similarity index 100%
rename from doc/conf.py
rename to misc/kforth/doc/conf.py
diff --git a/doc/fst83/FORTH-83.PRN b/misc/kforth/doc/fst83/FORTH-83.PRN
similarity index 100%
rename from doc/fst83/FORTH-83.PRN
rename to misc/kforth/doc/fst83/FORTH-83.PRN
diff --git a/doc/fst83/fst83-0.txt b/misc/kforth/doc/fst83/fst83-0.txt
similarity index 100%
rename from doc/fst83/fst83-0.txt
rename to misc/kforth/doc/fst83/fst83-0.txt
diff --git a/doc/fst83/fst83-1.txt b/misc/kforth/doc/fst83/fst83-1.txt
similarity index 100%
rename from doc/fst83/fst83-1.txt
rename to misc/kforth/doc/fst83/fst83-1.txt
diff --git a/doc/fst83/fst83-10.txt b/misc/kforth/doc/fst83/fst83-10.txt
similarity index 100%
rename from doc/fst83/fst83-10.txt
rename to misc/kforth/doc/fst83/fst83-10.txt
diff --git a/doc/fst83/fst83-11.txt b/misc/kforth/doc/fst83/fst83-11.txt
similarity index 100%
rename from doc/fst83/fst83-11.txt
rename to misc/kforth/doc/fst83/fst83-11.txt
diff --git a/doc/fst83/fst83-12.txt b/misc/kforth/doc/fst83/fst83-12.txt
similarity index 100%
rename from doc/fst83/fst83-12.txt
rename to misc/kforth/doc/fst83/fst83-12.txt
diff --git a/doc/fst83/fst83-13.txt b/misc/kforth/doc/fst83/fst83-13.txt
similarity index 100%
rename from doc/fst83/fst83-13.txt
rename to misc/kforth/doc/fst83/fst83-13.txt
diff --git a/doc/fst83/fst83-14.txt b/misc/kforth/doc/fst83/fst83-14.txt
similarity index 100%
rename from doc/fst83/fst83-14.txt
rename to misc/kforth/doc/fst83/fst83-14.txt
diff --git a/doc/fst83/fst83-15.txt b/misc/kforth/doc/fst83/fst83-15.txt
similarity index 100%
rename from doc/fst83/fst83-15.txt
rename to misc/kforth/doc/fst83/fst83-15.txt
diff --git a/doc/fst83/fst83-16.txt b/misc/kforth/doc/fst83/fst83-16.txt
similarity index 100%
rename from doc/fst83/fst83-16.txt
rename to misc/kforth/doc/fst83/fst83-16.txt
diff --git a/doc/fst83/fst83-2.txt b/misc/kforth/doc/fst83/fst83-2.txt
similarity index 100%
rename from doc/fst83/fst83-2.txt
rename to misc/kforth/doc/fst83/fst83-2.txt
diff --git a/doc/fst83/fst83-3.txt b/misc/kforth/doc/fst83/fst83-3.txt
similarity index 100%
rename from doc/fst83/fst83-3.txt
rename to misc/kforth/doc/fst83/fst83-3.txt
diff --git a/doc/fst83/fst83-4.txt b/misc/kforth/doc/fst83/fst83-4.txt
similarity index 100%
rename from doc/fst83/fst83-4.txt
rename to misc/kforth/doc/fst83/fst83-4.txt
diff --git a/doc/fst83/fst83-5.txt b/misc/kforth/doc/fst83/fst83-5.txt
similarity index 100%
rename from doc/fst83/fst83-5.txt
rename to misc/kforth/doc/fst83/fst83-5.txt
diff --git a/doc/fst83/fst83-6.txt b/misc/kforth/doc/fst83/fst83-6.txt
similarity index 100%
rename from doc/fst83/fst83-6.txt
rename to misc/kforth/doc/fst83/fst83-6.txt
diff --git a/doc/fst83/fst83-7.txt b/misc/kforth/doc/fst83/fst83-7.txt
similarity index 100%
rename from doc/fst83/fst83-7.txt
rename to misc/kforth/doc/fst83/fst83-7.txt
diff --git a/doc/fst83/fst83-8.txt b/misc/kforth/doc/fst83/fst83-8.txt
similarity index 100%
rename from doc/fst83/fst83-8.txt
rename to misc/kforth/doc/fst83/fst83-8.txt
diff --git a/doc/fst83/fst83-9.txt b/misc/kforth/doc/fst83/fst83-9.txt
similarity index 100%
rename from doc/fst83/fst83-9.txt
rename to misc/kforth/doc/fst83/fst83-9.txt
diff --git a/doc/fst83/fst83-a.txt b/misc/kforth/doc/fst83/fst83-a.txt
similarity index 100%
rename from doc/fst83/fst83-a.txt
rename to misc/kforth/doc/fst83/fst83-a.txt
diff --git a/doc/fst83/fst83-c.txt b/misc/kforth/doc/fst83/fst83-c.txt
similarity index 100%
rename from doc/fst83/fst83-c.txt
rename to misc/kforth/doc/fst83/fst83-c.txt
diff --git a/doc/fst83/fst83-d.txt b/misc/kforth/doc/fst83/fst83-d.txt
similarity index 100%
rename from doc/fst83/fst83-d.txt
rename to misc/kforth/doc/fst83/fst83-d.txt
diff --git a/doc/fst83/fst83-e.txt b/misc/kforth/doc/fst83/fst83-e.txt
similarity index 100%
rename from doc/fst83/fst83-e.txt
rename to misc/kforth/doc/fst83/fst83-e.txt
diff --git a/doc/fst83/fst83_12.fs b/misc/kforth/doc/fst83/fst83_12.fs
similarity index 100%
rename from doc/fst83/fst83_12.fs
rename to misc/kforth/doc/fst83/fst83_12.fs
diff --git a/doc/fst83/fst83_13.fs b/misc/kforth/doc/fst83/fst83_13.fs
similarity index 100%
rename from doc/fst83/fst83_13.fs
rename to misc/kforth/doc/fst83/fst83_13.fs
diff --git a/doc/fst83/fst83_14.fs b/misc/kforth/doc/fst83/fst83_14.fs
similarity index 100%
rename from doc/fst83/fst83_14.fs
rename to misc/kforth/doc/fst83/fst83_14.fs
diff --git a/doc/fst83/fst83_15.fs b/misc/kforth/doc/fst83/fst83_15.fs
similarity index 100%
rename from doc/fst83/fst83_15.fs
rename to misc/kforth/doc/fst83/fst83_15.fs
diff --git a/doc/fst83/fst83_16.fs b/misc/kforth/doc/fst83/fst83_16.fs
similarity index 100%
rename from doc/fst83/fst83_16.fs
rename to misc/kforth/doc/fst83/fst83_16.fs
diff --git a/doc/fst83/fst83_b.fs b/misc/kforth/doc/fst83/fst83_b.fs
similarity index 100%
rename from doc/fst83/fst83_b.fs
rename to misc/kforth/doc/fst83/fst83_b.fs
diff --git a/doc/fst83/fst83_c.fs b/misc/kforth/doc/fst83/fst83_c.fs
similarity index 100%
rename from doc/fst83/fst83_c.fs
rename to misc/kforth/doc/fst83/fst83_c.fs
diff --git a/doc/fst83/fst83chk.fs b/misc/kforth/doc/fst83/fst83chk.fs
similarity index 100%
rename from doc/fst83/fst83chk.fs
rename to misc/kforth/doc/fst83/fst83chk.fs
diff --git a/doc/fst83/s.txt b/misc/kforth/doc/fst83/s.txt
similarity index 100%
rename from doc/fst83/s.txt
rename to misc/kforth/doc/fst83/s.txt
diff --git a/doc/index.rst b/misc/kforth/doc/index.rst
similarity index 100%
rename from doc/index.rst
rename to misc/kforth/doc/index.rst
diff --git a/doc/part-0x01.rst b/misc/kforth/doc/part-0x01.rst
similarity index 100%
rename from doc/part-0x01.rst
rename to misc/kforth/doc/part-0x01.rst
diff --git a/doc/part-0x02.rst b/misc/kforth/doc/part-0x02.rst
similarity index 100%
rename from doc/part-0x02.rst
rename to misc/kforth/doc/part-0x02.rst
diff --git a/doc/part-0x03.rst b/misc/kforth/doc/part-0x03.rst
similarity index 100%
rename from doc/part-0x03.rst
rename to misc/kforth/doc/part-0x03.rst
diff --git a/doc/part-0x04.rst b/misc/kforth/doc/part-0x04.rst
similarity index 100%
rename from doc/part-0x04.rst
rename to misc/kforth/doc/part-0x04.rst
diff --git a/doc/part-0x05.rst b/misc/kforth/doc/part-0x05.rst
similarity index 100%
rename from doc/part-0x05.rst
rename to misc/kforth/doc/part-0x05.rst
diff --git a/doc/part-0x06.rst b/misc/kforth/doc/part-0x06.rst
similarity index 100%
rename from doc/part-0x06.rst
rename to misc/kforth/doc/part-0x06.rst
diff --git a/doc/part-0x07.rst b/misc/kforth/doc/part-0x07.rst
similarity index 100%
rename from doc/part-0x07.rst
rename to misc/kforth/doc/part-0x07.rst
diff --git a/doc/part-0x08.rst b/misc/kforth/doc/part-0x08.rst
similarity index 100%
rename from doc/part-0x08.rst
rename to misc/kforth/doc/part-0x08.rst
diff --git a/doc/part-0x09.rst b/misc/kforth/doc/part-0x09.rst
similarity index 100%
rename from doc/part-0x09.rst
rename to misc/kforth/doc/part-0x09.rst
diff --git a/eval.c b/misc/kforth/eval.c
similarity index 100%
rename from eval.c
rename to misc/kforth/eval.c
diff --git a/eval.h b/misc/kforth/eval.h
similarity index 100%
rename from eval.h
rename to misc/kforth/eval.h
diff --git a/kf.c b/misc/kforth/kf.c
similarity index 100%
rename from kf.c
rename to misc/kforth/kf.c
diff --git a/pc/defs.h b/misc/kforth/pc/defs.h
similarity index 100%
rename from pc/defs.h
rename to misc/kforth/pc/defs.h
diff --git a/stack.c b/misc/kforth/stack.c
similarity index 100%
rename from stack.c
rename to misc/kforth/stack.c
diff --git a/stack.h b/misc/kforth/stack.h
similarity index 100%
rename from stack.h
rename to misc/kforth/stack.h
diff --git a/stats.txt b/misc/kforth/stats.txt
similarity index 100%
rename from stats.txt
rename to misc/kforth/stats.txt
diff --git a/v1/Makefile b/misc/kforth/v1/Makefile
similarity index 100%
rename from v1/Makefile
rename to misc/kforth/v1/Makefile
diff --git a/v1/TODO.txt b/misc/kforth/v1/TODO.txt
similarity index 100%
rename from v1/TODO.txt
rename to misc/kforth/v1/TODO.txt
diff --git a/v1/defs.h b/misc/kforth/v1/defs.h
similarity index 100%
rename from v1/defs.h
rename to misc/kforth/v1/defs.h
diff --git a/v1/dict.cc b/misc/kforth/v1/dict.cc
similarity index 100%
rename from v1/dict.cc
rename to misc/kforth/v1/dict.cc
diff --git a/v1/dict.h b/misc/kforth/v1/dict.h
similarity index 100%
rename from v1/dict.h
rename to misc/kforth/v1/dict.h
diff --git a/v1/io.cc b/misc/kforth/v1/io.cc
similarity index 100%
rename from v1/io.cc
rename to misc/kforth/v1/io.cc
diff --git a/v1/io.h b/misc/kforth/v1/io.h
similarity index 100%
rename from v1/io.h
rename to misc/kforth/v1/io.h
diff --git a/v1/kforth.cc b/misc/kforth/v1/kforth.cc
similarity index 100%
rename from v1/kforth.cc
rename to misc/kforth/v1/kforth.cc
diff --git a/v1/linux.h b/misc/kforth/v1/linux.h
similarity index 100%
rename from v1/linux.h
rename to misc/kforth/v1/linux.h
diff --git a/v1/linux/defs.h b/misc/kforth/v1/linux/defs.h
similarity index 100%
rename from v1/linux/defs.h
rename to misc/kforth/v1/linux/defs.h
diff --git a/v1/linux/io.cc b/misc/kforth/v1/linux/io.cc
similarity index 100%
rename from v1/linux/io.cc
rename to misc/kforth/v1/linux/io.cc
diff --git a/v1/linux/io.h b/misc/kforth/v1/linux/io.h
similarity index 100%
rename from v1/linux/io.h
rename to misc/kforth/v1/linux/io.h
diff --git a/v1/parser.cc b/misc/kforth/v1/parser.cc
similarity index 100%
rename from v1/parser.cc
rename to misc/kforth/v1/parser.cc
diff --git a/v1/parser.h b/misc/kforth/v1/parser.h
similarity index 100%
rename from v1/parser.h
rename to misc/kforth/v1/parser.h
diff --git a/v1/stack.h b/misc/kforth/v1/stack.h
similarity index 100%
rename from v1/stack.h
rename to misc/kforth/v1/stack.h
diff --git a/v1/system.cc b/misc/kforth/v1/system.cc
similarity index 100%
rename from v1/system.cc
rename to misc/kforth/v1/system.cc
diff --git a/v1/system.h b/misc/kforth/v1/system.h
similarity index 100%
rename from v1/system.h
rename to misc/kforth/v1/system.h
diff --git a/v1/word.cc b/misc/kforth/v1/word.cc
similarity index 100%
rename from v1/word.cc
rename to misc/kforth/v1/word.cc
diff --git a/v1/word.h b/misc/kforth/v1/word.h
similarity index 100%
rename from v1/word.h
rename to misc/kforth/v1/word.h
diff --git a/word.c b/misc/kforth/word.c
similarity index 100%
rename from word.c
rename to misc/kforth/word.c
diff --git a/word.h b/misc/kforth/word.h
similarity index 100%
rename from word.h
rename to misc/kforth/word.h