Category:BQN
From Rosetta Code
BQN
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using 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: |
Your Help Needed
If you know BQN, please write code for some of the tasks not implemented in BQN.
If you know BQN, please write code for some of the tasks not implemented in BQN.
BQN is a new 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.
Pages in category "BQN"
The following 199 pages are in this category, out of 199 total.
A
- A+B
- Abbreviations, automatic
- ABC problem
- Accumulator factory
- Ackermann function
- Align columns
- Anagrams
- Anonymous recursion
- Archimedean spiral
- Arithmetic-geometric mean
- Arithmetic/Integer
- Array concatenation
- Array length
- Arrays
- Assertions
- Averages/Arithmetic mean
- Averages/Median
- Averages/Mode
- Averages/Root mean square
- Averages/Simple moving average
B
C
- Caesar cipher
- Calkin-Wilf sequence
- Call a function
- Cantor set
- Catalan numbers
- Catamorphism
- Character codes
- Check that file exists
- Classes
- Command-line arguments
- Comments
- Common sorted list
- Compare a list of strings
- Compare length of two strings
- Conditional structures
- Conway's Game of Life
- Coprimes
- Copy a string
- Create a two-dimensional array at runtime
- Create an HTML table
- CSV data manipulation
- Currying
- Cycle detection
D
E
F
G
H
I
L
M
P
R
S
- Sattolo cycle
- Search a list
- Set
- Sierpinski carpet
- Sierpinski triangle
- Sieve of Eratosthenes
- Smallest square that begins with n
- Soundex
- Square but not cube
- Stack
- Strange numbers
- Strange plus numbers
- String concatenation
- String interpolation (included)
- String length
- String matching
- Strip a set of characters from a string
- Strip whitespace from a string/Top and tail
- Subleq
- Substring
- Substring/Top and tail
- Sum and product of an array
- Sum digits of an integer
- Sum multiples of 3 and 5
- Sum of a series
- Sum of elements below main diagonal of matrix
- Sum of first n cubes
- Sum of square and cube digits of an integer are primes
- Sum of squares
- Sum of the digits of n is substring of n
- System time