-
Notifications
You must be signed in to change notification settings - Fork 0
keqh edited this page Aug 17, 2011
·
4 revisions
- coffeescriptが動くS6
- showoff + coffeescript
- 各行にコメント挟むだけのデバッグツール
- すらいどの内容をwebsocketで送るスライドショーアプリ
- 37signalsのcoffeescriptによるかずかずの実装を調べる
- プレゼンツールをcoffeeで。coffeescript実行できるような
- coffeeのclassについて調べる -- Javascriptパターンを読む
- rails3.1のcoffee対応
- sinatraでcoffee
- ECMAScript3 262の裏付け
- coffeeスクリプト界のスーパーエンジニア -- もうネタが古い
- コマンドラインオプション
- wikipediaのecmascript参照して利用できるものを調べる
- google trendsで、coffeescriptのもりあがりをrailsの時期を併せて確認する -- google trends http://www.google.co.jp/trends?q=coffeescript&ctab=0&geo=all&date=ytd&sort=0
そもそも公式のwikiを見た方がよい
- webstorm plugin http://plugins.intellij.net/plugin/?webide&id=5920
- https://github.com/jashkenas/coffee-script/wiki/Text-editor-plugins
- emacs flymake -- http://d.hatena.ne.jp/antipop/20110508/1304838383
- shadow.vim
- v8 binding -- therubyracer -- therubyrace-heroku -- http://docs.komagata.org/4806
- coco -- saytrさん作のperlっぽいcoffescript
- sapporo.coffee
- kanasan.coffee
- 万葉 CoffeeScript勉強会
- その他rails,titanium,nodejsでの勉強会
- 0.5より前はrubyで実装 githubのログでわかる
- 1.0以降はエッジケース対応の話 http://d.hatena.ne.jp/vwxyz/20110510/1305021189
- github, gistのcoffeeシンタックスハイライト
- 他の言語での対応状況
- pygmentsで対応
- ES4, ES harmony
- destructuring assignment -- 関数の引数とか -- 分割代入はこれの一例とか -- {hoge} = require('fuga')の謎とか
- なぜYAML形式で書けるのか parserにはないのに -- パース結果わかるオプションによる調査結果
- 括弧は省略しないほうがいいかも