From c4bbfea18d995948012f45a6afda7a6e6ba56f84 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 24 Nov 2020 05:18:04 -0400 Subject: Better error messages when re-using a name when making a definition. --- documentation/bookmark/math.md | 4 ++-- documentation/bookmark/paradigm/ranked programming.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 documentation/bookmark/paradigm/ranked programming.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/math.md b/documentation/bookmark/math.md index a582bb64d..36f19a3cf 100644 --- a/documentation/bookmark/math.md +++ b/documentation/bookmark/math.md @@ -87,10 +87,9 @@ 1. [Circles and lines vs. polynomial splines](https://wordsandbuttons.online/circles_and_lines_vs_polynomial_splines.html) 1. https://cormullion.github.io/blog/2018/06/21/bezier.html -1. https://pomax.github.io/bezierinfo/ +1. [A Primer on Bézier Curves](https://pomax.github.io/bezierinfo/) 1. https://99designs.com/blog/engineering/math-draw-vector-curves/ 1. https://medium.freecodecamp.org/nerding-out-with-bezier-curves-6e3c0bc48e2f -1. https://pomax.github.io/bezierinfo/#curvature 1. https://raphlinus.github.io/curves/2018/12/28/bezier-arclength.html 1. https://astiopin.github.io/2019/01/04/qbez-parabola.html 1. http://dlacko.org/blog/2016/10/19/approximating-bezier-curves-by-biarcs/ @@ -170,6 +169,7 @@ # Geometric Algebra | Clifford Algebra +1. [A Swift Introduction to Geometric Algebra](https://www.youtube.com/watch?v=60z_hpEAtD8) 1. [Euclidean Geometry and Geometric Algebra](http://geometry.mrao.cam.ac.uk/2020/06/euclidean-geometry-and-geometric-algebra/) 1. [Plane-based Geometric Algebra for Computer Science](https://bivector.net/PGA4CS.html) 1. [Differential geometric algebra foundations: Grassmann.jl Ascend](https://www.youtube.com/watch?v=7hlDRLEhc8o&feature=youtu.be) diff --git a/documentation/bookmark/paradigm/ranked programming.md b/documentation/bookmark/paradigm/ranked programming.md new file mode 100644 index 000000000..3ff796c9d --- /dev/null +++ b/documentation/bookmark/paradigm/ranked programming.md @@ -0,0 +1,5 @@ +# Reference + +1. [Ranked Programming](https://github.com/tjitze/ranked-programming/blob/master/README.md) +1. [Ranked Programming](https://github.com/tjitze/ranked-programming/blob/master/documentation/ranked_programming.pdf) + -- cgit v1.2.3