From 85e689d146b57fda7231a21ad1c99771d267aa39 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 30 May 2022 22:06:03 -0400 Subject: Update README introduction --- docs/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 2994f98a..1b13d42c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,9 +26,8 @@

BQN will provide:

-

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 and the friendlier markdown processor used to generate the site. See also my scripts at bqn-libs, this gnuplot interface, examples on RosettaCode, or something else from the community page.

+

I think BQN is a good choice for learning and enjoying array programming, scripting, prototyping, and number crunching at a single-CPU scale. For some examples of BQN in action, this repository holds the dreaded self-hosted compiler and the friendlier markdown processor used to generate the site. See also my scripts at bqn-libs, this gnuplot interface, examples on RosettaCode, or something else from the community page.

What kind of name is "BQN"?

It's three letters, that happen to match the capitals in "Big Questions Notation". You can pronounce it "bacon", but are advised to avoid this unless there's puns.

What's the language like?

-- cgit v1.2.3