+ 1
Does it mean if I don't have an interpreter, i would never run a program? I see no object or executable file
I have a difficulty in visualizing how i could use a program written in an interpreted language such as Python and Haskell
6 Respostas
+ 2
thank
+ 2
Thanks
+ 1
No, you can convert to .exe file.
see,https://www.sololearn.com/Discuss/1498940/?ref=app
+ 1
how?
+ 1
https://www.sololearn.com/Discuss/1421083/?ref=app
https://www.sololearn.com/Discuss/74356/?ref=app
Still I have never done it, it is quite popular.
+ 1
Haskell is compiled using the ghc compiler. It comes with the Haskell platform.
There is the ghci interpreter but you really only use that for small scripts.