CoffeeScript

CAAT(1)

チュートリアルに載ってるサンプルコード(Page not found · GitHub Pages)をCoffeeScriptで書きなおしてみたtest-caat.coffee(test-caat.jsにコンパイルされる) class Circle extends CAAT.ShapeActor constructor: -> super @setLocation(20,20) @setSize(6…