Maybe this is a naive idea, but could a simple kot...
# python
j
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
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.