-
I don't know very much progamming but the little bit I do know. I agree that some times you just want to pull you hair out but hey that's the world of programming. It's got it's up's and it's got it's down's. But all in all it's a great felling when you get somthing to work for you. As for being adictive, not for me, just fun.
-
... ???
@ Twey-
I got Emacs, and I downloaded the Haskell compiler, but how do I compile my emacs' .hs file? I've Googled it and can't seem to find anything...
thanks.
-
After saving your .hs file — doesn't matter how you generated it — run ghc --make <file>.hs -o new.exe at the shell to generate an executable called new.exe.
You can work with the shell from within emacs by running M-x shell.