signal-2024-02-01-19-47-41-855

      • Chinstrap
        link
        fedilink
        English
        45 months ago

        i didn’t mean as a version. I meant as overuse of streams

          • @AVincentInSpace
            link
            English
            1
            edit-2
            5 months ago

            Python style iterator comprehension

            (wonder if someone has made that into a macro. if no one has I will)

            • @crispy_kilt@feddit.de
              link
              fedilink
              15 months ago

              I don’t think it would be readable. Too much going on. You’d need an outer iter over lines, an inner over words, a check for number and a conversion. And there would be zero error handling.

              • @AVincentInSpace
                link
                English
                25 months ago

                No less readable than half the Python comprehensions I’ve written.

                zero error handling.

                Not necessarily. The macro could look for a ? at the end of the final expression (the bit that comes first in a comprehension) and return a Result.