This is a summary of the "Learn You A Haskell" online book under http://learnyouahaskell.com/chapters.
- Haskell is a functional programming language.
This is a summary of the "Learn You A Haskell" online book under http://learnyouahaskell.com/chapters.
| #!/usr/bin/python | |
| import json | |
| import os | |
| import shutil | |
| import subprocess | |
| import re | |
| dockerdir = '/var/lib/docker' | |
| volumesdir = os.path.join(dockerdir, 'volumes') |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.