Live data from Hacker News

GHC now runs in the browser

discourse.haskell.org

1–10 of 131 posts

Re: GHC now runs in the browser

#8
post #3
post #2

Interesting technical achievement but what would this be used for in practical terms?

yeah why would anyone want to run code on a website

It would be more plausibly practical if GHC could now target wasm, but this announcement is actually about being able to run the compiler itself in the browser.

Re: GHC now runs in the browser

#9
post #3

Earlier quoted context omitted.

yeah why would anyone want to run code on a website

Loading 50mb of WASM is a big tradeoff just to run code on a website.

Loading time is pretty rough, but it seems responsive enough after the initial load. Probably as fast or faster than downloading and installing GHC locally.

Re: GHC now runs in the browser

#10
post #2

Interesting technical achievement but what would this be used for in practical terms?

I think the immediate and obvious case would be educational materials. Other than that, technical achievements need not always be practical to be cool :)

Agreed. Too many people said Haskell is only for academia, yet we’re seeing more quality software being released in Haskell over the past few years.
Post reply on HN