Jump to content

Concurrent Haskell

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cydebot (talk | contribs) at 23:52, 16 May 2006 (Robot - moving categories per WP:CFD at Wikipedia:Categories for deletion/Log/2006 May 6.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Concurrent Haskell is implementation of a Software transactional memory techniques into Glasgow Haskell Compiler, developed under the auspices of Microsoft Research by Tim Harris, Simon Peyton Jones, Maurice Herlihy and Simon Marlow. Original paper, describing motivations, implementation details and why Haskell is a good choice, can be found below[1].

References:

  1. ^ ("Tim Harris, Simon Marlow, Simon Peyton Jones, and Maurice Herlihy. Composable Memory Transactions. ACM Conference on Principles and Practice of Parallel Programming 2005 (PPoPP'05). 2005.")