-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lack of real world examples #77
Comments
+1 |
Maybe add this link as a reference? It has a pretty good example of using Ramda. |
@SDWolf Thanks for this link, this is a great presentation! |
A pure application example is in the works for part2 |
@DrBoolean |
Also looking forward for this... great work DrBoolean, much appreciated. |
This is hands down the most accessible guide to functional programming. I'm eagerly looking forward to the upcoming chapters. Thanks @DrBoolean :) |
👍 agree wholeheartedly |
👍 |
Any progress on this and on more chapters? |
Working on it :) Waiting for more vacation time to really put this over the finish line. |
I have to agree with @gyzerok and @AriaMinaei that this is the best guide about FP out there and I'm really looking forward to reading the 2nd part (and the 3rd as well). Thank you @DrBoolean for all your effort, you are a great teacher. |
I completely agree too! We are even considering to use this guide as the main guideline in new JavaScript course on our faculty. |
@DrBoolean I'm waiting a real world example to this book more than the Christmas! Is there any progress? :) |
Hi @gyzerok I'm slowly getting through Traversable/Foldable. I was going to do Monoids after that, but maybe I should do example pt 2 instead. |
I would love to see another example. Maybe half way through part 2. This part introduced significantly more information in the first 3 chapters than all of part 1. All of which still seems pretty abstract without a solid real world example. |
I've done reading all available chapters in this book and I think that this is the best available guide about FP ever. But the problem is that like others it miss real world examples.
I'm requesting to add chapter with an implementation of some non trivial application, that uses all the staff explained in this books. I suggest to use more complex example than flickr.
The text was updated successfully, but these errors were encountered: