-
Ask HN: How do you learn a new programming language?
Toy programs, especially toy-programs that demonstrate the efficacy of a particular paradigm.A good example would be Intel TBB's "stupid Fibonacci"https://software.intel.com/content/www/us/en/develop/documen...This is an API, not a language, but the "lesson" is all the same. This API represents task-based parallelis...