Skip to content

Commit

Permalink
apC: starting work on final appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Feb 9, 2017
1 parent ffbe2f6 commit 742627c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ But I want you to be able to apply some of the fundamentals of FP to your JavaSc
* [Chapter 11: Putting It All together](ch11.md)
* [Appendix A: Transducing](apA.md)
* [Appendix B: The Humble Monad](apB.md)
* Appendix C: FP Libraries
* [Appendix C: FP Libraries](apC.md)

## Publishing

Expand Down
12 changes: 12 additions & 0 deletions apC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Functional-Light JavaScript
# Appendix C: FP Libraries

If you've been reading this book from start to finish, take a minute to stop and look back how far you've come since Chapter 1. It's been quite a journey. I hope you've learned a lot and gained insight into thinking functionally for your own programs.

I want to close this book leaving you with some quick pointers of working with official FP libraries. This is not an exhaustive documentation on each, but a quick glance at the things you should be aware of as you venture beyond "functional-light" into true FP.

Wherever possible, I recommend you *not* reinvent any wheels. If you find an FP library that suits your needs, use it. Only use the ad hoc helper utilities from this book -- or invent ones of your own! -- if you can't find a suitable library method for your circumstance.

## Libraries To Investigate

// TODO
7 changes: 0 additions & 7 deletions toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,5 @@
* Stock Events
* Stock Ticker UI
* Appendix A: Transducing
* Why, First
* How, Next
* What, Finally
* Appendix B: The Humble Monad
* Type
* Loose Interface
* Maybe
* Humble
* Appendix C: FP Libraries

0 comments on commit 742627c

Please sign in to comment.