popo4u

Learn Multi or Master One

字数统计: 303阅读时长: 1 min
2019/03/30 Share

学习很多编程语言还是精通一门?

每种文化都建立了一种基于共同价值观,需求和观点来表达思想的共同形式。人类语言即是这种表达思想的形式。

编程语言也是如此。就像别人所提到的,不同的编程语言是由具有不同价值,需求和前景的人开发的。每次我学习一门新的编程语言,我都会学到一种新的表达问题的方式。

Programming Languages are just like Human Languages. Every culture builds a common form of expressing ideas based around their shared values, needs and outlook.

The same goes for Programming Languages. As mentioned by others, different Programming Languages were developed by people with different values, needs and outlook. Each time I learn a new Programming Language, I learn new forms of expression for my problem.

  • Python - You can do almost everything well in Python. Make lots of stuff
  • Command Line & Bash - How systems are glued together. Deploy the stuff you make.
  • GNU Regex & awk - How to find things and process text. A key building block of programming is processing text.
  • HTML5 & Javascript - The right way to make most visuals. A frontend for your stuff.
  • C - How all the above works underneath. Understand the stuff you made.
  • SQL - How to handle data in databases. Persist the stuff.
  • Haskell - Pure functional programming. Your Python and JS code will improve. Make the stuff beautiful.

    摘抄至Learning multiple languages vs. mastering one

CATALOG
  1. 1. 学习很多编程语言还是精通一门?