aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-07 11:27:18 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-07 11:27:18 -0400
commita9d01bc7c2be4b66595af69d53ff015bf5da2023 (patch)
treeeb359f389d73db1e0f8be45da36c1b871e1fa40f /README.md
parent10d462b4a70f91de2d5c617c068298c5f7d82efd (diff)
Add running.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90865569..dac45d78 100644
--- a/README.md
+++ b/README.md
@@ -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.