From ee5d2530746854d9ee32084d2f742c00c9b6d893 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 28 Jun 2022 16:52:14 -0400 Subject: Mention Rust cbqn package (link to CBQN via FFI) in running.md --- docs/running.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/running.html') diff --git a/docs/running.html b/docs/running.html index 85246d45..7c8b30ee 100644 --- a/docs/running.html +++ b/docs/running.html @@ -65,7 +65,7 @@

Further details in the sections below.

Self-hosted BQN

-

This version of BQN is implemented mainly in BQN itself, but a host language supplies basic functionality and can also replace primitives for better performance. This also allows embedding, where programs in the host language can include BQN code. It fully supports all functionality specified so far. System value support varies at it's implemented separately in each host.

+

This version of BQN is implemented mainly in BQN itself, but a host language supplies basic functionality and can also replace primitives for better performance. This also allows embedding, where programs in the host language can include BQN code. It fully supports all functionality specified so far. System value support varies as it's implemented separately in each host.

Support in the following languages has been implemented (details in the subsections below):

Javascript

The file docs/bqn.js is zero-dependency Javascript, and can be loaded from HTML or Node.js. For command line use, call the Node.js script bqn.js, passing a file and •args, or -e to execute all remaining arguments directly and print the results.

-- cgit v1.2.3