Skip to content

Code Samples For the Functional Programming in JavaScript Book

Notifications You must be signed in to change notification settings

udooz/functional-programming-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 

Repository files navigation

Functional JavaScript Programming

Since this code uses ES6 artifacts, you must transpile your JavaScript code with either:

  • Babel
  • Traceur

In this code repository you will find:

  • All code samples (as runnable unit tests) of code used in chapters
  • Sample application (Under Construction)
  • Functional data types like Optional, Either, Maybe, etc
  • Access to some JavaScript functional libraries like lodash.js, streams.js, bacon.js, etc.

About

Code Samples For the Functional Programming in JavaScript Book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • HTML 2.4%
  • PHP 0.2%