Python

As of March 2020, School of Haskell has been switched to read-only mode.

{-# START_FILE test.py #-}
print "Hello from Python!"
{-# START_FILE main.hs #-}
import System.Cmd
main = do
    putStrLn "Hello from Haskell!"
    rawSystem "python" ["test.py"]
comments powered by Disqus