top | item 11477201

(no title)

zgao | 10 years ago

CEO of AlphaSheets here! Javascript is our frontend, but the backend is Haskell :)

discuss

order

m_mueller|10 years ago

So the computations are server-side? Or are you doing some Haskell-to-JS-transpiling?

alexzhu|10 years ago

Yes, the computations are all done server-side, which lets us parallelize big computations. It also keeps our thorny evaluation logic crisp and maintainable, because Haskell. =)