cgccuser
cgccuser
It doesn't seem like it's being treated as a proper range? [This](https://vyxal.pythonanywhere.com/#WyJSIiwiIiwiMjXKgcOeUyIsIiIsIiJd) works properly
@Lyxal Oh lol, I thought it was given only the previous value at each iteration. In that case, I'll add another request where it only gets the last value.
@Lyxal Looks like `iterP` isn't the exact same as `Ḟ`. `iterP` gives the function the list of all previous values, while `Ḟ` only gives it as many previous values as...
@Lyxal Okay, I guess you'd get the same behavior as `iterP` if you used the old `Ḟ` and also used `W` to turn the elements back into a single list.
This would be very helpful. Codemirror does have stuff for [autocompletion and suggestions](https://codemirror.net/examples/autocompletion/), seems like it'd be doable
I'd suggest generalizing it to n dimensions but that would be very difficult
@Coder-94 That `matrix_contains` function is a good start, we could add just that for now and work on generalizing to n dimensions later, because it'd probably be hard. Do you...
Maybe in v3, we could have it be factorial for numbers
@Lyxal If we want an element to do type checks, shouldn't it also have an overload `(lst) -> 2`? I feel like that could be a digraph or something
We need to check the type of all the arguments in functions that don't have overloads for some types and print out friendlier error messages using that.