From 00d92539208da86557e592a8c8df03d3b08e6b40 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 25 Dec 2021 22:05:54 -0400 Subject: Dusting off the pure-Lux JVM compiler machinery. [Part 2] --- documentation/bookmark/game/generation/name.md | 4 ++++ documentation/bookmark/game/mechanic/unlockable.md | 4 ++++ documentation/bookmark/game/worldbuilding/town.md | 4 ++++ documentation/bookmark/paradigm/logic_programming.md | 1 + documentation/bookmark/tool/debugger.md | 20 +++++++++++--------- 5 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 documentation/bookmark/game/generation/name.md create mode 100644 documentation/bookmark/game/mechanic/unlockable.md create mode 100644 documentation/bookmark/game/worldbuilding/town.md (limited to 'documentation/bookmark') 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/ -- cgit v1.2.3