elm/docs/LEARNING.md

10 lines
497 B
Markdown
Raw Normal View History

2016-03-18 00:49:38 +00:00
## 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)