DEV Community

Discussion on: Learn functional programing with me - Part 1 : Language choice

Collapse
 
oguimbal profile image
Olivier Guimbal • Edited

That said, leverages GHCJS. If I understood right, it is often blamed to generate huge js bundles. That also is a downside 😑

Collapse
 
peterstorm profile image
Peter Storm

Yeah, but there's alot of things you can do to mitigate that, like using the closure compiler, etc. And I think there's benchmarks against alot of other compile to js frameworks, regarding both performance and bundle size, and as I remember it's great performance wise, and a liiiiiitle behind size wise.