From 021f94db961334460e573ecde9192ea721cb1a18 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 14 Mar 2022 16:10:09 -0400 Subject: Miscellaneous changes; link to BQNPAD on REPL page --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index eda3046b..4e441a8f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,7 +26,7 @@ @@ -36,7 +36,7 @@
  • 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 and the friendlier markdown processor used to generate the site. See also my scripts at bqn-libs, this gnuplot interface, some nicely commented Advent of Code 2021 solutions, or something else from the community 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 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