diff options
author | Eduardo Julian | 2022-03-02 04:37:11 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-03-02 04:37:11 -0400 |
commit | d4792368d8e63f9eb883a2cfbe9da5312b2ad557 (patch) | |
tree | 68172b6618d014307607a4866d48419957cfc340 /documentation | |
parent | 8023df0f5dae4638021fef7b8194a3d0a16b32e4 (diff) |
Finishing the meta-compiler [Part 5]
Diffstat (limited to 'documentation')
3 files changed, 9 insertions, 0 deletions
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) + |