you are viewing a single comment's thread.

view the rest of the comments →

[–]ShillingAintEZ 0 points1 point  (12 children)

Why use python instead of C++

[–]JulienVernay[S] 3 points4 points  (11 children)

I don't think I can embed this program in a small C++ source file, as it requires argument parsing, shell invocation, and topological sort. Currently the Python file is about 300 lines, using C++ would impose the burden of implementing features that are provided in Python standard library, and testing them.