diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-07 11:27:18 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-07 11:27:18 -0400 |
| commit | a9d01bc7c2be4b66595af69d53ff015bf5da2023 (patch) | |
| tree | eb359f389d73db1e0f8be45da36c1b871e1fa40f /README.md | |
| parent | 10d462b4a70f91de2d5c617c068298c5f7d82efd (diff) | |
Add running.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # BQN: finally, an APL for your flying saucer -*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))* +*This repository does not yet have a working implementation. However, there are some incomplete implementations you can use, with one you can try online [here](https://mlochbaum.github.io/BQN2NGN/web/index.html). See [running.md](running.md) for more.* **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. |
