From bfc6eb1fcc5408ecf415224d47494a4005330da8 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 19 Sep 2020 23:08:59 -0400 Subject: Add most of the first tutorial, on expression syntax and arithmetic --- tutorial/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tutorial/README.md (limited to 'tutorial/README.md') diff --git a/tutorial/README.md b/tutorial/README.md new file mode 100644 index 00000000..e7f3be90 --- /dev/null +++ b/tutorial/README.md @@ -0,0 +1,10 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/tutorial/index.html).* + +# 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 [../doc/README.md](documentation); also unlike the documentation they're meant to be read in order, as each tutorial will build on ideas from the previous ones. + +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. + +The tutorials available so far: +- [Expressions](expression.md) -- cgit v1.2.3