date |
---|
2020-12-26T14:30 |
Elm is a programming language designed to make writing frontend web apps pleasant, predictable, and easy to maintain.
It is purely functional and much easier to learn from scratch and use than, say, Haskell or TypeScript.
It's probably one of the best languages yet for learning to program for the first time. It's been growing in popularity and has inspired lots of other libraries and languages.
Elm goes to great lengths to provide the developer with a consistent experience, and has a great compiler that helps catch mistakes and makes refactoring easier.
These are some useful links to find out more about it and get started:
- Elm's official website
- Popular Elm projects on GitHub
- Elm Berlin Meetup
- Meetups are happening online and you can join from anywhere
- Channel #elm-school on Fission's Discord
- Fission Drive's source code, implemented in Elm
- Elm exercises on exercism.io