All Projects → sdiehl → Wiwinwlh

sdiehl / Wiwinwlh

Licence: other
What I Wish I Knew When Learning Haskell

Programming Languages

haskell
3896 projects
TeX
3793 projects
PLpgSQL
1095 projects
HTML
75241 projects
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to Wiwinwlh

Examples
Examples of Mock Service Worker usage with various frameworks and libraries.
Stars: ✭ 163 (-92.76%)
Mutual labels:  examples
Mostly Adequate Guide Chinese
函数式编程指北中文版
Stars: ✭ 2,093 (-6.98%)
Mutual labels:  functional-programming
Creative Scala
Quick, graphical, fun introduction to programming in Scala.
Stars: ✭ 171 (-92.4%)
Mutual labels:  functional-programming
Learngganimate
A living, breathing community exploration of the gganimate R package. A rOpenSci #ozunconf2018 project
Stars: ✭ 165 (-92.67%)
Mutual labels:  examples
Bow Arch
🏛 Functional Architecture in Swift using Bow
Stars: ✭ 166 (-92.62%)
Mutual labels:  functional-programming
Mirage Skeleton
Examples of simple MirageOS apps
Stars: ✭ 168 (-92.53%)
Mutual labels:  examples
Pharo Wiki
Wiki related to the Pharo programming language and environment.
Stars: ✭ 161 (-92.84%)
Mutual labels:  examples
Posse gallery
Posse's fancy new gallery for Flutter.
Stars: ✭ 174 (-92.27%)
Mutual labels:  examples
Deal
Design by contract for Python with static checker and tests' generation.
Stars: ✭ 164 (-92.71%)
Mutual labels:  functional-programming
Hm Def
Runtime type checking for JS with Hindley Milner signatures
Stars: ✭ 171 (-92.4%)
Mutual labels:  functional-programming
M5 Productexamplecodes
All example codes of products supplied by M5Stack have been collected in this reposity.
Stars: ✭ 165 (-92.67%)
Mutual labels:  examples
Nyaya
Random Data Generation and/or Property Testing in Scala & Scala.JS.
Stars: ✭ 165 (-92.67%)
Mutual labels:  functional-programming
Scala Server Toolkit
Functional programming toolkit for building server applications in Scala.
Stars: ✭ 170 (-92.44%)
Mutual labels:  functional-programming
Examples
Examples for go-flutter
Stars: ✭ 164 (-92.71%)
Mutual labels:  examples
Curryable
An elegant and simple curry(f) implementation in PHP.
Stars: ✭ 172 (-92.36%)
Mutual labels:  functional-programming
Algebraic Effects
Manage side-effects in your javascript application cleanly with algebraic effects
Stars: ✭ 162 (-92.8%)
Mutual labels:  functional-programming
Libf
C++ as a Pure Functional Programming Language
Stars: ✭ 167 (-92.58%)
Mutual labels:  functional-programming
Iota
Fast [co]product types with a clean syntax. For Cats & Scalaz.
Stars: ✭ 175 (-92.22%)
Mutual labels:  functional-programming
Scala Workflow
Boilerplate-free syntax for computations with effects
Stars: ✭ 173 (-92.31%)
Mutual labels:  functional-programming
Terraform Aws Components
Opinionated, self-contained Terraform root modules that each solve one, specific problem
Stars: ✭ 168 (-92.53%)
Mutual labels:  examples

MIT License Build Status

Read Online:

If you'd like a physical copy of the text you can either print it out for yourself (see Printable PDF) or purchase one from a publisher. The price is at-cost since the text is open source and free.

The current published version is:

Date: February 16, 2020
Git: d429c2e21b9636cffa27a8d4f063644b8bcecf1a

Contributing

If you want to submit a fix for a typo or fix edit the following Markdown file which generates all other targets.

tutorial.md

Then submit a Pull Request on Github describing your change.

Source code is directly included from the src directory into the resulting document by the preprocessor. To include a new sample edit the example source code directly. When adding a new Haskell file, add it to the ci script inside of the folder so it is run in the continuous integration script.

Source Code

Chapter Code Examples:

Compiling

If you'd like to build the documents locally you'll need to compile the preprocessor run either use Nix, Stack or Cabal to compile the preprocessor executable in the cabal file.

Stack:

$ stack install
$ stack exec make

Cabal:

$ cabal install
$ cabal exec make

For Nix:

$ make run-shell
$ ghc --make includes.hs
$ make

After this is built you can build anyone of the available target outputs.

LaTeX

You will need the whole XeTeX suite to compile.

$ apt-get install texlive texlive-xetex texlive-extra texlive-extra-utils
$ make pdf
$ make print

HTML

$ make html

Microsoft Word

$ make docx

Ebook

$ make epub

Continuous Integration

The book and example code is kept stable under continuous integration. The script src/ci will run through all example code and compile it against the example.cabal file of the given chapter. All bounds for dependencies are specified in the cabal file and ensure that the given code examples are up to date.

The CI is run in Github under TravisCI on every pull request.

To run the integration suite manually run:

$ cd src && ./ci

License

Copyright © 2009-2020 Stephen Diehl

This code included in the text is dedicated to the public domain. You can copy, modify, distribute and perform the code, even for commercial purposes, all without asking permission.

You may distribute this text in its full form freely, but may not reauthor or sublicense this work. Any reproductions of major portions of the text must include attribution.

The software is provided "as is", without warranty of any kind, express or implied, including But not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, Arising from, out of or in connection with the software or the use or other dealings in the software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].