jcreager / pinky-and-the-brain

a comparison of imperative and declarative javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This example compares traditional callbacks with promises, currys, and functional programming.

The module called brain uses the complex imperative callback pattern, while the module called pinky uses more simplistic declarative syntax accomplished through promises and function currys.

Usage

  • Clone this directory
  • Unpack it
  • CD into it
  • Then:
node . 'test.txt'

About

a comparison of imperative and declarative javascript


Languages

Language:JavaScript 100.0%