Hacker News new | ask | show | jobs
by vlads_ 2192 days ago
Well, you can :) https://play.golang.org/p/sum21uSy1Ae
2 comments

For certain values of can.
Never said it was a good idea. It's inefficient, unsafe and hard to read but, as far as I can tell any generic function with concrete return types can be written using reflect (and any generic function with generic return types can be written also, it just requires the caller to manually cast from an interface{} to the correct type).

So, that's an interesting thing.

This is an awesome use of the reflect package!