Personal tools

Parallel/Reading

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(Added section "Other" with a link to Concurrent Haskell in Wikipedia)
m (Other)
Line 26: Line 26:
== Other ==
== Other ==
-
[http://en.wikipedia.org/wiki/Concurrent_Haskell Concurrent Haskell] in Wikipedia
+
* [http://en.wikipedia.org/wiki/Concurrent_Haskell Concurrent Haskell] in Wikipedia
-
 
+
-
 
+
-
 
+
-
http://en.wikipedia.org/wiki/Concurrent_Haskell Concurrent_Haskell
+

Revision as of 16:14, 10 November 2011

Contents

1 Tutorials

2 Papers to learn with

See also Parallel/Research if you'd like to dig into the more research-oriented papers on Parallel Haskell

3 Surveys


4 Other