• Traister101@lemmy.today
    link
    fedilink
    arrow-up
    1
    ·
    8 hours ago

    Even Java has streams and stuff. Course Java so it’s kind of weird (iterators are mutable and internally iterate the collection/whatever lazily) streams are lazy and only go through all the operations, mapping, filtering ect when you collect the elements somehow (like rust). JS is wild lol