cgccuser

Results 5 issues of cgccuser

Here are some digraphs Vyxal could maybe use for creating lists (some might already be implemented and I just didn't see them): - [ ] Haskell's [unfoldr](https://hackage.haskell.org/package/base-4.16.1.0/docs/Data-List.html#v:unfoldr) and Scala's [unfold](https://scala-lang.org/api/3.x/scala/collection/immutable/Seq$.html#unfold-fffffdbf)....

priority: low
element request
difficulty: time-consuming

We should really add an extra test every time a bug is fixed just to make sure that bug doesn't pop up again.

documentation
priority: medium
difficulty: hard
difficulty: time-consuming

Currently, if you try something like `str.foo = 3`, you get this: ``` Traceback (most recent call last): File ".code.tio", line 1, in str.foo = 3 TypeError: can't set attributes...

Nim has this really cool thing called UFCS that works something like this: `foo(bar, baz) = bar.foo(baz)` and `foo.bar = bar(foo)`. I propose that if you can't find a function...

Why should `1` always be `1`? Why can `True` never be `False`? Why can `None` never be `"everything"`? These arbitrary, fascist rules must not be enforced any longer. The Python...