2011-05-01から1ヶ月間の記事一覧

Coco 0.5.2

.co

https://github.com/satyr/coco/tree/0.5.2 0.4.2 0.5.2 ///.../// //...// if !a? then a else b a !? b function f(a, b) -> ... function f a, b ... let (a = b) ~> ... let a = b ... new -> ... new ... switch case [a, b] then switch case a, b the…

IIFE

.js

http://benalman.com/news/2010/11/immediately-invoked-function-expression/ について。 訳 「即時実行関数式」は長いので「即行関数」としたい。 そのまま「IIFE」でもいいが検索性に難あり。 書き方 !function(){}() ~function(){}() + と - 、及び括弧…

wtfcs

https://github.com/satyr/coco/wiki/wtfcs *1そろそろ日本でも流行り始めた CoffeeScript 。未だ構文仕様が定まらず、バグも多く、人手不足で開発は停滞気味。言語開発に興味のある人は今がチャンス。英語にめげずコミットしてみてはいかが。 *1:http://wtf…