Hacker News new | ask | show | jobs
by dgunay 20 hours ago
It's cool that they're doing this but with iterators and soon in 1.27 generic method parameters, you can already DIY most of this with little effort. I've got iterators at work for nearly everything I could want, small libraries for extra mapping, filtering etc operations, and with agents going back and actually refactoring old code to use them is easier than ever.
1 comments

Well adding the language features is a prerequisite to making these libraries possible.