|
|
|
|
|
by cosmic_quanta
1472 days ago
|
|
That's the perfect learning project because there's something tangible at the end. Whenever the question of "How do I learn Haskell" comes up, I always suggest to come up with a project that would be useful on its own, regardless of the technology used to create it, and use Haskell to do it. In my case it was a pandoc filter to embed plots in documents (https://github.com/LaurentRDC/pandoc-plot), which was ultimately useful to create my PhD dissertation. There's only so much you can learn about Haskell by working through toy examples. |
|