aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-20 18:01:09 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-20 18:01:09 -0400
commit4fe05e88351135d5831018885e672476e2f2240e (patch)
treeb3fd94cdb254dfe2deebb4f71c6570d29181fbfd /README.md
parent7700a768e9b96f784249f4bbafb381ae91ee9df3 (diff)
Add a little REPL to the main page
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9757013c..ac1a4b09 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
-*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/index.html).*
+*View this file with a real REPL [here](https://mlochbaum.github.io/BQN/index.html).*
# BQN: finally, an APL for your flying saucer
-*Try it [here](https://mlochbaum.github.io/BQN/try.html)! The online version is mainly good for small programs currently; see [running.md](running.md) for more options.*
+*Try it online below or [here](https://mlochbaum.github.io/BQN/try.html), and see [running.md](running.md) for more options.*
+<!--REPL-->
**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.