|
|
|
|
|
by boothead
3896 days ago
|
|
If you're an analytics shop (presumably) working with streams of events, I'm going to go out on a limb and say that not picking a functional language (purescript or elm) is a mistake. It's fits the domain so well, take a look at the mileage that slamdata are getting out of purescript for example. note I'm being deliberately provocative with the above statement to promote discussion, not argument. :-) |
|
1. most of the analytics/event-stream processing will be done on the backend anyway
2. If you are picky enough you can do functional programming in js. Reative.js is decent library for processing streams of events.
What screams to use something more haskell-like, is their example of 'Trys', i.e:
should look like something like: (haven't used haskell in quite some time, so maybe I am missing something)