Emacs/Vi 和 IDE 之爭

1. 推薦閱讀 :

Threads :

stackexchange:

Must a programmer learn text editors like Emacs and Vim? How important are they?

  stackoverflow :


Books :
The Pragmatic Programmer  和 code complete 2ed 中,關於 text editor 和 


通用性:幾乎面向所有的編程語言。

普遍存在性(ubiquity ):vi 是 unix 系統的標準編輯器。 


安裝配置:安裝快捷,配置方便,攜帶方便(github)。

專注:彈過鋼琴都知道不能有多餘動作。 focus on the coding process itself, 

編程對象:API 則是 IDE , 腳本語言則是 Emacs/Vim

可擴展性、編程性。
###
精神層面的:
I love Emacs, but thinking that Emacs will make you a better programmer is like thinking that using Tiger Woods's golf clubs will make you a better golfer, or using Eddie Van Halen's guitar will make you a better musician.

使用一個所謂的“神器”,會要求使用者自身不斷地提高自己的素質,不辱“神器”的美名。同時,在學習如何使用這種編輯器的過程中,會接觸到無數的頂級牛人(因爲emacs/vim)代表的是那批 最老的 hackers,以及年輕一些的傳承者。

### 中肯的實用主義:
1.But, using the RIGHT programming tools for the RIGHT job definitely will!
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章