diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-21 22:04:46 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-21 22:04:46 -0400 |
| commit | eb9e685ccd918d6ace0cea77707d8f568fba9013 (patch) | |
| tree | 47a58c6f3c0b79bf1d22701374c9993c3d82d76b /docs | |
| parent | b12d99665cbacce04f79abb883bc33abed2629bd (diff) | |
Add Java->Java 8 and APL->BQN arrows to functional language diagram
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/doc/functional.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/doc/functional.html b/docs/doc/functional.html index 33847f13..dbbee78a 100644 --- a/docs/doc/functional.html +++ b/docs/doc/functional.html @@ -40,7 +40,6 @@ <text x='450' y='120'>Pascal</text> <text x='360' y='100'>C</text> <text x='480' y='170'>Java</text> - <text x='370' y='160'>Java 8</text> <text x='400' y='200'>C#</text> <text x='280' y='130'>Python</text> <text x='230' y='170'>Javascript</text> @@ -54,6 +53,9 @@ <text x='300' y='365'>Haskell</text> <text x='260' y='300'>Idris</text> <text x='260' y='320'>Coq</text> + <path stroke='currentColor' fill='none' opacity='0.9' stroke-width='0.9' id='arr' d='M454.378 160.658l1.691 -4.766q-30.101 -5.095 -60.744 -4.215l0.82 -4.037l-14.051 7.88l14.127 7.189l-1.189 -4.03q30.087 0.576 59.63 7.126l-0.283 -5.148'/> + <text font-size='8' dy='-0.2em'><textPath href='#arr' startOffset='80%'>Java 8</textPath></text> + <path stroke='currentColor' fill='none' opacity='0.9' stroke-width='1.3' d='M226.665 452.565l4.048 -3.283q-32.658 -21.441 -55.416 -52.782l4.127 -1.284l-14.113 -7.558l1.635 16.292l2.959 -2.944q22.243 32.947 54.386 55.995l2.374 -4.437'/> </g> </svg> |
