diff --git a/clojure/README.md b/clojure/README.md index 7bd4dc6..072429a 100644 --- a/clojure/README.md +++ b/clojure/README.md @@ -1,17 +1,13 @@ # Clojure This is a cross-listing of papers related to Clojure, it's core, contrib and popular libraries. Papers noted at at Clojure talks, meetups, and conferences can be found here as well. - - ## Data Structures * core.rrb-vector * [RRB-Trees: Efficient Immutable Vectors](http://infoscience.epfl.ch/record/169879/files/RMTrees.pdf) - ## Pattern Matching * core.match * [Compiling Pattern Matching to good Decision Trees](http://www.cs.tufts.edu/~nr/cs257/archive/luc-maranget/jun08.pdf) - ## Clojure/West 2014 * Applicative Functional Programming * [Backtracking Iterators](https://www.lri.fr/~filliatr/publis/enum2.pdf) @@ -21,7 +17,3 @@ This is a cross-listing of papers related to Clojure, it's core, contrib and pop * [QuickCheck: A Lightweight Tool for Random Testing of Haskell Programs](http://www.cs.tufts.edu/~nr/cs257/archive/john-hughes/quick.pdf) * [QuickCheck Testing for Fun and Profit](http://people.inf.elte.hu/center/fulltext.pdf) * Property-Based Testing, best explained in John Hughes own talk at [ClojureWest 2014](https://www.youtube.com/watch?v=zi0rHwfiX1Q&list=PLZdCLR02grLp__wRg5OTavVj4wefg69hM). - - - - diff --git a/haskell/README.md b/haskell/README.md new file mode 100644 index 0000000..c910577 --- /dev/null +++ b/haskell/README.md @@ -0,0 +1,4 @@ +# Haskell + + +* [Tackling the Awkward Squad: monadic input/output, concurrency, exceptions, and foreign-language calls in Haskell](../haskell/tackling-the-awkward-squad-monadic-input-output-concurrency-exceptions-and-foreign-language-calls-in-haskell.pdf) by Simon Peyton Jones diff --git a/haskell/tackling-the-awkward-squad-monadic-input-output-concurrency-exceptions-and-foreign-language-calls-in-haskell.pdf b/haskell/tackling-the-awkward-squad-monadic-input-output-concurrency-exceptions-and-foreign-language-calls-in-haskell.pdf new file mode 100644 index 0000000..ef56500 Binary files /dev/null and b/haskell/tackling-the-awkward-squad-monadic-input-output-concurrency-exceptions-and-foreign-language-calls-in-haskell.pdf differ