Hacker News new | ask | show | jobs
by capnrefsmmat 3779 days ago
Sure, through packages, but you'd need to adapt the entire standard library to take advantage of them, so you could pass new data structures to built-in functions and get meaningful results.

Generic iterators would also be extremely useful to build in, so it's easy to work with a wide variety of structures.

1 comments

And generic functions allow you to fill in those missing pieces from a package too.