From d77e09ad6f848ef0ec41efb0c9ec1de1f37dc68e Mon Sep 17 00:00:00 2001 From: Mohammad Hadi Aliakbar <hadi.aliakbar@gmail.com> Date: Sat, 13 Nov 2021 04:36:08 +0330 Subject: [PATCH] Add FP made easier to readme (#410) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79fc546..08e15d3 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This repository is a collaborative effort, so please feel free to make a pull re ### Learning - The [PureScript Book](https://book.purescript.org) is the recommended approach to learning the language, since it covers more material in greater depth. +- The [Functional Programming Made Easier](https://leanpub.com/fp-made-easier) will start you at the very beginning with the basics. The book assumes that you know nothing about Functional Programming, and teaches you functional concept with Purescript and in the final few chapters it will build a Full-Stack web server and browser-based front end written in PureScript. - [Language Reference](language/README.md) - [PureScript: Jordan's Reference](https://github.com/JordanMartinez/purescript-jordans-reference): An up-to-date project covering Getting Started, Build Tools, PureScript's syntax with examples, FP design patterns, and PureScript's ecosystem. - [PureScript Cookbook](https://github.com/JordanMartinez/purescript-cookbook): An unofficial cookbook for PureScript.