Piotr Krzemiński
03/28/2022, 7:12 AMdist
and using it everywhere where necessary (PR #124), I concluded the next step about Python-specific stdlib would be to get independent from the JS stdlib. Currently some code is copied from it before the Python one is built, like in case of JS-IR, which is expected because we copied JS-IR's build logic. E.g. libraries/stdlib/js/src/kotlin/console.kt is just in the JS stdlib and now both JS-IR and Python stdlib copy it over to their source code before building. As a concrete example, it means that without getting independent from JS stdlib we won't be able to e.g. adjust the implementation of Kotlin's `print`/`println`