/haskell-music

Make music in Haskell!

Primary LanguageHaskellMIT LicenseMIT

Make music in Haskell

Run

runhaskell Main.hs

Interactive Mode

ghci :l Main.hs playDoom

Dependencies

  • ghc
  • ffmpeg (for ffplay)

Credits

Fork from the code of the video "Making music with Haskell" from tsoding. Watch the Video