From d4792368d8e63f9eb883a2cfbe9da5312b2ad557 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 2 Mar 2022 04:37:11 -0400 Subject: Finishing the meta-compiler [Part 5] --- .../bookmark/artificial_intelligence/differentiable_programming.md | 1 + documentation/bookmark/database/consistency.md | 4 ++++ documentation/bookmark/programming_language/syntax.md | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 documentation/bookmark/database/consistency.md create mode 100644 documentation/bookmark/programming_language/syntax.md (limited to 'documentation') diff --git a/documentation/bookmark/artificial_intelligence/differentiable_programming.md b/documentation/bookmark/artificial_intelligence/differentiable_programming.md index 9bfd27186..eb020fd78 100644 --- a/documentation/bookmark/artificial_intelligence/differentiable_programming.md +++ b/documentation/bookmark/artificial_intelligence/differentiable_programming.md @@ -1,5 +1,6 @@ # Reference +0. [Provably Correct, Asymptotically Efficient, Higher-Order Reverse-Mode Automatic Differentiation](https://www.cl.cam.ac.uk/~nk480/higher-order-ad.pdf) 0. [Differentiable Programming in C++ - Vassil Vassilev & William Moses - CppCon 2021](https://www.youtube.com/watch?v=1QQj1mAV-eY) 0. [Demystifying Differentiable Programming: Shift/Reset the Penultimate Backpropagator](https://arxiv.org/abs/1803.10228) 0. [The Taichi Programming Language](http://taichi.graphics/) diff --git a/documentation/bookmark/database/consistency.md b/documentation/bookmark/database/consistency.md new file mode 100644 index 000000000..d43936f31 --- /dev/null +++ b/documentation/bookmark/database/consistency.md @@ -0,0 +1,4 @@ +# Reference + +0. [Operating without foreign key constraints](https://docs.planetscale.com/learn/operating-without-foreign-key-constraints) + diff --git a/documentation/bookmark/programming_language/syntax.md b/documentation/bookmark/programming_language/syntax.md new file mode 100644 index 000000000..2d11ffaa7 --- /dev/null +++ b/documentation/bookmark/programming_language/syntax.md @@ -0,0 +1,4 @@ +# Reference + +0. [Rhombus](https://github.com/racket/rhombus-prototype) + -- cgit v1.2.3