Haskell in Production: Standard Chartered
serokell.io
Haskell in Production: Standard Chartered
1–10 of 167 posts
Re: Haskell in Production: Standard Chartered
#2What does he mean by this?
Re: Haskell in Production: Standard Chartered
#3> Mu can easily take several minutes to compile a single large application. We will circumvent those problems by switching our front-end to use GHC directly What does he mean by this?
Re: Haskell in Production: Standard Chartered
#4> Mu can easily take several minutes to compile a single large application. We will circumvent those problems by switching our front-end to use GHC directly What does he mean by this?
1 - https://icfp21.sigplan.org/details/hiw-2021-papers/14/Haskel...
Re: Haskell in Production: Standard Chartered
#5https://discourse.haskell.org/search?expanded=true&q=Standar...
Re: Haskell in Production: Standard Chartered
#6> Mu can easily take several minutes to compile a single large application. We will circumvent those problems by switching our front-end to use GHC directly What does he mean by this?
Re: Haskell in Production: Standard Chartered
#7> Mu can easily take several minutes to compile a single large application. We will circumvent those problems by switching our front-end to use GHC directly What does he mean by this?
Re: Haskell in Production: Standard Chartered
#8> Mu can easily take several minutes to compile a single large application. We will circumvent those problems by switching our front-end to use GHC directly What does he mean by this?
I may be wrong, but if I remember correctly Standard Charter uses their own “dialect” called Mu[1]. 1 - https://icfp21.sigplan.org/details/hiw-2021-papers/14/Haskel...
Re: Haskell in Production: Standard Chartered
#9> Mu can easily take several minutes to compile a single large application. We will circumvent those problems by switching our front-end to use GHC directly What does he mean by this?
From what I understand: GHC takes care of the parsing of the source file, error reporting, etc. Then the AST (or an intermediate representation) is passed to the of the Mu compiler, which performs whole-program optimisations.