Giter Site home page Giter Site logo

andyglick / haskell-bookcamp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phagenlocher/learn-haskell-by-example

0.0 0.0 0.0 197 KB

Projects showcased in the book "Haskell Bookcamp"

License: BSD 3-Clause "New" or "Revised" License

Haskell 99.29% Dockerfile 0.71%

haskell-bookcamp's Introduction

Haskell Bookcamp

This repository contains the code for the projects in the book Haskell Bookcamp. The code is organized by chapter, each subdirectory containing a README with further comments.

Discussion

If anything about the code or book seems to be unclear or you spotted an error, you can always join in the discussion in the liveBook discussion form or open an issue in this repository!

Requirements

In order to compile and run the provided projects you need to have stack installed. Installing it is easiest with the tool GHCup.

Using docker

If you don't want to install any parts of the Haskell toolchain on your computer locally, then don't panic! The code repository for this book contains a docker file that can be used to build a docker image that has the Haskell toolchain already installed!

When located in the repository you can build an imagine from the docker file like so:

shell $ docker build -t haskell-bookcamp .

After building the image you can get a container running that mounts the repository into /root/repo where the code can be run. You could also mount your own Haskell projects into the container for ease of use!

shell $ docker run \
  -ti \
  --mount type=bind,source="$(pwd)",target=/root/repo \
  haskell-bookcamp \
  bash

haskell-bookcamp's People

Contributors

phagenlocher 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.