S
ssecorp
What do I need to do to be able to run things like:
"C:/path> ghc haskellfile.hs" from the command prompt?
ghc is the Haskell compiler.
I often see this with pyhton pythonfile.py too etc.
normally that is on Linux or Unix though.
But I am supposed to be able to do the same on windows I think.
Do I have to add the path to ghc.exe to the general system path? I
have tried that but it isn't working.
"C:/path> ghc haskellfile.hs" from the command prompt?
ghc is the Haskell compiler.
I often see this with pyhton pythonfile.py too etc.
normally that is on Linux or Unix though.
But I am supposed to be able to do the same on windows I think.
Do I have to add the path to ghc.exe to the general system path? I
have tried that but it isn't working.