Hacker News new | ask | show | jobs
by wtetzner 3505 days ago
Wow. That seems very complicated for an implementation of map().

It seems like this is a perfect example of how generics are a productivity feature.

1 comments

It's complicated because the reflect library is very general. There's no need to repeat most of this. So in fact, it's a perfect example of how functions are a productivity feature.
I would argue it's both.