Is there any fully formed application made with Haskell out there?
I implemented a fractal zoomer, but it might be too simple to meet your vague "fully formed": https://github.com/serprex/Fractaler
11–20 of 42 posts
Is there any fully formed application made with Haskell out there?
I implemented a fractal zoomer, but it might be too simple to meet your vague "fully formed": https://github.com/serprex/Fractaler
Is there any fully formed application made with Haskell out there?
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
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.
I guess Haskell just doesn't do much to solve the problem of setting up GUIs, at least when it has to interface with a framework like Gtk+.
Is there any fully formed application made with Haskell out there?
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. Lisp has its own GUI (McCLIM), Smalltalk has one (Squeak), Rust has one (Conrod), why not Haskell?
Is there any fully formed application made with Haskell out there?
1. The open source SQL parser - HsSqlPpp https://github.com/jakewheat/hssqlppp, 35700 LOC + 3900 LOC of tests
2. The compiler and optimizer (proprietary) is roughly 55,000 Haskell LOC
Edit: And we use Pandoc and Quickcheck internally for a bunch of different things
Is there any fully formed application made with Haskell out there?
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…
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++...
Is there any fully formed application made with Haskell out there?
I think it's hard to find many modern applications (I.e. some software package with a UI) made in anything outside of a few choice languages like JS, C++, C#, or Swift.
Is there any fully formed application made with Haskell out there?
And there is/was a tiling window manager, but everyone I know who used it at some point migrated away because the configuration was Haskell as well.
Is there any fully formed application made with Haskell out there?
llpp, depending on your definition of "fully formed". And there is/was a tiling window manager, but everyone I know who used it at some point migrated away because the configuration was Haskell as well.
Still use it with gnome and it's the only reason I can half read Haskell!