Merge pull request #40 from tgecho/docs

Add basic LEARNING.md
This commit is contained in:
Erik Simmler 2016-03-17 21:30:55 -04:00
commit 4ff4fb9535
2 changed files with 16 additions and 4 deletions

9
docs/LEARNING.md Normal file
View file

@ -0,0 +1,9 @@
## 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)

View file

@ -1,7 +1,10 @@
## 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).
## Interactive Examples
[Try Elm](http://elm-lang.org/try) provides a number of interactive Elm examples you can edit live in your browser.
## Videos
- [Let's be mainstream! User focused design in Elm](https://www.youtube.com/watch?v=oYk8CKH7OhE) ([transcript](http://www.elmbark.com/2016/03/16/mainstream-elm-user-focused-design)) *Evan Czaplicki*
- [Controlling Time and Space: understanding the many formulations of FRP](https://www.youtube.com/watch?v=Agu6jipKfYw) *Evan Czaplicki*
- [Effects as Data](https://www.youtube.com/watch?v=6EdXaWfoslc) *Richard Feldman*
- [Elm: Building Reactive Web Apps](https://pragmaticstudio.com/elm) *The Pragmatic Studio*