Comment on Faster CPython Ideas – Issue Tracker for Faster CPython ProjectparentComments−dongping5yMaybe you would want to check out Bazel as a build tool, since it uses a stripped down variant of Python called Starlark.https://docs.bazel.build/versions/master/skylark/language.ht...−bla35yIt uses that for its build configuration, not for build steps, as far as I know.
Comments
Maybe you would want to check out Bazel as a build tool, since it uses a stripped down variant of Python called Starlark.
https://docs.bazel.build/versions/master/skylark/language.ht...
It uses that for its build configuration, not for build steps, as far as I know.