|
|
|
|
|
by alexallain
2701 days ago
|
|
I've been using a technique similar to what I described in the original post to teach myself Haskell, and your comment 100% resonates with me. In the case of learning a new language, just getting a piece of code to run and testing it out has been a great way for me to get into the groove. I suspect that writing unit tests might be another good entry point. |
|