f2etw / f2e-notes

write down some notes together
199 stars 17 forks source link

https://coffeescript-cookbook.github.io/ ,CoffeeScript錦囊妙計 (英文) #58

Open Shyam-Chen opened 9 years ago

Shyam-Chen commented 9 years ago

CoffeeScript錦囊妙計(:100:):

https://coffeescript-cookbook.github.io/

CoffeeScript入門: http://arcturo.github.io/library/coffeescript/index.html

可以到CoffeeScript官方網站做線上練習: http://coffeescript.org/

CoffeeScript - The Good Parts免費影音教學: https://www.udemy.com/coffeescript/?couponCode=a

安裝CoffeeScript

$ npm install -g coffee-script

編譯CoffeeScript

$ coffee -c <檔名>.coffee

自動重新編譯CoffeeScript

$ coffee -cw <檔名>.coffee

CoffeeScript Plugin for Gulp: https://github.com/wearefractal/gulp-coffee

GUI 工具: Prepros (https://prepros.io/)

Shyam-Chen commented 8 years ago

轉向 TypeScript ~

CoffeeScript 跟標準有許多衝突,但還是可以用,不過照著標準比較好

Rplus commented 8 years ago

不用關票唷~

這篇主題是 CoffeeScript 推廣,而不是在比較語言適不適用 :)