You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would immensely increase the language's usefulness if there was an :exec function (or maybe it should be an !exec construct?) available that'd make it possible to call other programs.
Things to consider:
Syntax for passing arguments to called programs.
Syntax for passing input (stdin) to called programs.
How to return both the exit status and output (stdout) to the user?
Should there be a facility to retrieve the error output (stderr) of called program?
Should there be a facility to retrieve the running time of the called program?
The text was updated successfully, but these errors were encountered:
It would immensely increase the language's usefulness if there was an
:exec
function (or maybe it should be an!exec
construct?) available that'd make it possible to call other programs.Things to consider:
stdin
) to called programs.stdout
) to the user?stderr
) of called program?The text was updated successfully, but these errors were encountered: