you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 1 year 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

  • source
  • parent