Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
how to run haskell compiler/interpreter?
hello, recently i installed a haskell lib, however, after installing the package, i cannot find the compiler ide, could anyone give me a viable recommendation for where to find haskell compiler that truly able to write and debug practical program
thanks
1 Answer
- Laurence ILv 73 months ago
if you look at a good tutorials website you will learn that you can practice online and it should also explain how to creat an offline(local to your pc) installation. Dont ignore the online practice as you would be missing out. see here https://www.tutorialspoint.com/haskell/haskell_env... for help from one of the very useful tutorial sites you could have visited. A LIB is probably just the linkable libraries you might need, you are missing all the rest of it so the LIB isnt much use to you yet.