according to this <http://stackoverflow.com/questions/29181960/is-there-parallelism-in-elm> question, Elm doesn't support parallelism yet.
I know that right now the idiomatic way in JS (and in result Elm) is to do concurrency instead of parallelism but I think in the future web workers might become as idiomatic as AJAX or Promises. Given that JS does now support it via web workers, I was wondering what are the plans for adding Parallelism to Elm ? -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
