chunkybanana

Results 13 issues of chunkybanana

(aka how to cheat at restricted source) It would be cool if, when a program consists of 4 or less (subject to change) distinct characters each occuring at least thrice...

enhancement

Pretty much, a structure that calls itself on lists, then does something to the result, and returns scalars on their own. Maybe with a second branch, it could return /...

enhancement

I'd like a "is contiguous sublist/submatrix" builtin. Maybe `Þc`?

enhancement
element request
difficulty: hard

Currently, Vyxal's lazylists are printed in debugging as the default python thing. It'd be nice for their values to be printed. Personally, I'd prefer to have them printed with the...

enhancement

# [Vyxal](https://github.com/Vyxal/Vyxal), 6 bytes ``` ??₍₃₅W ``` [Try it Online!](https://vyxal.pythonanywhere.com/#WyIiLCIiLCI/P+KCjeKCg+KChVciLCIiLCIxMDAxIl0=) The input is pushed twice, and both operations are monads. Yet both values are popped. This is sus

bug

enhancement
help wanted
need-more-info

Some of our digraphs are somewhat redundant, and can be done with either one or two bytes normally: - `k1` to `k4` = `3↵` to `6↵` - `k≈` = `[0,...

version-3

enhancement
difficulty: very hard
priority: low
version-3

Currently, the diagonals and antidiagonals builtins output the main (antidiagonal), all the ones down from there, and then the rest. This is annoying and often requires an `IRƒJ` or similar...

enhancement

Currently, the repl is mostly used for debug purposes - compiled code is printed, and each piece of code is executed with its own context and stack. It would be...

enhancement