diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-06 14:08:49 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-06 14:08:49 -0400 |
| commit | 06b5904e470b5295a6f09b6f85f21cb8172e13be (patch) | |
| tree | 557ba8e908937e52d36e78b8b458b228469e5fbf /docs/commentary/problems.html | |
| parent | a2a5c7e9b242a8d5f3727e8c8e1b0e8f76de82e0 (diff) | |
class -> role in a few places
Diffstat (limited to 'docs/commentary/problems.html')
| -rw-r--r-- | docs/commentary/problems.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <h3 id="stranding-gotchas">Stranding gotchas</h3> <p>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 <code><span class='Ligature'>‿</span></code>, which I discovered during proto-BQN discussions.</p> <h3 id="functions-are-not-first-class">Functions are not first class</h3> -<p>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.</p> +<p>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.</p> <h3 id="apl-is-not-context-free">APL is not context-free</h3> <p>Fixed with the casing conventions for variable names, which I think I first saw in <a href="https://aplwiki.com/wiki/APL%5Civ">APL\iv</a>, although the cases are swapped relative to BQN.</p> <h3 id="selective-assignment-requires-a-named-variable">Selective assignment requires a named variable</h3> |
