deft/HWP.org
Yann Esposito (Yogsototh) c0ff70aba6
Sync
2019-04-01 13:14:52 +02:00

1.3 KiB

Haskell for the working programmer

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:

  • 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
  • people that are ok not understanding every detail yet but need the job to be done

Book is not for:

  • 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)