Closed johnnychen94 closed 2 years ago
In #1 I have hardcoded two types of runner: julia_runner and shell_runner
julia_runner
shell_runner
It won't be crazy at all to have, say, python_runner or pycall_runner, defined as third-party runner types, and I would like to support it.
python_runner
pycall_runner
In #1 I have hardcoded two types of runner:
julia_runner
andshell_runner
It won't be crazy at all to have, say,
python_runner
orpycall_runner
, defined as third-party runner types, and I would like to support it.