Hacker News new | past | comments | ask | show | jobs | submit login




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!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: