Matt Yokan
06/23/2021, 10:03 PMCasey Brooks
06/23/2021, 10:07 PMCasey Brooks
06/23/2021, 10:08 PMMatt Yokan
06/23/2021, 10:13 PMCasey Brooks
06/23/2021, 10:21 PMephemient
06/24/2021, 12:18 AMNir
06/24/2021, 4:13 AMNir
06/24/2021, 4:14 AMasSequence
in so many places in my code, kills the elegance of things a bitephemient
06/24/2021, 4:29 AMephemient
06/24/2021, 4:31 AMephemient
06/24/2021, 4:32 AMephemient
06/24/2021, 7:14 AMNir
06/24/2021, 10:45 PMNir
06/24/2021, 10:45 PMNir
06/24/2021, 10:45 PMfind
. but good points, nonetheless, I admit I found the results surprising.Quantum64
06/25/2021, 3:23 AMNir
06/25/2021, 1:47 PMNir
06/25/2021, 1:47 PMNir
06/25/2021, 1:48 PMephemient
06/25/2021, 2:00 PMephemient
06/25/2021, 2:02 PMephemient
06/25/2021, 2:05 PMephemient
06/25/2021, 2:08 PMNir
06/25/2021, 2:08 PMNir
06/25/2021, 2:09 PMephemient
06/25/2021, 6:39 PMmap { print "1 $_\n" } map { print "2 $_\n" } @array
doesn't interleave. there are user libraries that can override this (of course)
dunno about why in Ruby but probably followed Perl's lead. it does have enumerators though (which allow for lazy iteration)
I believe Swift's collection transformations are eager to avoid dealing with lifetime issues. it does have sequences like Kotlin
Scala has changed their collections design more times than I can be bothered to learn 🤷Nir
06/25/2021, 7:07 PMQuantum64
06/25/2021, 8:37 PMephemient
06/25/2021, 9:05 PM