Vyxal / Vyxal

A code-golfing language experience that has aspects of traditional programming languages - terse, elegant, readable.

Home Page:https://vyxal.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Collect Until" elements don't play nice with printing

AMiller42 opened this issue · comments

When using one of the "Collect Until X" elements (e.g. ᵡ Ŀ ċ, etc.), if there is a print command within the executed lambda, the collected value gets printed as well, and the output ends up getting garbled.

Try it Online!

Upon further investigation, this is a LazyList issue, so there's no good solution.

To quote Lyxal:

Infinity doesn't play well with finite things