aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEduardo Julian2021-12-25 22:05:54 -0400
committerEduardo Julian2021-12-25 22:05:54 -0400
commit00d92539208da86557e592a8c8df03d3b08e6b40 (patch)
treea71cc9e5f41c230f07956301263a710689e9dc85 /documentation
parent63b45e09c5f5ceb59a48ed05cdc2d2c6cb038a7b (diff)
Dusting off the pure-Lux JVM compiler machinery. [Part 2]
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bookmark/game/generation/name.md4
-rw-r--r--documentation/bookmark/game/mechanic/unlockable.md4
-rw-r--r--documentation/bookmark/game/worldbuilding/town.md4
-rw-r--r--documentation/bookmark/paradigm/logic_programming.md1
-rw-r--r--documentation/bookmark/tool/debugger.md20
5 files changed, 24 insertions, 9 deletions
diff --git a/documentation/bookmark/game/generation/name.md b/documentation/bookmark/game/generation/name.md
new file mode 100644
index 000000000..b4f042f48
--- /dev/null
+++ b/documentation/bookmark/game/generation/name.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Sraƫka-Lillian - Procedural Phonology: Generating Name Generators](https://www.youtube.com/watch?v=XQKNwaCwD-I)
+
diff --git a/documentation/bookmark/game/mechanic/unlockable.md b/documentation/bookmark/game/mechanic/unlockable.md
new file mode 100644
index 000000000..48aa69735
--- /dev/null
+++ b/documentation/bookmark/game/mechanic/unlockable.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [How Do You Make Fun Unlockables? ~ Design Doc](https://www.youtube.com/watch?v=R8EyVhHRjqc)
+
diff --git a/documentation/bookmark/game/worldbuilding/town.md b/documentation/bookmark/game/worldbuilding/town.md
new file mode 100644
index 000000000..bbbdf4687
--- /dev/null
+++ b/documentation/bookmark/game/worldbuilding/town.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [What Makes a Good RPG Town? ~ Design Doc](https://www.youtube.com/watch?v=uXleufh2mY0)
+
diff --git a/documentation/bookmark/paradigm/logic_programming.md b/documentation/bookmark/paradigm/logic_programming.md
index cf7b7d13c..9cb7df2e6 100644
--- a/documentation/bookmark/paradigm/logic_programming.md
+++ b/documentation/bookmark/paradigm/logic_programming.md
@@ -12,6 +12,7 @@
# Reference
+0. [PrologHub](https://prologhub.com/)
0. https://book.simply-logical.space/
0. [Higher-Order Logic Programming](https://www.lix.polytechnique.fr/~dale/papers/Handbook_Logic_AI_LP.pdf)
0. [HiLog: A foundation for higher-order logic programming](http://www.sciencedirect.com/science/article/pii/074310669390039J)
diff --git a/documentation/bookmark/tool/debugger.md b/documentation/bookmark/tool/debugger.md
index fb4283d67..f39d1a80d 100644
--- a/documentation/bookmark/tool/debugger.md
+++ b/documentation/bookmark/tool/debugger.md
@@ -1,12 +1,14 @@
# Reference
-1. [Ruby Jard: Just Another Ruby Debugger](https://rubyjard.org/)
-1. [drgn: Scriptable debugger library](https://github.com/osandov/drgn)
-1. [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/)
-1. https://github.com/srg-imperial/SaBRe
-1. https://developer.mozilla.org/en-US/docs/Mozilla/Projects/WebReplay
-1. https://umaar.github.io/performance-debugging-devtools-2018/#/
-1. http://plasma-umass.org/BLeak/
-1. https://clinicjs.org/
-1. http://pev.sourceforge.net/
+0. [tokio-console](https://github.com/tokio-rs/console)
+ 0. [Announcing Tokio Console 0.1](https://tokio.rs/blog/2021-12-announcing-tokio-console)
+0. [Ruby Jard: Just Another Ruby Debugger](https://rubyjard.org/)
+0. [drgn: Scriptable debugger library](https://github.com/osandov/drgn)
+0. [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/)
+0. https://github.com/srg-imperial/SaBRe
+0. https://developer.mozilla.org/en-US/docs/Mozilla/Projects/WebReplay
+0. https://umaar.github.io/performance-debugging-devtools-2018/#/
+0. http://plasma-umass.org/BLeak/
+0. https://clinicjs.org/
+0. http://pev.sourceforge.net/