Errata page for my book F# Applied
-
-
Save tamizhvendan/987828aae0780b0394531798ce0138b1 to your computer and use it in GitHub Desktop.
Page 3:
The second chapter introduces the Suave library and helps you to get started with the Web development.
Should be:
The second chapter introduces the Suave library and helps you get started with web development.
Page 4:
The fifth chapter introduces you to the wonderful world of the Functional Reactive Programming(FRP). We will be implementating an API Gateway by writing a beautiful code using Rx
Should be:
The fifth chapter introduces you to the wonderful world of Functional Reactive Programming (FRP). We will be implementating an API Gateway by writing beautiful code with Reactive Extensions (Rx).
Page 8:
This function forms the basis for the Suave Library. Without adding any ceremony around, Suave takes this simple function and builds a beautiful, scalable and robust web application development experience around it.
Could be:
This function forms the basis of the Suave Library. Suave takes this simple function and builds a beautiful, scalable and robust web development experience around it.
Page 9:
To keep things simple, we are just concentrating on what needed for our mini web server.
Should be:
To keep things simple, we are just concentrating on what's needed for our mini web server.
Thank you @tonymobster, @tonymobster & @mofus for the comments. Will be releasing the updated version in few days.
Page 17:
Should be:
In the Program.fs file replaces the line containing OK "Hello Suave!" with the below