is any sort of reflection planned for kotlin/native?
o
olonho
05/05/2018, 9:33 AM
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
msink
05/05/2018, 10:31 AM
something like DELPHI
msink
05/05/2018, 10:31 AM
*DELPHI RTTI?
s
spierce7
05/05/2018, 3:00 PM
like reflective constructor invocation perhaps?
spierce7
05/05/2018, 3:01 PM
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.