|
|
|
|
|
by nprescott
2454 days ago
|
|
As far as I know, this is a peculiarity of APL resulting from Iverson's stance on the language as a "tool for thought"[0]. The best explanation I've heard is that "binary" is most apt to number systems (or matrices!) - but a "verb" in APL is not binary, it is dyadic. The language of verbs and nouns is a similar reflection of the ideas that APL is primarily a _language_ (like English, more so than Fortran) to express mathematics succinctly (with a minimum of ambiguity or syntax). This is (to me) even more apparent in his next language, J; where he sought to "correct" deficiencies in APL and further expanded the "language" to include things like "gerunds"[1] more explicitly, which are nominally (as defined in an English dictionary): > a noun formed from a verb, denoting an action or state Which may be summarized somewhat unsatisfactorily as: "Because Ken said so". [0]: https://www.jsoftware.com/papers/tot.htm [1]: https://code.jsoftware.com/wiki/Vocabulary/GerundsAndAtomicR... |
|