Computer Science Resources

Contents

Here I will collect various resources related to computer science, especially as pertain to Haskell programming.

Haskell

Haskell is the world’s preimere functional programming language. First the Haskell homepage, tryhaskell.org for experimenting in the browser, and Hoogle to search haskell code by type or by name.

Beginner’s Haskell

Haskell Topic Overviews

Targeted Haskell Tutorials

Dependent Types

Machine Learning

Algorithms & Data Structures

Numerical, Mathematical & Physical Computing

Misc