diff --git a/docs/LEARNING.md b/docs/LEARNING.md new file mode 100644 index 0000000..fa544ed --- /dev/null +++ b/docs/LEARNING.md @@ -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) diff --git a/docs/RESOURCES.md b/docs/RESOURCES.md index c14f2c5..7a7b699 100644 --- a/docs/RESOURCES.md +++ b/docs/RESOURCES.md @@ -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*