BQN icon indicating copy to clipboard operation
BQN copied to clipboard

An APL-like programming language. Self-hosted!

Results 5 BQN issues
Sort by recently updated
recently updated
newest added

In Short: What do You think about setting up something similar to scheme's [SRFI](https://srfi.schemers.org/) system? In Long: As I am (slowly) getting my feet under me with BQN and array...

__What I want to do__ ``` import { bqn } from "./libbqn.js"; ``` __What I get instead__ ``` Uncaught SyntaxError: The requested module 'http://localhost:8000/libbqn.js' doesn't provide an export named: 'bqn'...

**Problem**: The docs on mobile are a bit hard to read - text appears too small due to viewport width (Tested on android chrome and desktop responsive design mode) Example...