Ask HN: Pointless learning?
I often find myself reading up on a language/technology that I probably will never use, and wonder if this pointless learning and whether I should be using my time more effectively?
For example, over the weekend I started reading up on common lisp and the next thing had installed SBCL, Emacs and had started on the Practical Common Lisp book.
I am a graphic designer by trade, and am still getting a handle on Ruby and JavaScript, so my concern is that the time I spent investigating Lisp could be better used learning more about these languages and working on personal projects I already have underway using them.
Or is any learning beneficial and having a curiosity about other languages healthy?
3 comments
[ 3.8 ms ] story [ 20.0 ms ] threadMy own experience supports that idea, but not strongly enough to "justify" the time I've spent investigating other languages. However, I don't worry too much about justifying the time, since it's just something I enjoy doing.
From that point of view, I would say that if you enjoy learning Lisp, go for it. If as a hobby you brewed beer, or biked, or read Homer in the original, or played with your kids, would you feel bad that you weren't using that time to study Ruby and Javascript?
The only counter-argument I can think of is this. How many personal projects do you have under way? Could you be running into a problem where you start many projects but finish none of them? In that case, you might want to dig into the root causes of that. But it would have nothing to do with learning new languages-- that might just be a symptom of a problem that really might have something to do with "pointless" effort.
Thanks for the feedback though, I guess my hobby would be 'tinkering' so putting it that way, no I wouldn't feel bad enjoying my hobby instead of studying ... which is still tinkering in a way.