Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RWH は突然、runghc の代わりに runhaskell を使い始めました。違いは何ですか?私が知る限り、それらは同じように機能します。
runhaskellシステムで使用している Haskell インタープリターを実行できます。必ずしも GHCi である必要はありません。たとえば、必要に応じて、runhaskell代わりにrunhugsorなどを指すことができrunjhcます。
runhaskell
runhugs
runjhc
本質的に、それはただの素敵なエイリアスです。これを使用すると、将来使用するコンパイラを簡単に変更できます。結局のところ、代わりにrunghc実行jhcすると混乱するでしょう!
runghc
jhc