Parallel and Concurrent Programming in Haskell

时间:2017-11-26 16:48:41
【文件属性】:
文件名称:Parallel and Concurrent Programming in Haskell
文件大小:715KB
文件格式:PDF
更新时间:2017-11-26 16:48:41
haskell, 并行计算 While most programming languages nowadays provide some form of concur- rent or parallel programming facilities, very few provide as wide a range as Haskell. The Haskell language is fertile ground on which to build abstrac- tions, and concurrency and parallelism are no exception here. In the world of concurrency and parallelism, there is good reason to believe that no one size ts all programming model for concurrency and parallelism exists, and so prematurely committing to one particular paradigm is likely to tilt the language towards favouring certain kinds of problem. Hence in Haskell we focus on providing a wide range of abstractions and libraries, so that for any given problem it should be possible to nd a tool that suits the task at hand.

网友评论