papers-we-love_papers-we-love/haskell/README.md
Jason Ganetsky 48a1973a8e Added paper
Change-Id: Ic2c18dd38d8589033ba659b20f12f4da2cd704bc
2014-10-14 01:29:11 -04:00

6 lines
676 B
Markdown

# 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
* [Making a Fast Curry: Push/Enter vs. Eval/Apply for Higher-order Languages](../haskell/making-a-fast-curry-push-enter-versus-eval-apply-for-higher-order-languages.pdf) by Simon Marlow and Simon Peyton Jones. A classic... describes well the execution model GHC uses for Haskell, and catches the brilliant authors in a design pivot from original intuition to new conclusions based on empirical data.