From 06b5904e470b5295a6f09b6f85f21cb8172e13be Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 6 Aug 2021 14:08:49 -0400 Subject: class -> role in a few places --- docs/commentary/problems.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/commentary/problems.html') diff --git a/docs/commentary/problems.html b/docs/commentary/problems.html index d1dd2c17..0518a34f 100644 --- a/docs/commentary/problems.html +++ b/docs/commentary/problems.html @@ -179,7 +179,7 @@

Stranding gotchas

Fixed with list notation, which descends from the array notation developed by Phil Last and later Adám Brudzewsky. The problem that array notation has much more cluttered syntax than stranding has pretty much been fixed by the ligature character , which I discovered during proto-BQN discussions.

Functions are not first class

-

Fixed by allowing a variable to be written with a different syntactic class than it was created with, suggested by Adám in proto-BQN discussions.

+

Fixed by allowing a variable to be written with a different syntactic role than it was created with, suggested by Adám in proto-BQN discussions.

APL is not context-free

Fixed with the casing conventions for variable names, which I think I first saw in APL\iv, although the cases are swapped relative to BQN.

Selective assignment requires a named variable

-- cgit v1.2.3