aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEduardo Julian2021-10-01 02:59:09 -0400
committerEduardo Julian2021-10-01 02:59:09 -0400
commit628356261aa9539b4f438ffd369a2638dc9506bd (patch)
tree917b4118194d14b4d5fe5efc93091977d4caebdf /documentation
parent8196ab379495ab00c11b74b55b6f2fabd99ab351 (diff)
Commercial licensing option for Lux + release versions for sub-projects.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bookmark/back_end/Godot.md (renamed from documentation/bookmark/back-end/Godot.md)0
-rw-r--r--documentation/bookmark/back_end/JavaScript.md (renamed from documentation/bookmark/back-end/JavaScript.md)0
-rw-r--r--documentation/bookmark/back_end/Python.md (renamed from documentation/bookmark/back-end/Python.md)0
-rw-r--r--documentation/bookmark/back_end/haskell.md (renamed from documentation/bookmark/back-end/haskell.md)0
-rw-r--r--documentation/bookmark/back_end/native.md (renamed from documentation/bookmark/back-end/native.md)0
-rw-r--r--documentation/bookmark/back_end/wasm.md (renamed from documentation/bookmark/back-end/wasm.md)1
-rw-r--r--documentation/bookmark/computation.md4
-rw-r--r--documentation/bookmark/documentation.md3
-rw-r--r--documentation/bookmark/tool/text_editor.md1
9 files changed, 7 insertions, 2 deletions
diff --git a/documentation/bookmark/back-end/Godot.md b/documentation/bookmark/back_end/Godot.md
index 354e87e96..354e87e96 100644
--- a/documentation/bookmark/back-end/Godot.md
+++ b/documentation/bookmark/back_end/Godot.md
diff --git a/documentation/bookmark/back-end/JavaScript.md b/documentation/bookmark/back_end/JavaScript.md
index f3c57b57f..f3c57b57f 100644
--- a/documentation/bookmark/back-end/JavaScript.md
+++ b/documentation/bookmark/back_end/JavaScript.md
diff --git a/documentation/bookmark/back-end/Python.md b/documentation/bookmark/back_end/Python.md
index 5a3266107..5a3266107 100644
--- a/documentation/bookmark/back-end/Python.md
+++ b/documentation/bookmark/back_end/Python.md
diff --git a/documentation/bookmark/back-end/haskell.md b/documentation/bookmark/back_end/haskell.md
index aa77d723f..aa77d723f 100644
--- a/documentation/bookmark/back-end/haskell.md
+++ b/documentation/bookmark/back_end/haskell.md
diff --git a/documentation/bookmark/back-end/native.md b/documentation/bookmark/back_end/native.md
index 32da388c9..32da388c9 100644
--- a/documentation/bookmark/back-end/native.md
+++ b/documentation/bookmark/back_end/native.md
diff --git a/documentation/bookmark/back-end/wasm.md b/documentation/bookmark/back_end/wasm.md
index 9cca5b8a9..ba278fb2f 100644
--- a/documentation/bookmark/back-end/wasm.md
+++ b/documentation/bookmark/back_end/wasm.md
@@ -12,6 +12,7 @@
# Reference
+1. [Wasm needs a better memory management story](https://github.com/WebAssembly/design/issues/1397)
1. https://bytecodealliance.org/
1. [Faster Fractals with Multi-Threaded WebAssembly](https://blog.scottlogic.com/2019/07/15/multithreaded-webassembly.html)
1. https://blog.scottlogic.com/2018/07/20/wasm-future.html
diff --git a/documentation/bookmark/computation.md b/documentation/bookmark/computation.md
index 526db5e9f..59186b29b 100644
--- a/documentation/bookmark/computation.md
+++ b/documentation/bookmark/computation.md
@@ -1,3 +1,7 @@
+# Dynamic binding
+
+1. [Programming with Implicit Values, Functions, and Control (or, Implicit Functions: Dynamic Binding with Lexical Scoping)](https://www.microsoft.com/en-us/research/publication/programming-with-implicit-values-functions-and-control-or-implicit-functions-dynamic-binding-with-lexical-scoping/)
+
# Construct
1. [Fundamental Constructs in Programming Languages](https://arxiv.org/abs/2107.10545)
diff --git a/documentation/bookmark/documentation.md b/documentation/bookmark/documentation.md
index 44f79fb5f..b57f38630 100644
--- a/documentation/bookmark/documentation.md
+++ b/documentation/bookmark/documentation.md
@@ -55,7 +55,7 @@
1. [Architecture decision record (ADR)](https://github.com/joelparkerhenderson/architecture_decision_record)
1. [Seamless API Specification](https://github.com/seamlessapis/seamless/tree/master/domain)
-1. https://docs.racket-lang.org/pollen/
+1. [Pollen: the book is a program](https://docs.racket-lang.org/pollen/)
1. [Documenting the Clojure/Script Ecosystem – Martin Klepsch](https://www.youtube.com/watch?v=mWrvd6SE7Vg)
1. http://apistylebook.com/
1. https://docusaurus.io/
@@ -70,7 +70,6 @@
1. https://groups.google.com/forum/#!msg/scala-internals/r2GnzCFc3TY/x3PmIq4cAgAJ
1. http://naildrivin5.com/blog/2016/12/08/learn-graphviz-and-up-your-diagramming-game.html
1. https://idyll-lang.github.io/
-1. http://docs.racket-lang.org/pollen/
1. https://opensource.com/article/17/9/modular-documentation
1. https://clojurecademy.github.io/dsl-documentation/#
1. https://www.asyncapi.com/
diff --git a/documentation/bookmark/tool/text_editor.md b/documentation/bookmark/tool/text_editor.md
index 49ad18126..a3f7dcbee 100644
--- a/documentation/bookmark/tool/text_editor.md
+++ b/documentation/bookmark/tool/text_editor.md
@@ -222,6 +222,7 @@
## Structured editing
+1. [Leo](https://www.leoeditor.com/)
1. [Inspiring a future Clojure editor with forgotten Lisp UX - Shaun Lebron](https://www.youtube.com/watch?v=K0Tsa3smr1w)
1. [Dion Systems - The How And Why Of Reinventing The Wheel](https://vimeo.com/485177664)
1. [Towards Tactic Metaprogramming in Haskell](https://reasonablypolymorphic.com/blog/towards-tactics/index.html)