Skip to content

Instantly share code, notes, and snippets.

@jlengstorf
Created March 20, 2018 14:47
Show Gist options
  • Save jlengstorf/43f9f4307ad30e6d2bfb28cef888d650 to your computer and use it in GitHub Desktop.
Save jlengstorf/43f9f4307ad30e6d2bfb28cef888d650 to your computer and use it in GitHub Desktop.
Jazz Con Functional Programming workshop prep steps.

Functional Programming in JavaScript with Ramda

Here's what you'll need to get ready for this workshop:

  1. A laptop with the latest version of Google Chrome installed (get Chrome here)
  2. Clone the JS exercise repo: git clone git@github.com:jlengstorf/learn-fp-exercises.git)
  3. Clone the Ramda exercise repo: git clone git@github.com:jlengstorf/workshop-fp-ramda.git)
  4. Familiarize yourself with Chrome's dev tools, which we'll be using for the majority of the workshop
    • This is optional; you can also use your preferred editor

Optional (preparing for the worst)

  • Download a copy of the latest ramda.js (npm pack ramda)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment