Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Strategies in Scala

Is there an equivalent to Haskell Control.Parallel.Strategies or a way to achieve the same thing?

That allow an existing code to be evaluated in a different way. By separating algorithm from strategy and algorithm from evaluation.

like image 499
skyde Avatar asked Sep 27 '11 19:09

skyde


1 Answers

Yes, but only in Scalaz and not in the standard library.

like image 129
Alexey Romanov Avatar answered Sep 25 '22 09:09

Alexey Romanov