Steffan
Steffan
The problem is, it has a special case for when the input is a number, by concatenating the digits (which makes sense). It needs to check if rangify is on,...
This sounds cool, but we might want to add a flag to disable it, just in case.
Should these be digraphs or monographs?
`λcomplex code;[some element that takes function]` => `complex code)[some element that takes function]`
Wdym? `[...)` should behave the same as `[...])`, of course. But for `(...)` you'd have to do `(...))` if you wanted a lambda. Edit: Oh, you mean have other closing...
We should at least document these somewhere if nothing else @cgccuser The page you linked to is for v6, we still use v5. It's possible in v5 too (although we...
You mean like `*a in b or *a in transpose(b)`? (That wouldn't actually work as python code, but basically that)
So this [is like](https://tio.run/##y0rNyan8///hrvb///9HG@koGOsomMT@jzbUUYBydBRMdRTMYgE) [Jelly's `ẇ`](https://github.com/DennisMitchell/jellylanguage/blob/70c9fd93ab009c05dc396f8cc091f72b212fb188/jelly/interpreter.py#L1281-L1288), but supporting multiple dimensions? Should it also check the transposed version?
It would also be nice to have a multidimensional enumerate function.
That would just be so hard to parse. https://github.com/Vyxal/Vyxal/pull/1208#issuecomment-1170146070