Y
Hacker News
new
|
ask
|
show
|
jobs
by
TechSupportJosh
1468 days ago
Is there a reason for the use of system() here?
https://github.com/pyston/pyston/blob/69b190003f14dfd2f6d276...
Seems easier to use the C functions to do this, rather than rely on system commands.
1 comments
kzrdude
1467 days ago
That is definitely unportable code that is not intended for anyone but developers to use.
link