Category:BQN: Difference between revisions

From Rosetta Code
Content added Content deleted
(absolute dating)
No edit summary
 
Line 3: Line 3:
|exec=bytecode
|exec=bytecode
|gc=yes
|gc=yes
|site=https://mlochbaum.github.io/BQN
|site=https://mlochbaum.github.io/BQN/
|parampass=value
|parampass=value
|safety=safe
|safety=safe
Line 10: Line 10:
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.
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.
Documentation can be found at https://mlochbaum.github.io/BQN/doc/.

==Todo==
[[Tasks_not_implemented_in_BQN]]

Latest revision as of 12:06, 13 November 2023

Language
BQN
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Garbage collected: Yes
Parameter passing methods: By value
Type safety: Safe
Type checking: Dynamic
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using BQN.

BQN is a new (initially released 2020) array oriented, 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

Subcategories

This category has only the following subcategory.

@

Pages in category "BQN"

The following 200 pages are in this category, out of 272 total.

(previous page) (next page)
(previous page) (next page)