15 lines
951 B
Plaintext
15 lines
951 B
Plaintext
{{language|BQN
|
|
|checking=dynamic
|
|
|exec=bytecode
|
|
|gc=yes
|
|
|site=https://mlochbaum.github.io/BQN/
|
|
|parampass=value
|
|
|safety=safe
|
|
|bnf=https://mlochbaum.github.io/BQN/spec/grammar.html}}{{language programming paradigm|functional}}[[Category:Programming paradigm/Tacit]]
|
|
|
|
BQN is a new (initially released 2020) [[wp:Array programming|array oriented]], [[functional_programming|functional]] programming language in the [[APL]] lineage, which aims to remove irregular and burdensome aspects of the APL tradition and put the great ideas on a firmer footing. While its use demands a solid understanding of functions and multidimensional arrays, BQN's focus on providing simple, consistent, and powerful array operations (and documentation!) makes it a good language for learning array programming and building stronger array intuition.
|
|
|
|
Documentation can be found at https://mlochbaum.github.io/BQN/doc/.
|
|
|
|
==Todo==
|
|
[[Tasks_not_implemented_in_BQN]] |