Skip to content

Instantly share code, notes, and snippets.

@nqthqn
Created December 26, 2016 19:34
Show Gist options
  • Save nqthqn/c270786f11ebedf73b45de4921d18523 to your computer and use it in GitHub Desktop.
Save nqthqn/c270786f11ebedf73b45de4921d18523 to your computer and use it in GitHub Desktop.
Guide to learning Elm

Guide to learning Elm

Thank the creator of Elm and BDFL, Evan Czaplicki.

I would highly recommend reading the guide and writing elm code before watching any videos.

  • Read the Guide. This is a gitbook by the creator of Elm
  • Try Elm out in the browser. (Hint - try the stuff from the book)
  • Watch a video series to remind yourself of the concepts.
  • Complete the Elm for beginners course over the weekend
  • Complete the exercises for that course
  • Oh! And setup your computer to to Eλmy stuff:

Dev Setup For Elm

  • Install NodeJS LTS
  • Install elm with npm install -g elm
  • Configure atom.
    • elm-oracle, elm-format, linter-elm-make to lint on save.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment