cxbqn icon indicating copy to clipboard operation
cxbqn copied to clipboard

BQN virtual machine

Results 6 cxbqn issues
Sort by recently updated
recently updated
newest added

``` c←0⋄⟨a,b⟩←{b⇐1⋄a⇐2}⋄⟨b,c⟩↩{a‿b‿c⇐3+↕3}⋄b" Expected var to be set or unset, but this was not the case ```

bug

> There are problems with namespace handling on my build: for example > ``` > ./BQN -p "a‿b←{b⇐2,a⇐1}⋄a" > ``` > prints 2.

bug

The following system modifier is now available with limited support: ```console $ ./BQN -e '•Show (↕10) + •_CUDAFor ↕10' ⟨ 0 2 4 6 8 10 12 14 16 18...

discussion

``` ⟨⟨a,b⟩, ⟨c,d⟩⟩ ← ⟨⟨1,2⟩, ⟨3,4⟩⟩ # eg LOCM; LOCM; ARRM 2; LOCM; LOCM; ARRM 2; ARRM 2; SETN ```

bug

Here's a log of the failing test as of `v0.8.1`: ```console [doctest] doctest version is "2.4.6" [doctest] run with "--help" for options [2021-11-29 16:58:28.405] [critical] test=''a'+'c'' [2021-11-29 16:58:28.406] [critical] test='F←-⋄f+2'...

bug
help wanted
good first issue