by eru 3 days ago

Well, you can and people do use Python to stitch together low level C code. In that sense, you could go the early git approach, but use Python instead of shell as the glue.

saghm 3 days ago | [-1 more]

Their point was that by offloading the bottlenecks to C, you've essentially conceded that Python isn't fast enough for them, which was the original point made above

eru 3 days ago | [-0 more]

Fair point!