Ask HN: What's the best resource to learn Elm from?
2 comments
Elm is an absolutely amazing language. Congratulations for finding that job!
As for learning: most books/resources are outdat d but thats not a problem: learn to use the compiler as your guide. You will find that you can change any code fearlessly by following the compilers guidance.
- Elm in Action from Manning
- Programming Elm from Pragmatic
- https://elmprogramming.com/
- Programming Elm from Pragmatic
- https://elmprogramming.com/
Thank you for your help.