Skip to content Skip to sidebar Skip to footer

Call A Python File In A Sml Program?

I was wondering if it is possible to call a python file in an SML program, and if so how can you do it? I have tried researching how to do this, but have only found documentation o

Solution 1:

I think OS.Process.system "python myscript.py" should work. See: http://sml-family.org/Basis/os-process.html


Post a Comment for "Call A Python File In A Sml Program?"