krzema12 / kotlin-python

Python target for the Kotlin Programming Language. See https://github.com/krzema12/kotlin-python/tree/python-backend/python
https://discuss.kotlinlang.org/t/idea-python-backend/19852
48 stars 1 forks source link

Update Kotlin/JS output #11

Closed krzema12 closed 3 years ago

krzema12 commented 3 years ago

The goal is being able to check, first without analyzing the compiler code, how a given thing is translated to JS. In this particular case I was curious how lazy initialization of properties is done.