diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-06-16 18:56:57 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-06-16 18:56:57 -0400 |
| commit | aaf883927f19cc09703d9679fd083fed9c73ae74 (patch) | |
| tree | 0e426ff31b45b4f555848aa39e95ae55863716f4 | |
| parent | 0cdca99c183a502951230b2e08061f845ba38d7c (diff) | |
Optimism
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ *This repository does not yet have a working implementation. You can try a prototype implementation [online here](https://mlochbaum.github.io/BQN2NGN/web/index.html) (from [this repository](https://github.com/mlochbaum/BQN2NGN))* -**BQN** is a new programming language in the APL lineage, which aims to remove inconsistent and burdensome aspects of the APL tradition and put the great ideas on a firmer footing. BQN is aimed at existing and aspiring APL-family programmers, and using it requires a solid understanding of functions and multidimensional arrays. +**BQN** is a new programming language in the APL lineage, which aims to remove inconsistent and burdensome aspects of the APL tradition and put the great ideas on a firmer footing. BQN is aimed at existing and aspiring APL-family programmers, and using it requires a solid understanding of functions and multidimensional arrays. However, because of its focus on providing simple, consistent, and powerful array operations, BQN should also be a good language for learning array programming and building stronger array intuition. BQN maintains many of the ideas that made APL\360 revolutionary in 1966: * Human-friendly **infix notation** with no precedence rules to remember. |
