Skip to content
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

Closed
gyzerok opened this issue Jul 20, 2015 · 18 comments
Closed

Lack of real world examples #77

gyzerok opened this issue Jul 20, 2015 · 18 comments

Comments

@gyzerok
Copy link
Contributor

gyzerok commented Jul 20, 2015

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.

@jirutka
Copy link
Contributor

jirutka commented Jul 20, 2015

+1

@sdwolfz
Copy link

sdwolfz commented Jul 20, 2015

Maybe add this link as a reference?
http://scott.sauyet.com/Javascript/Talk/2014/01/FuncProgTalk/

It has a pretty good example of using Ramda.

@jirutka
Copy link
Contributor

jirutka commented Jul 21, 2015

@SDWolf Thanks for this link, this is a great presentation!

@DrBoolean
Copy link

A pure application example is in the works for part2

@gyzerok
Copy link
Contributor Author

gyzerok commented Jul 22, 2015

@DrBoolean
Awesome! Is there any way to see drafts for upcoming chapters?

@AndreasLoukakis
Copy link

Also looking forward for this... great work DrBoolean, much appreciated.

@AriaMinaei
Copy link

This is hands down the most accessible guide to functional programming. I'm eagerly looking forward to the upcoming chapters. Thanks @DrBoolean :)

@wpannell
Copy link

👍 agree wholeheartedly

@abacaj
Copy link

abacaj commented Jul 24, 2015

👍

@emayan
Copy link

emayan commented Aug 3, 2015

@gyzerok
Copy link
Contributor Author

gyzerok commented Aug 20, 2015

Any progress on this and on more chapters?

@DrBoolean
Copy link

Working on it :) Waiting for more vacation time to really put this over the finish line.

@dusky3
Copy link

dusky3 commented Aug 28, 2015

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.

@jirutka
Copy link
Contributor

jirutka commented Aug 28, 2015

I completely agree too! We are even considering to use this guide as the main guideline in new JavaScript course on our faculty.

@gyzerok
Copy link
Contributor Author

gyzerok commented Sep 25, 2015

@DrBoolean I'm waiting a real world example to this book more than the Christmas! Is there any progress? :)

@DrBoolean
Copy link

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.

@hackeryarn
Copy link

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.

@Bondifrench
Copy link

I have done this example which is inspired from Chapter 6, using MithrilJs (much terser and lighter than jQuery) and just plain js functions, and a slightly more elaborate one here if anybody is interested.

@KtorZ KtorZ closed this as completed in ab1353b Feb 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests