elm/docs/LEARNING.md
2016-03-17 20:49:38 -04:00

9 lines
497 B
Markdown

## Recommended Learning Resources
Exercism provides exercises and feedback but can be difficult to jump into for those learning Elm for the first time. The best starting place is with the [official Elm docs](http://elm-lang.org/docs).
## Quick Start
- [For JS Users](http://elm-lang.org/docs/from-javascript)
- [Syntax Overview](http://elm-lang.org/docs/syntax)
- [Core Libraries](http://package.elm-lang.org/packages/elm-lang/core/latest/)
- [Style Guide](http://elm-lang.org/docs/style-guide)