deft/HWP.org

47 lines
1.3 KiB
Org Mode
Raw Normal View History

2018-08-06 21:25:45 +00:00
#+TODO: TODO TO-CLEAN TO-REVIEW | DONE
#+TITLE: Haskell for the working programmer
#+AUTHOR: Yann Esposito
#+EMAIL: yann.esposito@gmail.com
#+LANGUAGE: en
#+KEYWORDS: haskell
#+PROPERTY: header-args :output-dir HWP :mkdirp yes :tangle-mode (identity #o755)
#+BEGIN_COMMENT
/THIS IS A WORK IN PROGRESS/
*CONTRIBUTORS*
- To extract all source code files do ~org-babel-tangle~ (, b t) in spacemacs
- To go to an imported file use (, ')
Audience of this book:
2019-04-01 11:14:52 +00:00
2018-08-06 21:25:45 +00:00
- people that are asked to work in Haskell but don't know much about it
- people that already tried a bit of Haskell and want to go further
- people that need to make a professional level product with Haskell
2019-04-01 11:14:52 +00:00
- people that are ok not understanding every detail yet but need the job to be
done
2018-08-06 21:25:45 +00:00
Book is not for:
2019-04-01 11:14:52 +00:00
2018-08-06 21:25:45 +00:00
- Total beginner that just want to know what Haskell is about
- Haskell contributors that already know a lot of things about Haskell
Goals:
After finishing this book an reader should be able to:
- script in Haskell instead of bash
- write a REST API with a swagger documentation and deploy it
- perhaps write a frontend app (I don't know looks like a LOT of work)
#+END_COMMENT
#+Include: HWP/1_Introduction.org
#+Include: HWP/2_Install.org
#+Include: HWP/3_Intermediate.org
#+Include: HWP/4_Production.org
#+Include: HWP/5_Advanced.org
#+Include: HWP/6_Appendices.org