|
|
|
|
|
by chrisdone
3397 days ago
|
|
I think PureScript should catch on. The runtime performance story is much more predictable than Haskell, it integrates trivially with the most valuable target platform: JS, it has small output, fixes the warts of Haskell and yet is still pure. Aside from apps at work, I made some simple physics demos with it http://chrisdone.com/toys/ Perfomance seems good. |
|
It may end up really ugly though: how would you define operators while preserving JS semantics (e.g. no currying)?