is any sort of reflection planned for kotlin/nativ...
# kotlin-native
s
is any sort of reflection planned for kotlin/native?
o
some reflection is available, such as getting class name, but generally full Java-style reflection is not expected, it needs virtual machine or very inefficient code
m
something like DELPHI
*DELPHI RTTI?
s
like reflective constructor invocation perhaps?
I guess a lot of needs can be taken care of with proper Kotlin compiler plugins for code generation. Who knows when those are coming though.