- JHC and LHC are using GRIN: The GRIN Project: A Highly Optimising Back End For Lazy Functional Languages http://www.cs.chalmers.se/~boquist/ifl96-abstract.html 4 comments haskell
- Cool example of GADTs: from untyped expressions to well-typed expressions http://www.cs.chalmers.se/cs/grundutb/kurser/afp/lectures/lecture7/typed.hs.html 2 comments haskell
- Haskal - The Haskell Shell http://www.cs.chalmers.se/~dave/courses/topics/savedprojects/2006-haskal/ 7 comments programming
- Obsidian: programming GPUs with Haskell :: PDF http://www.cs.chalmers.se/cs/grundutb/kurser/svh/slides/may-15-2008-obsidian-shortp2.pdf 3 comments programming
- History of Erlang as told by Joe Armstrong [PDF] http://www.cs.chalmers.se/cs/grundutb/kurser/ppxt/ht2007/general/languages/armstrong-erlang_history.pdf 8 comments programming
- The BNF Converter http://www.cs.chalmers.se/cs/research/language-technology/bnfc/ 10 comments programming
- Programming in Martin-Löfs Type Theory http://www.cs.chalmers.se/cs/research/logic/book/book.pdf 2 comments programming
- Get your typechecker to verify the time complexity of your code: Lightweight Semiformal Time Complexity Analysis for Purely Functional Data Structures [PDF] http://www.cs.chalmers.se/~nad/publications/danielsson-popl2008.pdf 3 comments programming
- Haskell Server Pages http://www.cs.chalmers.se/~d00nibro/hsp/thesis.pdf 18 comments programming
- Understand Type Systems -- Programming in Martin-Löf's Type Theory http://www.cs.chalmers.se/cs/research/logic/book/ 10 comments programming
- HSP - Haskell Server Pages http://www.cs.chalmers.se/~d00nibro/hsp/ 3 comments programming
- Verifying Haskell programs by combining testing and proving [pdf] http://www.cs.chalmers.se/~makoto/qsic03.pdf 2 comments programming
Lambda the Ultimate
- HOPL-III: A History of Erlang http://www.cs.chalmers.se/Cs/Grundutb/Kurser/ppxt/HT2007/general/languages/armstrong-erlang_history.pdf 15 comments History
- Guaranteed Optimization http://www.cs.chalmers.se/~tveldhui/papers/2004/dissertation/gopt.html#3 3 comments Implementation
- TYPES Summer School 2005 http://www.cs.chalmers.se/Cs/Research/Logic/TypesSS05/ 0 comments Type Theory
- O'Haskell - a functional object-oriented concurrent PL http://www.cs.chalmers.se/~nordland/ohaskell/ 1 comment Object-Functional , Parallel/Distributed
- QuickCheck http://www.cs.chalmers.se/~rjmh/QuickCheck/ 0 comments Software-Eng
- Structuring Depth-First Search Algorithms in Haskell http://www.cs.chalmers.se/Cs/Grundutb/Kurser/afp/Papers/graph-launchbury.ps 0 comments functional
- cayenne: haskell with dependent types http://www.cs.chalmers.se/~augustss/cayenne/ 6 comments functional
- Generic Programming for Idiots http://www.cs.chalmers.se/~patrikj/poly/others/CompAppr2PolyProg.ps.gz 2 comments theory
- Generic Programming http://www.cs.chalmers.se/~patrikj/poly/afp98/genprogintro.ps.gz 18 comments theory