Article 55066 LXer: Getting Started with Haskell on Fedora

LXer: Getting Started with Haskell on Fedora

by
LXer
from LinuxQuestions.org on (#55066)
Published at LXer:

$ sudo dnf install -y ghc $ ghc --version The Glorious Glasgow Haskell Compilation System, version 8.6.5 main = putStrLn ("Hello, World!") $ runhaskell main.hs Hello, World! $ ghc main.hs [1 of 1] Compiling Main ( main.hs, main.o ) Linking main ... $ ./main Hello, World! $ ghci Prelude> :load main.hs [1 of 1] Compiling [...]

Read More...latest?d=yIl2AUoC8zA latest?i=bIH_x58ifu8:7kj9mZEo4Sc:F7zBnMy latest?i=bIH_x58ifu8:7kj9mZEo4Sc:V_sGLiP latest?d=qj6IDK7rITs latest?i=bIH_x58ifu8:7kj9mZEo4Sc:gIN9vFwbIH_x58ifu8
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments