aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/research/database.md1
-rw-r--r--documentation/research/game_programming.md1
-rw-r--r--documentation/research/math.md6
-rw-r--r--documentation/research/text_editor & ide.md1
4 files changed, 9 insertions, 0 deletions
diff --git a/documentation/research/database.md b/documentation/research/database.md
index 6e36919b8..9d3210e71 100644
--- a/documentation/research/database.md
+++ b/documentation/research/database.md
@@ -47,6 +47,7 @@
# Index
+1. https://www.pilosa.com/
1. https://en.wikipedia.org/wiki/Fractal_tree_index
1. [Beating hash tables with trees? The ART-ful radix trie](https://www.the-paper-trail.org/post/art-paper-notes/)
1. https://www.ristret.com/s/gnd4yr/brief_history_log_structured_merge_trees
diff --git a/documentation/research/game_programming.md b/documentation/research/game_programming.md
index 0241e84cc..28796493d 100644
--- a/documentation/research/game_programming.md
+++ b/documentation/research/game_programming.md
@@ -1,5 +1,6 @@
# Engine
+1. https://www.raylib.com/index.html
1. https://github.com/GoogleCloudPlatform/agones
1. https://luxeengine.com/
1. https://www.haroldserrano.com/blog/books-i-used-to-develop-a-game-engine
diff --git a/documentation/research/math.md b/documentation/research/math.md
index fc3d8b495..fd016f7b0 100644
--- a/documentation/research/math.md
+++ b/documentation/research/math.md
@@ -1,3 +1,8 @@
+# Period
+
+1. https://en.wikipedia.org/wiki/Ring_of_periods
+1. [PERIODS](http://www.ihes.fr/~maxim/TEXTS/Periods.pdf)
+
# Proof theory
1. [Mathematical Components](https://math-comp.github.io/mcb/)
@@ -40,6 +45,7 @@
# _Compendium of resources_
+1. [ALL IN ONE MATHEMATICS CHEAT SHEET](https://ourway.keybase.pub/mathematics_cheat_sheet.pdf)
1. https://github.com/llSourcell/learn_math_fast
1. https://www.algorithm-archive.org/
1. [3b1b featured creators #1](https://www.youtube.com/watch?v=VcgJro0sTiM)
diff --git a/documentation/research/text_editor & ide.md b/documentation/research/text_editor & ide.md
index 3b63f1e2e..34127863a 100644
--- a/documentation/research/text_editor & ide.md
+++ b/documentation/research/text_editor & ide.md
@@ -11,6 +11,7 @@
1. Hovering/selecting an input to a function inside a function-call should display the name of the input in the function declaration. This would help understand the purpose of the value while in the function call without needing Lux/the-language to have named inputs as a feature.
1. https://www.emacswiki.org/emacs/UndoTree
1. https://jameshfisher.com/2014/05/11/your-syntax-highlighter-is-wrong/
+1. https://medium.com/@evnbr/coding-in-color-3a6db2743a1e
# Voice