Hacker News
- Supercompilation for Haskell can make it as fast as C http://community.haskell.org/~ndm/downloads/slides-supercompilation_for_haskell-03_mar_2009.pdf 3 comments
- Defining Haxl's `Fetch` using free applicatives http://community.haskell.org/~simonmar/papers/haxl-icfp14.pdf 9 comments haskell
- There is no Fork—our ICFP 2014 paper about Haxl http://community.haskell.org/~simonmar/papers/haxl-icfp14.pdf 4 comments haskell
- how to show the user performance of a map task http://community.haskell.org/~simonmar/slides/CUFP.pdf 3 comments haskell
- Rethinking Supercompilation [PDF] http://community.haskell.org/~ndm/temp/supero.pdf 18 comments haskell
- Slides for 7 lectures on Parallel and Concurrent Haskell (including GPU programming with Accelerate) http://community.haskell.org/~simonmar/slides/cadarache2012/ 11 comments haskell
- The Glasgow Haskell Compiler (draft chapter for "The Architecture of Open Source Applications, Volume 2") http://community.haskell.org/~simonmar/papers/aos.pdf 27 comments haskell
- Simon Marlow's Parallel and Concurrent Programming Haskell Tutorial :: PDF slides http://community.haskell.org/~simonmar/cefp1.pdf 4 comments programming
- Catch: Case Totality Checker http://community.haskell.org/~ndm/catch/ 10 comments haskell
- How unique is Unique? http://community.haskell.org/~emax/darcs/moreunique/ 11 comments haskell
- Multicore Garbage Collection with Local Heaps :: PDF http://community.haskell.org/~simonmar/papers/local-gc.pdf 3 comments haskell
- Tutorial: Parallel and Concurrent Programming in Haskell :: PDF http://community.haskell.org/~simonmar/par-tutorial.pdf 7 comments haskell
- A monad for deterministic parallelism (ICFP'2011 submission) http://community.haskell.org/~simonmar/papers/monad-par.pdf 10 comments haskell
- Supercompilation for Haskell :: PDF http://community.haskell.org/~ndm/downloads/slides-supercompilation_for_haskell-03_mar_2009.pdf 12 comments haskell
- Neil Mitchell - HLint http://community.haskell.org/~ndm/hlint/ 3 comments haskell
- Firstify: takes a higher-order Haskell program and a produces an equivalent first-order program http://community.haskell.org/~ndm/firstify/ 16 comments programming