-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elm learning curve #45
Comments
I agree. But I would introduce solve some exercism problems as step2. It is very frustrating coming from JavaScript and trying to build an application without having learnt the elm's core library, so exercism will help you to settle the step 1. |
@lucymonie & @gabrielperales great suggestion(s)! |
Shall do @nelsonic. Which exercism problems would you insert @gabrielperales? |
@lucymonie I'm doing all of them. One by one in order. The more you do the more you learn :) |
I also have found this repo https://github.com/robertjlooby/elm-koans . Those koans are also a good way to settle down the knowledge 😄 . |
Elm-Koans are great! I also really liked Python-Koans. |
I'm loving this thread! So @gabrielperales would you make the list:
Would you include the koans? If so, where? |
@lucymonie koans are at the same level of Exercism. But I think the list is perfect as you did it (without the koans) |
Anyone finding this thread and struggling with The Elm Architecture ("TEA") |
Dwyl's learn-elm tutorial instructs you to clone the repo and fire up elm reactor after changing one piece of text in one file, and then pause to reflect on the experience. The next step is to begin An Introduction to Elm, which starts with some playing around in the repl and then swiftly moves into quite complex tasks. I am concerned that the curve is too steep and that some may be discouraged and give up.
I would suggest that people do the following:
The text was updated successfully, but these errors were encountered: