Skip to content

Codher/elm-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Codher Purely Functional Interfaces in Elm

codherlogo

Introduction

Welcome to Codher's Elm Workshop!

Functional Programming is fun and easy if you learn by doing.

Have you ever tried programming in a language, where the compiler is your best friend? Imagine an app without errors at run-time.

Sounds promising?

Immutable data types and structures make it easier to reason about how data changes in your program. Purity allows you to create deterministic and predictable functionality. Reactive nature of the Elm Architecture enables a straight-forward data-flow.

Elm is Immutable, Pure and Reactive by nature and all of that is available to you now!

Get an introduction to Elm Compiler and Time-Travelling Debugger and start coding!

Level: Basic understanding of JavaScript

Happy coding, have fun!

Agenda

  • Getting started with Elm and Create Elm App
  • Intro into Functional Programming
  • Rendering HTML and CSS
  • Building interactive applications

Recommended Software

You can use whichever code editor you prefer, but we recommend having the latest Visual Studio Code with Elm support for Visual Studio Code and elm-format installed.

We are going to use Create Elm App to set up and run the application.

Further Reading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages