Skip to content

Instantly share code, notes, and snippets.

@dtipson
Created November 7, 2015 21:30
Show Gist options
  • Select an option

  • Save dtipson/58b8467dcfd3f41d8458 to your computer and use it in GitHub Desktop.

Select an option

Save dtipson/58b8467dcfd3f41d8458 to your computer and use it in GitHub Desktop.
ES2015 version of program
const program = (...list) => acc => list.reduce( (acc,fn) => acc.then(fn), Promise.resolve(acc));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment