aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-24 21:37:31 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-24 21:37:31 -0400
commite62c37d34604f6a2293e981d2fd986729e70d2c9 (patch)
treeb510f12c1cc8605f986c910caf35235d09164580
parentdf2806c62122e4bc53d1f7b97ec6e002649b90ad (diff)
Point to community page and APL Wiki as inspiration in tutorial intro (see #72)
-rw-r--r--docs/tutorial/index.html4
-rw-r--r--tutorial/README.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index f6421609..0be5e0fc 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -5,8 +5,8 @@
</head>
<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a></div>
<h1 id="bqn-tutorials"><a class="header" href="#bqn-tutorials">BQN tutorials</a></h1>
-<p>BQN tutorials explain how to approach and use the language as a newcomer (or they try; please get in touch if you find that they skip ahead!). Tutorials are meant to explain key ideas and may ignore details that would be included in the <a href="../doc/index.html">documentation</a>; also unlike the documentation they're meant to be read in order, as each tutorial will build on ideas from the previous ones.</p>
-<p>Tutorials assume (pretty presumptively, really. Disgusting.) that you are already motivated to learn BQN and use simple rather than flashy examples. Documents to induce motivation beyond the README are not yet available. Do feel free to skim or jump around if you find you are reading a lot of things that are already obvious.</p>
+<p>BQN tutorials explain how to approach and use the language as a newcomer (or they try; please get in touch if you find that they skip ahead!). Tutorials are meant to explain key ideas and may ignore details that would be included in the <a href="../doc/index.html">documentation</a>; also unlike the documentation they're meant to be read in order, as each tutorial will build on ideas from the previous ones. But feel free to skim or jump around if you find you're reading things that are already obvious.</p>
+<p>Tutorials assume (pretty presumptively, really. Disgusting.) that you are already motivated to learn BQN and use simple rather than flashy examples. To see some of the possibilities you might instead check the <a href="../community/index.html">community links</a>, or browse the <a href="https://aplwiki.com/wiki/Main_Page">APL Wiki</a> as these languages are closely related.</p>
<p>The tutorials available so far:</p>
<table>
<thead>
diff --git a/tutorial/README.md b/tutorial/README.md
index 690af53c..21204fc2 100644
--- a/tutorial/README.md
+++ b/tutorial/README.md
@@ -2,9 +2,9 @@
# BQN tutorials
-BQN tutorials explain how to approach and use the language as a newcomer (or they try; please get in touch if you find that they skip ahead!). Tutorials are meant to explain key ideas and may ignore details that would be included in the [documentation](../doc/README.md); also unlike the documentation they're meant to be read in order, as each tutorial will build on ideas from the previous ones.
+BQN tutorials explain how to approach and use the language as a newcomer (or they try; please get in touch if you find that they skip ahead!). Tutorials are meant to explain key ideas and may ignore details that would be included in the [documentation](../doc/README.md); also unlike the documentation they're meant to be read in order, as each tutorial will build on ideas from the previous ones. But feel free to skim or jump around if you find you're reading things that are already obvious.
-Tutorials assume (pretty presumptively, really. Disgusting.) that you are already motivated to learn BQN and use simple rather than flashy examples. Documents to induce motivation beyond the README are not yet available. Do feel free to skim or jump around if you find you are reading a lot of things that are already obvious.
+Tutorials assume (pretty presumptively, really. Disgusting.) that you are already motivated to learn BQN and use simple rather than flashy examples. To see some of the possibilities you might instead check the [community links](../community/README.md), or browse the [APL Wiki](https://aplwiki.com/wiki/Main_Page) as these languages are closely related.
The tutorials available so far: