1. 怎样才算是精通一门语言?
为我所用。不去写,是永远也不会深入的。
遇到问题,能够运用这个语言的特点去解决。
2. 每种语言都有相似的东西:
built-in data structure
syntax convention
code structure/management
system api (提供与操作系统相关的库)
dependency management
garbage collection
3. 每种语言都有自己的特长
Go: concurency
Python: data operation