aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEduardo Julian2022-06-24 22:38:07 -0400
committerEduardo Julian2022-06-24 22:38:07 -0400
commita384e0c9426d6110fa4c104a1327808a0aff91b0 (patch)
treef4af3d7122e1cc18c00b269562c592f81ad3ca3d /documentation
parent7249707e7c09be68dfb7507ba363efd3300a0141 (diff)
Generalized machinery for context-aware macros.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bookmark/architecture.md6
-rw-r--r--documentation/bookmark/deprecation.md5
-rw-r--r--documentation/bookmark/documentation.md1
-rw-r--r--documentation/bookmark/optimization/lazy_evaluation.md6
-rw-r--r--documentation/bookmark/performance.md3
-rw-r--r--documentation/bookmark/programming_language/syntax.md4
-rw-r--r--documentation/bookmark/random_generation.md4
-rw-r--r--documentation/bookmark/security/privacy.md6
-rw-r--r--documentation/bookmark/user_interface/widget.md4
-rw-r--r--documentation/bookmark/web_framework.md1
10 files changed, 33 insertions, 7 deletions
diff --git a/documentation/bookmark/architecture.md b/documentation/bookmark/architecture.md
index d7b2a9ccf..46710f273 100644
--- a/documentation/bookmark/architecture.md
+++ b/documentation/bookmark/architecture.md
@@ -1,5 +1,7 @@
# Reference
-1. [Polylith](https://polylith.gitbook.io/polylith)
-1. [Awesome Software Architecture](https://mehdihadeli.github.io/awesome-software-architecture/)
+0. []()
+0. [Software Architecture: It Might Not Be What You Think It Is](https://www.infoq.com/articles/what-software-architecture/)
+0. [Polylith](https://polylith.gitbook.io/polylith)
+0. [Awesome Software Architecture](https://mehdihadeli.github.io/awesome-software-architecture/)
diff --git a/documentation/bookmark/deprecation.md b/documentation/bookmark/deprecation.md
new file mode 100644
index 000000000..b4ecb61a0
--- /dev/null
+++ b/documentation/bookmark/deprecation.md
@@ -0,0 +1,5 @@
+# Reference
+
+0. []()
+0. [Deprecating in Julia](https://invenia.github.io/blog/2022/06/17/deprecating-in-julia/)
+
diff --git a/documentation/bookmark/documentation.md b/documentation/bookmark/documentation.md
index dec25e3d9..e8218043f 100644
--- a/documentation/bookmark/documentation.md
+++ b/documentation/bookmark/documentation.md
@@ -4,6 +4,7 @@
# Programming
+0. [Nota](https://nota-lang.org/)
0. [Skribilo: The Ultimate Document Programming Framework](https://www.nongnu.org/skribilo/)
# Diagram | Chart
diff --git a/documentation/bookmark/optimization/lazy_evaluation.md b/documentation/bookmark/optimization/lazy_evaluation.md
index 8e9a785fd..93cf12387 100644
--- a/documentation/bookmark/optimization/lazy_evaluation.md
+++ b/documentation/bookmark/optimization/lazy_evaluation.md
@@ -1,5 +1,7 @@
# Reference
-1. [Promises Are Made to Be Broken: Migrating R to Strict Semantics](http://aviral.io/static/pdfs/promises-are-made-to-be-broken.pdf)
-1. [Call-by-Need Is Clairvoyant Call-by-Value](http://www.cs.nott.ac.uk/~pszgmh/clairvoyant.pdf)
+0. []()
+0. [Comparing strict and lazy](https://www.tweag.io/blog/2022-05-12-strict-vs-lazy/)
+0. [Promises Are Made to Be Broken: Migrating R to Strict Semantics](http://aviral.io/static/pdfs/promises-are-made-to-be-broken.pdf)
+0. [Call-by-Need Is Clairvoyant Call-by-Value](http://www.cs.nott.ac.uk/~pszgmh/clairvoyant.pdf)
diff --git a/documentation/bookmark/performance.md b/documentation/bookmark/performance.md
index a5009abf5..c3fecf5e9 100644
--- a/documentation/bookmark/performance.md
+++ b/documentation/bookmark/performance.md
@@ -1,4 +1,5 @@
# Reference
-1. [CppCon 2019: Chandler Carruth “There Are No Zero-cost Abstractions”](https://www.youtube.com/watch?v=rHIkrotSwcc)
+0. [A Management Maturity Model for Performance](https://infrequently.org/2022/05/performance-management-maturity/)
+0. [CppCon 2019: Chandler Carruth “There Are No Zero-cost Abstractions”](https://www.youtube.com/watch?v=rHIkrotSwcc)
diff --git a/documentation/bookmark/programming_language/syntax.md b/documentation/bookmark/programming_language/syntax.md
index 2d11ffaa7..5d28ea88d 100644
--- a/documentation/bookmark/programming_language/syntax.md
+++ b/documentation/bookmark/programming_language/syntax.md
@@ -1,4 +1,8 @@
# Reference
+0. []()
+0. [Composable and Compilable Macros: You Want it When?](https://www.cs.utah.edu/plt/publications/macromod.pdf)
+0. [From Macros to Reusable Generative Programming](http://cs.brown.edu/~sk/Publications/Papers/Published/kfd-macro-to-gen-prog/)
+0. [Not everything is an expression](https://codewords.recurse.com/issues/two/not-everything-is-an-expression)
0. [Rhombus](https://github.com/racket/rhombus-prototype)
diff --git a/documentation/bookmark/random_generation.md b/documentation/bookmark/random_generation.md
index 408d5da32..503c0baf5 100644
--- a/documentation/bookmark/random_generation.md
+++ b/documentation/bookmark/random_generation.md
@@ -1,4 +1,6 @@
# Reference
-1. [Efficiently Generating a Number in a Range](https://www.pcg-random.org/posts/bounded-rands.html)
+0. []()
+0. [Fast random integers](https://www.erlang.org/blog/faster-rand/)
+0. [Efficiently Generating a Number in a Range](https://www.pcg-random.org/posts/bounded-rands.html)
diff --git a/documentation/bookmark/security/privacy.md b/documentation/bookmark/security/privacy.md
new file mode 100644
index 000000000..0f7bb2ab5
--- /dev/null
+++ b/documentation/bookmark/security/privacy.md
@@ -0,0 +1,6 @@
+# Reference
+
+0. []()
+0. [Sovereign Stack: Take Back What's Yours](https://sovereignstack.tools/)
+0. [Privacy Resources](https://sovereignstack.tools/privacy-resources/)
+
diff --git a/documentation/bookmark/user_interface/widget.md b/documentation/bookmark/user_interface/widget.md
index 20f6a1a81..cc9596a6b 100644
--- a/documentation/bookmark/user_interface/widget.md
+++ b/documentation/bookmark/user_interface/widget.md
@@ -1,4 +1,6 @@
# Reference
-1. [Floating UI](https://www.floating-ui.com/)
+0. []()
+0. [100 Modern CSS Buttons. Every Style That You Can Imagine.](https://github.com/uihaven/ui-buttons)
+0. [Floating UI](https://www.floating-ui.com/)
diff --git a/documentation/bookmark/web_framework.md b/documentation/bookmark/web_framework.md
index d98eb95e7..87623c576 100644
--- a/documentation/bookmark/web_framework.md
+++ b/documentation/bookmark/web_framework.md
@@ -32,6 +32,7 @@
# Exemplar
+0. [Voby](https://github.com/vobyjs/voby)
0. ["Janus: Easy Complex UI with Declarative FRP" by Issa Tseng](https://www.youtube.com/watch?v=7S57O3VwIyQ)
0. https://github.com/alpinejs/alpine
0. [Mint: The programming language for writing single page applications.](https://www.mint-lang.com/)