Live data from Hacker News

Making a GTK Video Player with Haskell

lettier.github.io

1–10 of 42 posts

Re: Making a GTK Video Player with Haskell

#4
Very nice project keep going, would love to see more haskell projects arising from this. Code related: I'm by no means an haskell expert, but your main function in Main.hs looks a bit lengthy, usually i dont see haskell methods with 50+ lines, might be better to split them up and provide names for subfunctions.

Re: Making a GTK Video Player with Haskell

#7

Is there any fully formed application made with Haskell out there?

Pandoc, the "universal document converter", is a good example of a large, feature-complete Haskell project in wide use.

https://pandoc.org/

Most people who use it aren't aware it's written in Haskell!

Post reply on HN