Elm:functionalprogramming
inyourbrowser
AlexTroush
Disclaimer
Trolling is a part of show and
not (mostly!) reflect the
opinion of the author
FunctionConceptsyouneedtoknownow
Immutable data
First-class functions
Pure Functions
Recursion
Elmhelloworld
import Html exposing (span, text)
import Html.Attributes exposing (class)
main =
span [class "welcome-message"] [text "Hello, World!"]
HtmlASaFUNCTION
ma
Types
Types
Types
ElmArchitecture
MODEL->UPDATE->VIEW
1billiondollar
application
GIFLOADINGAPP
Cats
model
VIEW
UPDATE
Addingcoolstuff
UPDATE
HTTPSTUFF
Tooling
ELMSEXYERRORMESSAGES
foo = List.nap
Elmelmelm
Thankyouall!Followme@troush69

Elm functional programming in your browser