|
|
|
|
|
by natertux
2107 days ago
|
|
Can people tell me what useful program were produced in Haskell ?
I know a few for Ocaml but I dont know much Haskell, so dont know yet any useful program written in Haskell.
The program I know for Ocaml are:
- coccinelle (semantic patching used by linux kernel devs)
- FramaC (formal verification)
- Coq (proof assistant)
- Rust compiler (I think they bootstraped the language by writting a compiler in ocaml first, now the compiler is written in rust itself) I just saw pandoc. It seems nice.
I know parsec.
But I would like to know what kind of haskell programs are actually used in real life ?
I know Jane Street does all their dev in Ocaml.
Is there similar company for Haskell ? |
|
Facebook's Sigma and https://github.com/wireapp/wire-server may be the ones with the most non-programmer users?
http://postgrest.org/ and https://hasura.io/ seem interesting.
https://www.quora.com/What-is-the-largest-commercial-program... says the largest Haskell code-base is probably Standard Chartered trading system.
more at https://github.com/topics/haskell and https://serokell.io/blog/top-software-written-in-haskell