dwyl / learn-elm

:rainbow: discover the beautiful programming language that makes front-end web apps a joy to build and maintain!
https://github.com/dwyl/learn-elm
480 stars 41 forks source link

How? #4

Open nelsonic opened 7 years ago

nelsonic commented 7 years ago

Examples: http://elm-lang.org/examples

The (online) GitBook seems to be the best place to start: http://guide.elm-lang.org/get_started.html

Adventures in Elm • Jessica Kerr @jessitron -> https://youtu.be/cgXhMc8M4X4

nelsonic commented 7 years ago

A few good examples (code): http://bytefreaks.net/category/programming-2/elm

nelsonic commented 7 years ago

rtfeldman/SignupForm.elm https://gist.github.com/rtfeldman/ba60ad491cc6b58fe2cc4ca78f5a4580

nelsonic commented 7 years ago

Syntax from JS: http://elm-lang.org/docs/from-javascript (thanks to @lucymonie on Gitter...)

nelsonic commented 7 years ago

http://exercism.io/languages/elm/exercises (thanks for reminding us @andrewMacmurray on gitter.)