Live data from Hacker News

Making a GTK Video Player with Haskell

lettier.github.io

41–42 of 42 posts

Re: Making a GTK Video Player with Haskell

#41
post #14

Earlier quoted context omitted.

The examples mentioned in the other posts confirm my impression that Haskell is a good language for text processing and server applications but a pain for writing rich desktop applications. One of the things I miss in Haskell is a way to compile to C, and a convenient declarative GUI which also compiles to C so that all code can be linked together, and distributed as a single binary. The GUI doesn't need to be native…

I think pretty much any Language is a pain to write GUIs in, a single property dialogue in photoshop is ~6k loc in C++...

Why would some ridiculous plug in API mean that every language is a pain to write GUIs in?

Re: Making a GTK Video Player with Haskell

#42

Earlier quoted context omitted.

Here are a few: elm: https://en.wikipedia.org/wiki/Elm_(programming_language) purescript: http://www.purescript.org/ postgREST: https://postgrest.com/en/v4.1/ Trending stuff on github: https://github.com/trending/haskell?since=monthly

Those are languages

The Elm and Purescript compilers are written in Haskell though.
Post reply on HN