https://github.com/rockncoder/fp-js
The code for my talk on functional programming in JavaScript.
https://github.com/rockncoder/fp-js
Last synced: 8 months ago
JSON representation
The code for my talk on functional programming in JavaScript.
- Host: GitHub
- URL: https://github.com/rockncoder/fp-js
- Owner: Rockncoder
- Created: 2016-09-29T21:27:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T23:25:33.000Z (over 8 years ago)
- Last Synced: 2025-02-15T11:20:36.435Z (over 1 year ago)
- Language: JavaScript
- Size: 244 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FizzBuzz in JavaScript aka Functional Programming in JavaScript
The code to go with my SoCal Code Camp talk 14 November 2015.
Massively updated for Silicon Valley Code Camp, 1 October 2016.
Updated again for SoCal Code Camp at USC in Los Angeles, 2+3 December 2017
A PDF of the slides from the talk are in the root directory: FizzBuzzJavaScript.pdf.
Once we are past fizzbuzz3 we are mutation free.
Many of the ideas are from the book,
"The Magical World of Functional Programming: Part 1: Thinking Functionally"
by K Anand Kumar
http://amzn.to/1HPzRro
It is a two part book series, but I only pulled ideas from the first.
Another great book, but a more challenging read is:
Structure and Interpretation of Computer Programs
http://sarabander.github.io/sicp/