Maybe this is a naive idea, but could a simple kotlin-python compiler target be created by using the native targets and wrapping those with python bindings automatically?
p
Piotr Krzemiński
11/29/2023, 9:30 AM
It would work, but it would also require us to be aware of all the native platforms. With direct Python generation from the compiler, it would be different.