{-# 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"]
Python
As of March 2020, School of Haskell has been switched to read-only mode.
comments powered by Disqus