Today: - I added missing tests for recently added ...
# python-contributors
p
Today: • I added missing tests for recently added support for
main
function: [#74] Add end-to-end tests for main function, and actually I was surprised that the
external
mechanism works as expected. It means we can use Python's standard library this way 🎉 For example, for such basic things as printing out, which still doesn't work through the Kotlin's stdlib • I really want Kotlin's
println
to work, and I decided I'll focus on it now. Here's are my work-in-progress notes: https://github.com/krzema12/kotlin-python/wiki/Notes-on-making-%60println%60-work I found some concrete missing stuff and things from JS stdlib that we don't need, and the bottom line is that I have a concrete plan for several first steps
🔥 2
K 1