Does it mean if I don't have an interpreter, i would never run a program? I see no object or executable file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

15th Nov 2018, 6:19 PM
Ebong Billy
Ebong Billy - avatar
6 Answers
+ 2
thank
15th Nov 2018, 6:48 PM
Ebong Billy
Ebong Billy - avatar
+ 2
Thanks
27th Jun 2019, 2:44 PM
Ebong Billy
Ebong Billy - avatar
+ 1
No, you can convert to .exe file. see,https://www.sololearn.com/Discuss/1498940/?ref=app
15th Nov 2018, 6:40 PM
Roneel
Roneel - avatar
+ 1
how?
15th Nov 2018, 6:42 PM
Ebong Billy
Ebong Billy - avatar
15th Nov 2018, 6:43 PM
Roneel
Roneel - avatar
+ 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.
15th Nov 2018, 8:50 PM
Schindlabua
Schindlabua - avatar