From 63b3321c62dabec3665756704eaceaed22eb5b4a Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 23 Oct 2020 09:54:18 -0400 Subject: Rename SVG to GEN since really it makes arbitrary HTML --- doc/functional.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/functional.md') diff --git a/doc/functional.md b/doc/functional.md index fc6541ba..fde4d3f7 100644 --- a/doc/functional.md +++ b/doc/functional.md @@ -8,7 +8,7 @@ First, let's be clear about what the terms we're using mean. A language has *fir Traditionally, APL has worked around its lack of first-class functions with operators, that is, second-order functions. Arrays in APL are first class while functions are second class and operators are third class, and each class can act on the ones before it. However, the three-tier system has some obvious limitations that we'll discuss, and BQN removes these by making every type first class. -