Y
Hacker News
new
|
ask
|
show
|
jobs
by
AndyKelley
3938 days ago
You can easily invoke platform-specific binaries from within a scripting language. You can even invoke them in a shell if you want. Check out this API:
https://docs.python.org/3/library/subprocess.html#subprocess...
2 comments
yarrel
3938 days ago
If most of your scripting language code is calls to other programs and to the shell, there's a simpler way...
link
adrusi
3938 days ago
Well of course you can. Scripting languages aren't useless stunted toys. The point is that if that's what most of your program is doing, you'll have a lot more success using a language where that functionality is first class.
link