diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-08-20 18:01:09 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-08-20 18:01:09 -0400 |
| commit | 4fe05e88351135d5831018885e672476e2f2240e (patch) | |
| tree | b3fd94cdb254dfe2deebb4f71c6570d29181fbfd /README.md | |
| parent | 7700a768e9b96f784249f4bbafb381ae91ee9df3 (diff) | |
Add a little REPL to the main page
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |
