GithubHelp home page GithubHelp logo

parry84 / haskell-book-solutions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from toraritte/haskell-book-solutions

0.0 0.0 0.0 33 KB

Repositories with solutions to the exercises in the Haskell Book (i.e. Haskell Programming from first principles)

Haskell 100.00%

haskell-book-solutions's Introduction

Each repo is added as a git submodule, and each directory leads to the solutions repo of the given contributor. Entries that are not shown as links are hosted on platforms other than Github (e.g., Gitlab), and links to those should be part of the last commit message (see ptrfrncsmrph for example).

Cloning this repo WITH submodules

Stackoverflow questions 1 and 2 are very helpful, but the gist is:

  • clone all repos:
    git clone --recurse-submodules https://github.com/sac-fp/HaskellBook-solutions.git

  • clone specific repo(s):
    git clone --recurse-submodules=ptrfrncsmrph --recurse-submodules=txels https://github.com/sac-fp/HaskellBook-solutions.git

See more at section --recurse-submodules in git help clone.

How to add your solutions repo

From the command line:

  1. Fork this repo
  2. git clone https://github.com/<your-github-username>/HaskellBook-solutions.git
  3. git checkout -b add-solution
  4. git submodule add <url-of-your-repo> <your-github-username>
  5. Stage and commit your changes
  6. git push origin add-solution
  7. Create a pull request

Helpful git resources:

A list of solutions are available at https://github.com/CarlosMChica/haskell-book-readers-exercises but it hasn't been updated for a couple months now.

haskell-book-solutions's People

Contributors

toraritte avatar

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.