From 65eef4fade5eb426dae01d480f383b8a30b23071 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 11 Aug 2021 14:06:02 -0400 Subject: Change "BQN / main" in header to "(github) / BQN" --- docs/tutorial/combinator.html | 2 +- docs/tutorial/expression.html | 2 +- docs/tutorial/index.html | 2 +- docs/tutorial/list.html | 2 +- docs/tutorial/variable.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/tutorial') diff --git a/docs/tutorial/combinator.html b/docs/tutorial/combinator.html index 0a8faf29..5052aad1 100644 --- a/docs/tutorial/combinator.html +++ b/docs/tutorial/combinator.html @@ -3,7 +3,7 @@ BQN Tutorial: Combinators - +

Tutorial: Combinators

BQN has a normal enough curly-brace syntax for functions and so on. I don't want to talk about it just yet. Before you get to thinking about how to write FORTRAN in any language in BQN, let's see if we can acquire some instincts about idiomatic BQN the way that only being stuck in a tightly restricted and horribly confining programming environment can accomplish.

There are benefits to being tightly restricted and horribly confined! In programming. I don't just mean that it forces you to learn new techniques like I said, I mean that using the restricted style we will learn is actually a better way to write portions of a program. This is because a restriction you apply in one part of a program is a promise you can rely on in the rest of the program. So what are we giving up, and what can we rely on in return?

diff --git a/docs/tutorial/expression.html b/docs/tutorial/expression.html index eb039362..840ec4fd 100644 --- a/docs/tutorial/expression.html +++ b/docs/tutorial/expression.html @@ -3,7 +3,7 @@ Tutorial: BQN expressions - +

Tutorial: BQN expressions

Arithmetic

All right, let's get started! Since you can run BQN online from the REPL there aren't any real technical preliminaries, but if you'd like to look at non-web-based options head over to running.md.

diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html index 06a0ec5c..396aabe4 100644 --- a/docs/tutorial/index.html +++ b/docs/tutorial/index.html @@ -3,7 +3,7 @@ BQN tutorials - +

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; 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.

diff --git a/docs/tutorial/list.html b/docs/tutorial/list.html index 07846387..a44c30b4 100644 --- a/docs/tutorial/list.html +++ b/docs/tutorial/list.html @@ -3,7 +3,7 @@ BQN Tutorial: Working with lists - +

Tutorial: Working with lists

Enough with all these preliminaries like learning how to read basic expressions. Let's get into what makes BQN special.

↗️
    1, 2, 3
diff --git a/docs/tutorial/variable.html b/docs/tutorial/variable.html
index 4db40728..33f1e48c 100644
--- a/docs/tutorial/variable.html
+++ b/docs/tutorial/variable.html
@@ -3,7 +3,7 @@
   
   BQN Tutorial: Variables
 
-
+
 

Tutorial: Variables

To take a proud denizen of the eternal cosmos of values, held for a fleeting instant by the course of code, and bind it. Tie it down with a name, failing always to alter its inner nature but allowing context to reform its outer appearance. So labelled, perhaps through the progress of time it will know escape, or else find itself passed through one bond to another, ever tethered. It's a task to be approached only with respect.

↗️
    hey  "Hi there"
-- 
cgit v1.2.3