When I type at a Groovy REPL, an interpreter is using reflection for nearly everything. Same goes for native code that has to use reflection via JNI entry points to call Java. It’s damn useful. At the heart of every debugger is a half-finished reflection API that deserves to be cleaned up and surfaced for language interop and novel kinds of tools.
> any script interpreter
What are you even talking about.
> or management RPC server
I would very much expect RPC endpoints to be opted in explicitly and statically.
> or other languages’ FFI?
I fail to see why Go-level reflection would be involved in that in any capacity.
> What good are top-level functions
You can call them? From your go code?
Are you saying rust or C can't be because they don't have reflection? That's a strange position.