aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial/index.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-19 23:08:59 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-19 23:08:59 -0400
commitbfc6eb1fcc5408ecf415224d47494a4005330da8 (patch)
treefc74017b4ca6c58492f5bbac0fd67eec47c8db7f /docs/tutorial/index.html
parent7aff3dc7e10826b9cb182a87a07570dd01b73f99 (diff)
Add most of the first tutorial, on expression syntax and arithmetic
Diffstat (limited to 'docs/tutorial/index.html')
-rw-r--r--docs/tutorial/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
new file mode 100644
index 00000000..b79aafbb
--- /dev/null
+++ b/docs/tutorial/index.html
@@ -0,0 +1,14 @@
+<head>
+ <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
+ <link href="../style.css" rel="stylesheet"/>
+ <title>BQN tutorials</title>
+</head>
+<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div>
+<h1 id="bqn-tutorials">BQN tutorials</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="https://github.com/mlochbaum/BQN/blob/master/tutorial/documentation">../doc/README.md</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>The tutorials available so far:</p>
+<ul>
+<li><a href="expression.html">Expressions</a></li>
+</ul>
+