Hacker News new | ask | show | jobs
by trotterdylan 3452 days ago
Reflection in Go is used minimally in Grumpy because it is slow. Currently importing Go packages into Python code is accomplished via the reflect module, but I think this will have to change to make such integration useful.