-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Language
BQN is a modern, powerful language created by @mlochbaum centered on Ken Iverson's array programming paradigm.
It supports:
- A simple, consistent, and stable array programming language
- A low-dependency C implementation using bytecode compilation: installation
- System functions for math, files, and I/O (including a C FFI)
- Documentation with examples, visuals, explanations, and rationale for features
Additional resources
There is a userscript for highlighting BQN in a browser already written by @dzaima info, who is also the maintainer of the officially-recommended implementation.
While I'm sure the code in the userscript will need modifying for use in PrismJS, a large part of the work is already therefore done.
Other Links:
BQN Homepage
Official Page Recommending the Above Userscript