SaaSHub helps you find the best software and product alternatives Learn more โ
BQN Alternatives
Similar projects and alternatives to BQN
-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 and 2025 in Scala (by sim642)
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
glidesort
A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
BQN discussion
BQN reviews and mentions
- A new runtime for k and q: l
- Thinking in an Array Language
-
Variation on Iota
Ooh, I've run into this one before! I'm a big fan of interval index[0], which performs a binary search, so Josh's suggestion is the one I prefer as well. Searching for +`โ ยจ in my BQN files turns up a few uses, including one used to group primitives into types in a utility involved in compiling BQN[1] and an annotated function used a few times in the markdown processor that builds BQN's website[2].
[0] https://aplwiki.com/wiki/Interval_Index
[1] https://github.com/mlochbaum/BQN/blob/717555b0db/src/pr.bqn#...
[2] https://github.com/mlochbaum/BQN/blob/717555b0db/md.bqn#L45-...
-
Zoo of Array Languages
It depends on the language and who wrote the code.
https://github.com/mlochbaum/BQN/blob/master/vm.bqn
-
Ask HN: What is a programming language that you don't use at work but enjoy?
BQN[1] (an APL variant). There is something really beautiful/elegant to me about composing higher order functions in a purely point free way. Array programming is a nice application of this, and this one has the best ergonomics.
[1] https://mlochbaum.github.io/BQN/
- Arthur Whitney's one liner sudoku solver
- Don't DRY Your Code Prematurely
-
Bare minimum atw-style K interpreter for learning purposes
I recommend checking BQN at https://mlochbaum.github.io/BQN/ and the YouTube channel code_report by Conor Hoekstra (and also "Composition Intuition by Conor Hoekstra | Lambda Days 2023"). It is well documented.
- YAML Parser for Dyalog APL
- k on pdp11
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Aug 2026
Stats
mlochbaum/BQN is an open source project licensed under ISC License which is an OSI approved license.
The primary programming language of BQN is BQN.