Giter VIP home page Giter VIP logo

haskell-docs's Introduction

This is the github repository for an introductory guide to learning Haskell.

If you're interested in contributing to the guide, see here for more information.

Goals

The goal for this project is to be a pathway into Haskell for newcomers who have programming experience in a language like Python. In other words, it should assume no knowledge of Haskell, and make it as effortless as possible to understand Haskell's core ideas.

With that in mind, it should be:

  • free and online
  • maintainable: just markdown, easy for anyone to update via a PR
  • ergonomic: pleasing to look at and use, good search, easy navigation
  • friendly: clear usage examples of code, FAQs and gotchas, pointers to other resources, unambiguous set up instructions for Haskell, contains an example project with best practices
  • concise: avoids prose where possible

Material for MkDocs is a great platform for these goals. It's very easy for anyone to propose changes (click Edit icon on any page to submit PR), and is designed to display information well (info boxes, code comments, tabs, columns, automatic contents, and search for navigation).

What's wrong with existing resources?

Well, nothing actually! There's a large range of great resources, both for beginners and intermediate Haskell programmers.

These resources often have quite different goals to The Haskell Guide, however. They (usually) aim to provide a complete introduction to Haskell, either to a coding beginner or a Haskell newcomer, and do so in a linear way (a series of written chapters, projects, or videos).

By contrast, The Haskell Guide is less interested in providing a didactically complete experience. Instead, it wants to get newcomers over the hurdles that traditionally make Haskell inaccessible. Removing these obstacles lets newcomers, who might have no reason to think Haskell is worthwhile, give Haskell a chance. Key resources for newcomers include:

  • Simple examples of code doing simple practical things
  • Concise examples of how the syntax works
  • Concise explanations of why one might want to use Haskell (purity, algebraic types, etc)
  • Steps to get oriented (installation, toolchain, ecosystem, core resources)

The Haskell Guide is founded on the hunch that removing these hurdles via a free, ergonomic, clear online reference guide could have a much bigger effect on Haskell uptake than even an extremely high quality book, which already requires buy-in from a newcomer.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.