diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-03-14 16:10:09 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-03-14 16:10:09 -0400 |
| commit | 021f94db961334460e573ecde9192ea721cb1a18 (patch) | |
| tree | 60f593c78fa5b317f4e0ed68be8c58fad339a7e3 /README.md | |
| parent | 123a1251aea7a1be62c0c3a3ca6e91bccdaaa33c (diff) | |
Miscellaneous changes; link to BQNPAD on REPL page
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ Looking for a modern, powerful language centered on Ken Iverson's array programm - A simple, consistent, and [stable](commentary/stability.md) array programming language - A low-dependency C implementation using bytecode compilation: [installation](running.md) -- Basic [system functions](spec/system.md) for common math, file, and IO operations +- [System functions](spec/system.md) for common math, file, and IO operations - Documentation with examples, visuals, explanations, and rationale for features - Replace or extend primitives to make a [BQN-like language](doc/rebqn.md) suited for specialized domains @@ -37,7 +37,7 @@ BQN **will provide**: - Interfaces to connect with other languages, like a C FFI and JSON and CSV tools - A standard system to install and use libraries and packages, and support for package managers -At present, I think BQN is a good choice for learning array programming, scripting, medium-scale number crunching, and recreational programming. For some examples of BQN in action, this repository holds the dreaded [self-hosted compiler](src/c.bqn) and the friendlier [markdown processor](md.bqn) used to generate the site. See also my scripts at [bqn-libs](https://github.com/mlochbaum/bqn-libs), this [gnuplot interface](https://github.com/frasiyav/BQN-Gnuplot/blob/main/Gnuplot.bqn), some nicely commented Advent of Code 2021 [solutions](https://gitlab.com/icen/aoc21), or something else from the [community](community/README.md) page. +At present, I think BQN is a good choice for learning array programming, scripting, medium-scale (fits in RAM) number crunching, and recreational programming. For some examples of BQN in action, this repository holds the dreaded [self-hosted compiler](src/c.bqn) and the friendlier [markdown processor](md.bqn) used to generate the site. See also my scripts at [bqn-libs](https://github.com/mlochbaum/bqn-libs), this [gnuplot interface](https://github.com/frasiyav/BQN-Gnuplot/blob/main/Gnuplot.bqn), examples on [RosettaCode](https://rosettacode.org/wiki/Category:BQN), or something else from the [community](community/README.md) page. ## What kind of name is "BQN"? |
