Parallel programming languages which look deterministic? -
are there programming languages system parallelizes program without noticeable differences programmer?
that is, programmer writes linear, deterministic program, without additional tags or meta-data, , underlying system parallelizes of work.
haskell has host of parallelism , concurrency features. stm has been popularized , much-discussed since being implemented haskell. might go, has channel feature may of interest.
Comments
Post a Comment